Home
last modified time | relevance | path

Searched refs:JumpByte (Results 1 – 14 of 14) sorted by relevance

/openbsd/gnu/usr.bin/binutils/include/opcode/
H A Di386.h438 {"jcxz", 1, 0xe3, X, CpuNo64,NoSuf|JumpByte|Size16, { Disp, 0, 0} },
439 {"jecxz", 1, 0xe3, X, CpuNo64,NoSuf|JumpByte|Size32, { Disp, 0, 0} },
440 {"jecxz", 1, 0x67e3, X, Cpu64,NoSuf|JumpByte|Size32, { Disp, 0, 0} },
447 {"loop", 1, 0xe2, X, CpuNo64,wl_Suf|JumpByte,{ Disp, 0, 0} },
448 {"loop", 1, 0xe2, X, Cpu64, lq_Suf|JumpByte|NoRex64,{ Disp, 0, 0} },
449 {"loopz", 1, 0xe1, X, CpuNo64,wl_Suf|JumpByte,{ Disp, 0, 0} },
450 {"loopz", 1, 0xe1, X, Cpu64, lq_Suf|JumpByte|NoRex64,{ Disp, 0, 0} },
451 {"loope", 1, 0xe1, X, CpuNo64,wl_Suf|JumpByte,{ Disp, 0, 0} },
452 {"loope", 1, 0xe1, X, Cpu64, lq_Suf|JumpByte|NoRex64,{ Disp, 0, 0} },
453 {"loopnz", 1, 0xe0, X, CpuNo64,wl_Suf|JumpByte,{ Disp, 0, 0} },
[all …]
/openbsd/gnu/usr.bin/binutils-2.17/include/opcode/
H A Di386.h453 {"jcxz", 1, 0xe3, X, CpuNo64,NoSuf|JumpByte|Size16, { Disp, 0, 0} },
454 {"jecxz", 1, 0xe3, X, CpuNo64,NoSuf|JumpByte|Size32, { Disp, 0, 0} },
455 {"jecxz", 1, 0x67e3, X, Cpu64,NoSuf|JumpByte|Size32, { Disp, 0, 0} },
462 {"loop", 1, 0xe2, X, CpuNo64,wl_Suf|JumpByte,{ Disp, 0, 0} },
463 {"loop", 1, 0xe2, X, Cpu64, lq_Suf|JumpByte|NoRex64,{ Disp, 0, 0} },
464 {"loopz", 1, 0xe1, X, CpuNo64,wl_Suf|JumpByte,{ Disp, 0, 0} },
465 {"loopz", 1, 0xe1, X, Cpu64, lq_Suf|JumpByte|NoRex64,{ Disp, 0, 0} },
466 {"loope", 1, 0xe1, X, CpuNo64,wl_Suf|JumpByte,{ Disp, 0, 0} },
467 {"loope", 1, 0xe1, X, Cpu64, lq_Suf|JumpByte|NoRex64,{ Disp, 0, 0} },
468 {"loopnz", 1, 0xe0, X, CpuNo64,wl_Suf|JumpByte,{ Disp, 0, 0} },
[all …]
/openbsd/gnu/usr.bin/binutils/gas/config/
H A Dtc-i386.h230 #define JumpByte 0x100 /* loop and jecxz */ macro
H A Dtc-i386.c1433 if ((i.tm.opcode_modifier & (Jump | JumpByte | JumpDword))
1607 if (current_templates->start->opcode_modifier & (Jump | JumpByte))
2281 && (i.tm.opcode_modifier & JumpByte)))) in process_suffix()
2285 if (i.tm.opcode_modifier & JumpByte) /* jcxz, loop */ in process_suffix()
3010 if (i.tm.opcode_modifier & JumpByte) in output_jump()
3150 else if (i.tm.opcode_modifier & (JumpByte | JumpDword)) in output_insn()
5778 || current_templates->start->opcode_modifier & JumpByte in intel_e11()
/openbsd/gnu/usr.bin/binutils-2.17/gas/config/
H A Dtc-i386.h220 #define JumpByte 0x100 /* loop and jecxz */ macro
H A Dtc-i386.c1574 if ((i.tm.opcode_modifier & (Jump | JumpByte | JumpDword))
1763 if (current_templates->start->opcode_modifier & (Jump | JumpByte))
2484 || (i.tm.opcode_modifier & (JumpByte|JumpInterSegment)) in process_suffix()
2569 && (i.tm.opcode_modifier & JumpByte)))) in process_suffix()
2573 if (i.tm.opcode_modifier & JumpByte) /* jcxz, loop */ in process_suffix()
3306 if (i.tm.opcode_modifier & JumpByte) in output_jump()
3446 else if (i.tm.opcode_modifier & (JumpByte | JumpDword)) in output_insn()
/openbsd/gnu/usr.bin/binutils/gas/
H A DChangeLog-98993424 modrm, and Jump, JumpByte, JumpDword, JumpInterSegment insns.
H A DChangeLog-9697876 * config/tc-i386.c (md_assemble): In JumpByte case, when looking
H A DChangeLog-02035160 * config/tc-i386.c (process_suffix): Merge CODE_64BIT JumpByte
H A DChangeLog-00012327 <JumpByte, JumpDword insn output>: Remove dead code.
/openbsd/gnu/usr.bin/binutils-2.17/gas/
H A DChangeLog-98993424 modrm, and Jump, JumpByte, JumpDword, JumpInterSegment insns.
H A DChangeLog-9697876 * config/tc-i386.c (md_assemble): In JumpByte case, when looking
H A DChangeLog-02035160 * config/tc-i386.c (process_suffix): Merge CODE_64BIT JumpByte
H A DChangeLog-00012327 <JumpByte, JumpDword insn output>: Remove dead code.