Home
last modified time | relevance | path

Searched refs:JumpAbsolute (Results 1 – 7 of 7) sorted by relevance

/freebsd-12.1/contrib/binutils/opcodes/
H A Di386-opc.h182 #define JumpAbsolute 0x8000000 macro
H A Di386-tbl.h752 { Reg16|Reg32|Reg64|BaseIndex|Disp8|Disp16|Disp32|Disp32S|JumpAbsolute } },
755 { Reg16|Reg64|BaseIndex|Disp8|Disp16|Disp32|Disp32S|JumpAbsolute } },
762 { BaseIndex|Disp8|Disp16|Disp32|Disp32S|JumpAbsolute } },
769 { BaseIndex|Disp8|Disp16|Disp32|Disp32S|JumpAbsolute } },
775 { Reg16|Reg32|Reg64|BaseIndex|Disp8|Disp16|Disp32|Disp32S|JumpAbsolute } },
778 { Reg16|Reg64|BaseIndex|Disp8|Disp16|Disp32|Disp32S|JumpAbsolute } },
785 { BaseIndex|Disp8|Disp16|Disp32|Disp32S|JumpAbsolute } },
792 { BaseIndex|Disp8|Disp16|Disp32|Disp32S|JumpAbsolute } },
H A Di386-opc.tbl296 …f|No_sSuf|No_qSuf|No_xSuf, { Reg16|Reg32|Reg64|BaseIndex|Disp8|Disp16|Disp32|Disp32S|JumpAbsolute }
297 …No_lSuf|No_sSuf|No_xSuf|NoRex64, { Reg16|Reg64|BaseIndex|Disp8|Disp16|Disp32|Disp32S|JumpAbsolute }
301 …ize|No_bSuf|No_wSuf|No_lSuf|No_sSuf|No_qSuf, { BaseIndex|Disp8|Disp16|Disp32|Disp32S|JumpAbsolute }
303 …DefaultSize|No_bSuf|No_sSuf|No_qSuf|No_xSuf, { BaseIndex|Disp8|Disp16|Disp32|Disp32S|JumpAbsolute }
306 …f|No_sSuf|No_qSuf|No_xSuf, { Reg16|Reg32|Reg64|BaseIndex|Disp8|Disp16|Disp32|Disp32S|JumpAbsolute }
307 …No_lSuf|No_sSuf|No_xSuf|NoRex64, { Reg16|Reg64|BaseIndex|Disp8|Disp16|Disp32|Disp32S|JumpAbsolute }
311 …drm|No_bSuf|No_wSuf|No_lSuf|No_sSuf|No_qSuf, { BaseIndex|Disp8|Disp16|Disp32|Disp32S|JumpAbsolute }
313 …5, 0, Modrm|No_bSuf|No_sSuf|No_qSuf|No_xSuf, { BaseIndex|Disp8|Disp16|Disp32|Disp32S|JumpAbsolute }
/freebsd-12.1/contrib/binutils/gas/config/
H A Dtc-i386.c1468 { JumpAbsolute, "Jump Absolute" },
2521 ((overlap & ~JumpAbsolute) \ in match_template()
2751 && ((i.types[0] & JumpAbsolute) in match_template()
2752 != (operand_types[0] & JumpAbsolute))) in match_template()
2916 && ((i.tm.operand_types[0] & JumpAbsolute) in process_suffix()
4748 if ((i.types[this_operand] & JumpAbsolute) in i386_displacement()
5041 i.types[this_operand] |= JumpAbsolute; in i386_operand()
5095 i.types[this_operand] |= JumpAbsolute; in i386_operand()
7115 i.types[this_operand] |= JumpAbsolute; in intel_e09()
7144 & JumpAbsolute))) in intel_e09()
[all …]
/freebsd-12.1/contrib/binutils/gas/
H A DChangeLog-98993 * config/tc-i386.c (MATCH): Relax JumpAbsolute check. Emit a
5 need to set i.types[0] JumpAbsolute in intel mode.
3456 match for JumpAbsolute. Makes e.g. `ljmp table(%ebx)' invalid;
H A DChangeLog-00013752 SReg2, SReg3, Acc, JumpAbsolute, RegMMX, RegXMM, EsSeg, InvMem):
/freebsd-12.1/contrib/binutils/include/opcode/
H A DChangeLog-9103999 * i386.h: Add JumpAbsolute qualifier to all non-intel mode