Searched refs:BaseIndex (Results 1 - 7 of 7) sorted by relevance

/freebsd-11.0-release/contrib/binutils/opcodes/
H A Di386-tbl.h18 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|Disp
[all...]
H A Di386-opc.h157 #define BaseIndex 0x800 macro
198 #define AnyMem (Disp8|Disp16|Disp32|Disp32S|BaseIndex) /* General memory */
/freebsd-11.0-release/contrib/llvm/tools/llvm-pdbdump/
H A DClassDefinitionDumper.cpp45 uint32_t BaseIndex = 0; local
52 if (++BaseIndex < Bases->getChildCount()) {
/freebsd-11.0-release/contrib/llvm/lib/CodeGen/
H A DVirtRegMap.cpp332 SlotIndex BaseIndex = LIS->getInstructionIndex(&MI); local
335 assert(LI.liveAt(BaseIndex) &&
341 if ((SR.LaneMask & UseMask) != 0 && SR.liveAt(BaseIndex))
/freebsd-11.0-release/contrib/binutils/gas/config/
H A Dtc-i386.c1455 { BaseIndex, "BaseIndex" },
2475 if (!disp && (i.types[op] & BaseIndex))
2526 && (((given) & (BaseIndex | JumpAbsolute)) \
2527 == ((overlap) & (BaseIndex | JumpAbsolute))))
3591 else if (i.base_reg->reg_type == BaseIndex)
4802 if ((i.types[this_operand] & BaseIndex) != 0
4961 && (i.base_reg->reg_type != BaseIndex
4964 && ((i.index_reg->reg_type & (RegXX | BaseIndex))
4965 != (RegXX | BaseIndex))))
[all...]
/freebsd-11.0-release/contrib/llvm/lib/IR/
H A DVerifier.cpp3936 const int BaseIndex = cast<ConstantInt>(Base)->getZExtValue(); local
3939 Assert(0 <= BaseIndex && BaseIndex < (int)StatepointCS.arg_size(),
3944 // Check that BaseIndex and DerivedIndex fall within the 'gc parameters'
3968 Assert(GCParamArgsStart <= BaseIndex && BaseIndex < GCParamArgsEnd,
/freebsd-11.0-release/contrib/llvm/tools/clang/lib/AST/
H A DExprConstant.cpp1463 unsigned BaseIndex = 0; local
1465 End = CD->bases_end(); I != End; ++I, ++BaseIndex) {
1467 Value.getStructBase(BaseIndex)))

Completed in 201 milliseconds