Searched refs:BaseIndex (Results 1 – 8 of 8) sorted by relevance
| /freebsd-9-stable/contrib/binutils/opcodes/ |
| D | i386-tbl.h | 18 Reg8|Reg16|Reg32|Reg64|BaseIndex|Disp8|Disp16|Disp32|Disp32S } }, 26 Reg8|Reg16|Reg32|Reg64|BaseIndex|Disp8|Disp16|Disp32|Disp32S } }, 38 BaseIndex|Disp8|Disp16|Disp32|Disp32S } }, 46 BaseIndex|Disp8|Disp16|Disp32|Disp32S } }, 53 { BaseIndex|Disp8|Disp16|Disp32|Disp32S, 61 { BaseIndex|Disp8|Disp16|Disp32|Disp32S, 93 { Reg8|BaseIndex|Disp8|Disp16|Disp32|Disp32S, 97 { Reg8|BaseIndex|Disp8|Disp16|Disp32|Disp32S, 101 { Reg16|BaseIndex|Disp8|Disp16|Disp32|Disp32S, 105 { Reg8|BaseIndex|Disp8|Disp16|Disp32|Disp32S, [all …]
|
| D | i386-reg.tbl | 34 bx, Reg16|BaseIndex, 0, 3 36 bp, Reg16|BaseIndex, 0, 5 37 si, Reg16|BaseIndex, 0, 6 38 di, Reg16|BaseIndex, 0, 7 48 eax, Reg32|BaseIndex|Acc, 0, 0 49 ecx, Reg32|BaseIndex, 0, 1 50 edx, Reg32|BaseIndex, 0, 2 51 ebx, Reg32|BaseIndex, 0, 3 53 ebp, Reg32|BaseIndex, 0, 5 54 esi, Reg32|BaseIndex, 0, 6 [all …]
|
| D | i386-opc.tbl | 8 …Modrm|No_sSuf|No_xSuf, { Reg8|Reg16|Reg32|Reg64, Reg8|Reg16|Reg32|Reg64|BaseIndex|Disp8|Disp16|Dis… 12 …odrm|No_sSuf|No_xSuf, { Imm8|Imm16|Imm32|Imm32S, Reg8|Reg16|Reg32|Reg64|BaseIndex|Disp8|Disp16|Dis… 20 mov, 2, 0x8c, None, 0, Modrm|IgnoreSize|No_bSuf|No_lSuf|No_sSuf|No_qSuf|No_xSuf, { SReg2, BaseIndex… 22 …386, Modrm|IgnoreSize|No_bSuf|No_lSuf|No_sSuf|No_qSuf|No_xSuf, { SReg3, BaseIndex|Disp8|Disp16|Dis… 24 mov, 2, 0x8e, None, 0, Modrm|IgnoreSize|No_bSuf|No_lSuf|No_sSuf|No_qSuf|No_xSuf, { BaseIndex|Disp8|… 26 mov, 2, 0x8e, None, Cpu386, Modrm|IgnoreSize|No_bSuf|No_lSuf|No_sSuf|No_qSuf|No_xSuf, { BaseIndex|D… 40 …, Cpu386, Modrm|No_bSuf|No_wSuf|No_lSuf|No_sSuf|No_qSuf|No_xSuf, { Reg8|BaseIndex|Disp8|Disp16|Dis… 41 …, Cpu386, Modrm|No_bSuf|No_wSuf|No_lSuf|No_sSuf|No_qSuf|No_xSuf, { Reg8|BaseIndex|Disp8|Disp16|Dis… 42 … Cpu386, Modrm|No_bSuf|No_wSuf|No_lSuf|No_sSuf|No_qSuf|No_xSuf, { Reg16|BaseIndex|Disp8|Disp16|Dis… 43 …64, Modrm|No_bSuf|No_wSuf|No_lSuf|No_sSuf|No_qSuf|No_xSuf|Rex64, { Reg8|BaseIndex|Disp8|Disp16|Dis… [all …]
|
| D | i386-opc.h | 157 #define BaseIndex 0x800 macro 198 #define AnyMem (Disp8|Disp16|Disp32|Disp32S|BaseIndex) /* General memory */
|
| /freebsd-9-stable/contrib/binutils/gas/config/ |
| D | tc-i386.c | 1452 { BaseIndex, "BaseIndex" }, 2471 if (!disp && (i.types[op] & BaseIndex)) in optimize_disp() 2522 && (((given) & (BaseIndex | JumpAbsolute)) \ in match_template() 2523 == ((overlap) & (BaseIndex | JumpAbsolute)))) in match_template() 3587 else if (i.base_reg->reg_type == BaseIndex) in build_modrm_byte() 4797 if ((i.types[this_operand] & BaseIndex) != 0 in i386_displacement() 4956 && (i.base_reg->reg_type != BaseIndex in i386_index_check() 4959 && ((i.index_reg->reg_type & (RegXX | BaseIndex)) in i386_index_check() 4960 != (RegXX | BaseIndex)))) in i386_index_check() 4969 && ((i.base_reg->reg_type & (Reg16 | BaseIndex | RegRex)) in i386_index_check() [all …]
|
| /freebsd-9-stable/contrib/binutils/include/opcode/ |
| D | ChangeLog-9103 | 1533 (i386_regtab): Add BaseIndex modifier to valid 16 bit base/index 1538 * i386.h (i386_regtab): Remove BaseIndex modifier from esp. 1560 (i386_regtab): Add BaseIndex to 32 bit regs reg_type.
|
| /freebsd-9-stable/contrib/llvm/tools/clang/lib/AST/ |
| D | ExprConstant.cpp | 1333 unsigned BaseIndex = 0; in CheckConstantExpression() local 1335 End = CD->bases_end(); I != End; ++I, ++BaseIndex) { in CheckConstantExpression() 1337 Value.getStructBase(BaseIndex))) in CheckConstantExpression()
|
| /freebsd-9-stable/contrib/binutils/gas/ |
| D | ChangeLog-0001 | 3750 (Imm8, Imm8S, Imm16, Imm32, Imm1, BaseIndex, Disp8, Disp16, Disp32,
|