Searched refs:JumpDword (Results 1 – 3 of 3) sorted by relevance
| /mirbsd/src/gnu/usr.bin/binutils/gas/config/ |
| D | tc-i386.h | 216 #define JumpDword 0x80 /* call and jump */ macro
|
| D | tc-i386.c | 1539 if ((i.tm.opcode_modifier & (Jump | JumpByte | JumpDword)) 3356 else if (i.tm.opcode_modifier & (JumpByte | JumpDword)) in output_insn() 6102 & (Jump|JumpDword|JumpInterSegment))) in intel_e09() 6179 & (Jump|JumpDword|JumpInterSegment)) in intel_e09() 6344 & (Jump|JumpDword|JumpByte|JumpInterSegment)) in intel_e11()
|
| /mirbsd/src/gnu/usr.bin/binutils/include/opcode/ |
| D | i386.h | 387 {"call", 1, 0xe8, X, CpuNo64, wl_Suf|JumpDword|DefaultSize, { Disp16|Disp32, 0, 0} }, 388 {"call", 1, 0xe8, X, Cpu64, wq_Suf|JumpDword|DefaultSize|NoRex64, { Disp16|Disp32, 0, 0} },
|