Home
last modified time | relevance | path

Searched defs:Disp (Results 1 – 21 of 21) sorted by relevance

/external/llvm/lib/Target/SystemZ/MCTargetDesc/
DSystemZMCCodeEmitter.cpp147 uint64_t Disp = getMachineOpValue(MI, MI.getOperand(OpNum + 1), Fixups, STI); in getBDAddr12Encoding() local
157 uint64_t Disp = getMachineOpValue(MI, MI.getOperand(OpNum + 1), Fixups, STI); in getBDAddr20Encoding() local
167 uint64_t Disp = getMachineOpValue(MI, MI.getOperand(OpNum + 1), Fixups, STI); in getBDXAddr12Encoding() local
178 uint64_t Disp = getMachineOpValue(MI, MI.getOperand(OpNum + 1), Fixups, STI); in getBDXAddr20Encoding() local
190 uint64_t Disp = getMachineOpValue(MI, MI.getOperand(OpNum + 1), Fixups, STI); in getBDLAddr12Len8Encoding() local
/external/llvm/lib/Target/SystemZ/
DSystemZISelDAGToDAG.cpp59 int64_t Disp; member
209 bool selectBDXAddr12Only(SDValue Addr, SDValue &Base, SDValue &Disp, in selectBDXAddr12Only()
215 bool selectBDXAddr12Pair(SDValue Addr, SDValue &Base, SDValue &Disp, in selectBDXAddr12Pair()
221 bool selectDynAlloc12Only(SDValue Addr, SDValue &Base, SDValue &Disp, in selectDynAlloc12Only()
227 bool selectBDXAddr20Only(SDValue Addr, SDValue &Base, SDValue &Disp, in selectBDXAddr20Only()
233 bool selectBDXAddr20Only128(SDValue Addr, SDValue &Base, SDValue &Disp, in selectBDXAddr20Only128()
239 bool selectBDXAddr20Pair(SDValue Addr, SDValue &Base, SDValue &Disp, in selectBDXAddr20Pair()
245 bool selectLAAddr12Pair(SDValue Addr, SDValue &Base, SDValue &Disp, in selectLAAddr12Pair()
251 bool selectLAAddr20Pair(SDValue Addr, SDValue &Base, SDValue &Disp, in selectLAAddr20Pair()
478 static bool shouldUseLA(SDNode *Base, int64_t Disp, SDNode *Index) { in shouldUseLA()
[all …]
DSystemZISelLowering.cpp2970 int64_t Disp = MI->getOperand(2).getImm(); in emitCondStore() local
3043 int64_t Disp = MI->getOperand(2).getImm(); in emitAtomicLoadBinary() local
3162 int64_t Disp = MI->getOperand(2).getImm(); in emitAtomicLoadMinMax() local
3273 int64_t Disp = MI->getOperand(2).getImm(); in emitAtomicCmpSwapW() local
/external/llvm/lib/Target/X86/AsmParser/
DX86AsmInstrumentation.cpp319 const MCExpr *Disp = MCConstantExpr::Create(0, Ctx); in InstrumentMOVSBase() local
328 const MCExpr *Disp = MCConstantExpr::Create(-1, Ctx); in InstrumentMOVSBase() local
338 const MCExpr *Disp = MCConstantExpr::Create(0, Ctx); in InstrumentMOVSBase() local
346 const MCExpr *Disp = MCConstantExpr::Create(-1, Ctx); in InstrumentMOVSBase() local
464 const MCConstantExpr *Disp = in ComputeMemOperandAddress() local
497 const MCExpr *Disp = MCConstantExpr::Create(NewDisplacement, Ctx); in AddDisplacement() local
647 const MCExpr *Disp = MCConstantExpr::Create(kShadowOffset, Ctx); in InstrumentMemOperandSmall() local
673 const MCExpr *Disp = MCConstantExpr::Create(1, Ctx); in InstrumentMemOperandSmall() local
724 const MCExpr *Disp = MCConstantExpr::Create(kShadowOffset, Ctx); in InstrumentMemOperandLarge() local
864 const MCExpr *Disp = MCConstantExpr::Create(Offset, Ctx); in EmitAdjustRSP() local
[all …]
DX86AsmParser.cpp975 const MCExpr *Disp = MCConstantExpr::Create(0, getContext()); in DefaultMemSIOperand() local
984 const MCExpr *Disp = MCConstantExpr::Create(0, getContext()); in DefaultMemDIOperand() local
1013 unsigned SegReg, const MCExpr *Disp, unsigned BaseReg, unsigned IndexReg, in CreateMemForInlineAsm()
1256 const MCExpr *Disp = nullptr; in ParseIntelBracExpression() local
1384 const MCExpr *Disp = MCConstantExpr::Create(ImmDisp, getContext()); in ParseIntelSegmentOverride() local
1493 const MCExpr *Disp = MCConstantExpr::Create(SM.getImm(), getContext()); in ParseIntelMemOperand() local
1503 bool X86AsmParser::ParseIntelDotOperator(const MCExpr *Disp, in ParseIntelDotOperator()
1835 const MCExpr *Disp = MCConstantExpr::Create(0, getParser().getContext()); in ParseMemOperand() local
DX86Operand.h51 const MCExpr *Disp; member
/external/llvm/lib/Target/X86/
DX86ISelDAGToDAG.cpp64 int32_t Disp; member
238 SDValue &Disp, SDValue &Segment) { in getAddressOperands()
1066 uint64_t Disp = (uint64_t)AddVal->getSExtValue() << Val; in MatchAddressRecursively() local
1132 uint64_t Disp = AddVal->getSExtValue() * CN->getZExtValue(); in MatchAddressRecursively() local
1328 SDValue &Disp, SDValue &Segment) { in SelectAddr()
1374 SDValue &Disp, SDValue &Segment, in SelectScalarSSELoad()
1440 SDValue &Disp, SDValue &Segment) { in SelectLEA64_32Addr()
1479 SDValue &Index, SDValue &Disp, in SelectLEAAddr()
1541 SDValue &Disp, SDValue &Segment) { in SelectTLSADDRAddr()
1565 SDValue &Index, SDValue &Disp, in TryFoldLoad()
[all …]
DX86InstrBuilder.h50 int Disp; member
DX86FastISel.cpp701 uint64_t Disp = (int32_t)AM.Disp + (uint64_t)CI->getSExtValue(); in X86SelectAddress() local
715 uint64_t Disp = (int32_t)AM.Disp; in X86SelectAddress() local
DX86ISelLowering.cpp15085 SDValue Disp = DAG.getTargetConstant(0, MVT::i32); in getGatherNode() local
15102 SDValue Disp = DAG.getTargetConstant(0, MVT::i32); in getScatterNode() local
15125 SDValue Disp = DAG.getTargetConstant(0, MVT::i32); in getPrefetchNode() local
15657 SDValue Addr, Disp; in LowerINIT_TRAMPOLINE() local
18054 MachineOperand &Disp = MI->getOperand(4); in EmitVAARG64WithCustomInserter() local
/external/llvm/lib/Target/SystemZ/Disassembler/
DSystemZDisassembler.cpp190 uint64_t Disp = Field & 0xfff; in decodeBDAddr12Operand() local
200 uint64_t Disp = ((Field << 12) & 0xff000) | ((Field >> 8) & 0xfff); in decodeBDAddr20Operand() local
211 uint64_t Disp = Field & 0xfff; in decodeBDXAddr12Operand() local
223 uint64_t Disp = ((Field & 0xfff00) >> 8) | ((Field & 0xff) << 12); in decodeBDXAddr20Operand() local
235 uint64_t Disp = Field & 0xfff; in decodeBDLAddr12Len8Operand() local
/external/llvm/lib/Target/MSP430/InstPrinter/
DMSP430InstPrinter.cpp64 const MCOperand &Disp = MI->getOperand(OpNo+1); in printSrcMemOperand() local
/external/llvm/lib/Target/SystemZ/InstPrinter/
DSystemZInstPrinter.cpp22 void SystemZInstPrinter::printAddress(unsigned Base, int64_t Disp, in printAddress()
173 uint64_t Disp = MI->getOperand(OpNum + 1).getImm(); in printBDLAddrOperand() local
/external/llvm/lib/Target/MSP430/
DMSP430AsmPrinter.cpp108 const MachineOperand &Disp = MI->getOperand(OpNum+1); in printSrcMemOperand() local
DMSP430ISelDAGToDAG.cpp48 int16_t Disp; member
245 SDValue &Base, SDValue &Disp) { in SelectAddr()
/external/llvm/lib/Target/PowerPC/Disassembler/
DPPCDisassembler.cpp286 uint64_t Disp = Imm & 0xFFFF; in decodeMemRIOperands() local
321 uint64_t Disp = Imm & 0x3FFF; in decodeMemRIXOperands() local
/external/llvm/lib/Target/SystemZ/AsmParser/
DSystemZAsmParser.cpp96 const MCExpr *Disp; member
161 createMem(RegisterKind RegKind, unsigned Base, const MCExpr *Disp, in createMem()
531 bool SystemZAsmParser::parseAddress(unsigned &Base, const MCExpr *&Disp, in parseAddress()
585 const MCExpr *Disp; in parseAddress() local
/external/llvm/lib/Target/X86/MCTargetDesc/
DX86MCCodeEmitter.cpp62 const MCOperand &Disp = MI.getOperand(Op+X86::AddrDisp); in Is16BitMemOperand() local
368 const MCOperand &Disp = MI.getOperand(Op+X86::AddrDisp); in EmitMemModRMByte() local
/external/llvm/tools/llvm-objdump/
DCOFFDump.cpp225 uint64_t Offset, uint32_t Disp) { in printCOFFSymbolAddress()
/external/llvm/lib/Target/PowerPC/
DPPCISelDAGToDAG.cpp132 bool SelectAddrImm(SDValue N, SDValue &Disp, in SelectAddrImm()
166 bool SelectAddrImmX4(SDValue N, SDValue &Disp, SDValue &Base) { in SelectAddrImmX4()
DPPCISelLowering.cpp1551 bool PPCTargetLowering::SelectAddressRegImm(SDValue N, SDValue &Disp, in SelectAddressRegImm()