| /external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/SystemZ/MCTargetDesc/ | 
| D | SystemZMCCodeEmitter.cpp | 187   uint64_t Disp = getMachineOpValue(MI, MI.getOperand(OpNum + 1), Fixups, STI);  in getBDAddr12Encoding()  local197   uint64_t Disp = getMachineOpValue(MI, MI.getOperand(OpNum + 1), Fixups, STI);  in getBDAddr20Encoding()  local
 207   uint64_t Disp = getMachineOpValue(MI, MI.getOperand(OpNum + 1), Fixups, STI);  in getBDXAddr12Encoding()  local
 218   uint64_t Disp = getMachineOpValue(MI, MI.getOperand(OpNum + 1), Fixups, STI);  in getBDXAddr20Encoding()  local
 230   uint64_t Disp = getMachineOpValue(MI, MI.getOperand(OpNum + 1), Fixups, STI);  in getBDLAddr12Len4Encoding()  local
 241   uint64_t Disp = getMachineOpValue(MI, MI.getOperand(OpNum + 1), Fixups, STI);  in getBDLAddr12Len8Encoding()  local
 252   uint64_t Disp = getMachineOpValue(MI, MI.getOperand(OpNum + 1), Fixups, STI);  in getBDRAddr12Encoding()  local
 263   uint64_t Disp = getMachineOpValue(MI, MI.getOperand(OpNum + 1), Fixups, STI);  in getBDVAddr12Encoding()  local
 
 | 
| D | SystemZInstPrinter.cpp | 26 void SystemZInstPrinter::printAddress(unsigned Base, int64_t Disp,  in printAddress()202   uint64_t Disp = MI->getOperand(OpNum + 1).getImm();  in printBDLAddrOperand()  local
 213   uint64_t Disp = MI->getOperand(OpNum + 1).getImm();  in printBDRAddrOperand()  local
 
 | 
| /external/llvm/lib/Target/SystemZ/MCTargetDesc/ | 
| D | SystemZMCCodeEmitter.cpp | 152   uint64_t Disp = getMachineOpValue(MI, MI.getOperand(OpNum + 1), Fixups, STI);  in getBDAddr12Encoding()  local162   uint64_t Disp = getMachineOpValue(MI, MI.getOperand(OpNum + 1), Fixups, STI);  in getBDAddr20Encoding()  local
 172   uint64_t Disp = getMachineOpValue(MI, MI.getOperand(OpNum + 1), Fixups, STI);  in getBDXAddr12Encoding()  local
 183   uint64_t Disp = getMachineOpValue(MI, MI.getOperand(OpNum + 1), Fixups, STI);  in getBDXAddr20Encoding()  local
 195   uint64_t Disp = getMachineOpValue(MI, MI.getOperand(OpNum + 1), Fixups, STI);  in getBDLAddr12Len8Encoding()  local
 206   uint64_t Disp = getMachineOpValue(MI, MI.getOperand(OpNum + 1), Fixups, STI);  in getBDVAddr12Encoding()  local
 
 | 
| /external/llvm/lib/Target/SystemZ/ | 
| D | SystemZISelDAGToDAG.cpp | 59   int64_t Disp;  member213   bool selectBDXAddr12Only(SDValue Addr, SDValue &Base, SDValue &Disp,  in selectBDXAddr12Only()
 219   bool selectBDXAddr12Pair(SDValue Addr, SDValue &Base, SDValue &Disp,  in selectBDXAddr12Pair()
 225   bool selectDynAlloc12Only(SDValue Addr, SDValue &Base, SDValue &Disp,  in selectDynAlloc12Only()
 231   bool selectBDXAddr20Only(SDValue Addr, SDValue &Base, SDValue &Disp,  in selectBDXAddr20Only()
 237   bool selectBDXAddr20Only128(SDValue Addr, SDValue &Base, SDValue &Disp,  in selectBDXAddr20Only128()
 243   bool selectBDXAddr20Pair(SDValue Addr, SDValue &Base, SDValue &Disp,  in selectBDXAddr20Pair()
 249   bool selectLAAddr12Pair(SDValue Addr, SDValue &Base, SDValue &Disp,  in selectLAAddr12Pair()
 255   bool selectLAAddr20Pair(SDValue Addr, SDValue &Base, SDValue &Disp,  in selectLAAddr20Pair()
 495 static bool shouldUseLA(SDNode *Base, int64_t Disp, SDNode *Index) {  in shouldUseLA()
 [all …]
 
 | 
| /external/llvm/lib/Target/X86/AsmParser/ | 
| D | X86AsmInstrumentation.cpp | 310     const MCExpr *Disp = MCConstantExpr::create(0, Ctx);  in InstrumentMOVSBase()  local319     const MCExpr *Disp = MCConstantExpr::create(-1, Ctx);  in InstrumentMOVSBase()  local
 329     const MCExpr *Disp = MCConstantExpr::create(0, Ctx);  in InstrumentMOVSBase()  local
 337     const MCExpr *Disp = MCConstantExpr::create(-1, Ctx);  in InstrumentMOVSBase()  local
 455     const MCConstantExpr *Disp =  in ComputeMemOperandAddress()  local
 488   const MCExpr *Disp = MCConstantExpr::create(NewDisplacement, Ctx);  in AddDisplacement()  local
 639     const MCExpr *Disp = MCConstantExpr::create(kShadowOffset, Ctx);  in InstrumentMemOperandSmall()  local
 665     const MCExpr *Disp = MCConstantExpr::create(1, Ctx);  in InstrumentMemOperandSmall()  local
 716     const MCExpr *Disp = MCConstantExpr::create(kShadowOffset, Ctx);  in InstrumentMemOperandLarge()  local
 856     const MCExpr *Disp = MCConstantExpr::create(Offset, Ctx);  in EmitAdjustRSP()  local
 [all …]
 
 | 
| D | X86AsmParser.cpp | 997   const MCExpr *Disp = MCConstantExpr::create(0, getContext());  in DefaultMemSIOperand()  local1006   const MCExpr *Disp = MCConstantExpr::create(0, getContext());  in DefaultMemDIOperand()  local
 1160     unsigned SegReg, const MCExpr *Disp, unsigned BaseReg, unsigned IndexReg,  in CreateMemForInlineAsm()
 1405   const MCExpr *Disp = nullptr;  in ParseIntelBracExpression()  local
 1536       const MCExpr *Disp = MCConstantExpr::create(ImmDisp, getContext());  in ParseIntelSegmentOverride()  local
 1653   const MCExpr *Disp = MCConstantExpr::create(SM.getImm(), getContext());  in ParseIntelMemOperand()  local
 1663 bool X86AsmParser::ParseIntelDotOperator(const MCExpr *Disp,  in ParseIntelDotOperator()
 2003   const MCExpr *Disp = MCConstantExpr::create(0, getParser().getContext());  in ParseMemOperand()  local
 
 | 
| /external/swiftshader/third_party/subzero/unittest/AssemblerX8632/ | 
| D | LowLevel.cpp | 137 #define TestRegAbsoluteAddr(Inst, Dst, Disp, OpType, ByteCountUntyped, ...)    \  in TEST_F()  argument151 #define TestRegAddrBase(Inst, Dst, Base, Disp, OpType, ByteCountUntyped, ...)  \  in TEST_F()  argument
 166 #define TestRegAddrScaledIndex(Inst, Dst, Index, Scale, Disp, OpType,          \  in TEST_F()  argument
 182 #define TestRegAddrBaseScaledIndex(Inst, Dst, Base, Index, Scale, Disp,        \  in TEST_F()  argument
 199 #define TestAddrBaseScaledIndexImm(Inst, Base, Index, Scale, Disp, Imm,        \  in TEST_F()  argument
 217 #define TestAddrBaseScaledIndexReg(Inst, Base, Index, Scale, Disp, Src,        \  in TEST_F()  argument
 
 | 
| /external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/SystemZ/ | 
| D | SystemZISelDAGToDAG.cpp | 60   int64_t Disp;  member214   bool selectBDXAddr12Only(SDValue Addr, SDValue &Base, SDValue &Disp,  in selectBDXAddr12Only()
 220   bool selectBDXAddr12Pair(SDValue Addr, SDValue &Base, SDValue &Disp,  in selectBDXAddr12Pair()
 226   bool selectDynAlloc12Only(SDValue Addr, SDValue &Base, SDValue &Disp,  in selectDynAlloc12Only()
 232   bool selectBDXAddr20Only(SDValue Addr, SDValue &Base, SDValue &Disp,  in selectBDXAddr20Only()
 238   bool selectBDXAddr20Only128(SDValue Addr, SDValue &Base, SDValue &Disp,  in selectBDXAddr20Only128()
 244   bool selectBDXAddr20Pair(SDValue Addr, SDValue &Base, SDValue &Disp,  in selectBDXAddr20Pair()
 250   bool selectLAAddr12Pair(SDValue Addr, SDValue &Base, SDValue &Disp,  in selectLAAddr12Pair()
 256   bool selectLAAddr20Pair(SDValue Addr, SDValue &Base, SDValue &Disp,  in selectLAAddr20Pair()
 517 static bool shouldUseLA(SDNode *Base, int64_t Disp, SDNode *Index) {  in shouldUseLA()
 [all …]
 
 | 
| /external/swiftshader/third_party/subzero/unittest/AssemblerX8664/ | 
| D | LowLevel.cpp | 183 #define TestRegAbsoluteAddr(Inst, Dst, Disp, OpType, ByteCountUntyped, ...)    \  in TEST_F()  argument196 #define TestRegAddrBase(Inst, Dst, Base, Disp, OpType, ByteCountUntyped, ...)  \  in TEST_F()  argument
 210 #define TestRegAddrScaledIndex(Inst, Dst, Index, Scale, Disp, OpType,          \  in TEST_F()  argument
 226 #define TestRegAddrBaseScaledIndex(Inst, Dst, Base, Index, Scale, Disp,        \  in TEST_F()  argument
 242 #define TestAddrBaseScaledIndexImm(Inst, Base, Index, Scale, Disp, Imm,        \  in TEST_F()  argument
 259 #define TestAddrBaseScaledIndexReg(Inst, Base, Index, Scale, Disp, Src,        \  in TEST_F()  argument
 
 | 
| /external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/PowerPC/Disassembler/ | 
| D | PPCDisassembler.cpp | 200   uint64_t Disp = Imm & 0xFFFF;  in decodeMemRIOperands()  local235   uint64_t Disp = Imm & 0x3FFF;  in decodeMemRIXOperands()  local
 256   uint64_t Disp = Imm & 0xFFF;  in decodeMemRIX16Operands()  local
 271   uint64_t Disp = Imm & 0x1F;  in decodeSPE8Operands()  local
 286   uint64_t Disp = Imm & 0x1F;  in decodeSPE4Operands()  local
 301   uint64_t Disp = Imm & 0x1F;  in decodeSPE2Operands()  local
 
 | 
| /external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/SystemZ/Disassembler/ | 
| D | SystemZDisassembler.cpp | 294   uint64_t Disp = Field & 0xfff;  in decodeBDAddr12Operand()  local304   uint64_t Disp = ((Field << 12) & 0xff000) | ((Field >> 8) & 0xfff);  in decodeBDAddr20Operand()  local
 315   uint64_t Disp = Field & 0xfff;  in decodeBDXAddr12Operand()  local
 327   uint64_t Disp = ((Field & 0xfff00) >> 8) | ((Field & 0xff) << 12);  in decodeBDXAddr20Operand()  local
 339   uint64_t Disp = Field & 0xfff;  in decodeBDLAddr12Len4Operand()  local
 351   uint64_t Disp = Field & 0xfff;  in decodeBDLAddr12Len8Operand()  local
 363   uint64_t Disp = Field & 0xfff;  in decodeBDRAddr12Operand()  local
 375   uint64_t Disp = Field & 0xfff;  in decodeBDVAddr12Operand()  local
 
 | 
| /external/llvm/lib/Target/X86/ | 
| D | X86ISelDAGToDAG.cpp | 63     int32_t Disp;  member246                                    SDValue &Index, SDValue &Disp,  in getAddressOperands()
 1197           uint64_t Disp = (uint64_t)AddVal->getSExtValue() << Val;  in matchAddressRecursively()  local
 1263             uint64_t Disp = AddVal->getSExtValue() * CN->getZExtValue();  in matchAddressRecursively()  local
 1422                                       SDValue &Disp, SDValue &Segment) {  in selectVectorAddr()
 1467                                  SDValue &Disp, SDValue &Segment) {  in selectAddr()
 1515                                           SDValue &Disp, SDValue &Segment,  in selectScalarSSELoad()
 1582                                          SDValue &Disp, SDValue &Segment) {  in selectLEA64_32Addr()
 1624                                     SDValue &Index, SDValue &Disp,  in selectLEAAddr()
 1688                                         SDValue &Disp, SDValue &Segment) {  in selectTLSADDRAddr()
 [all …]
 
 | 
| D | X86OptimizeLEAs.cpp | 71            const MachineOperand *Disp)  in MemOpKey()96   const MachineOperand *Disp;  member in MemOpKey
 
 | 
| /external/capstone/arch/SystemZ/ | 
| D | SystemZDisassembler.c | 261 	uint64_t Disp = Field & 0xfff;  in decodeBDAddr12Operand()  local274 	uint64_t Disp = ((Field << 12) & 0xff000) | ((Field >> 8) & 0xfff);  in decodeBDAddr20Operand()  local
 287 	uint64_t Disp = Field & 0xfff;  in decodeBDXAddr12Operand()  local
 302 	uint64_t Disp = ((Field & 0xfff00) >> 8) | ((Field & 0xff) << 12);  in decodeBDXAddr20Operand()  local
 317 	uint64_t Disp = Field & 0xfff;  in decodeBDLAddr12Len8Operand()  local
 332 	uint64_t Disp = Field & 0xfff;  in decodeBDRAddr12Operand()  local
 347 	uint64_t Disp = Field & 0xfff;  in decodeBDVAddr12Operand()  local
 
 | 
| D | SystemZInstPrinter.c | 42 static void printAddress(MCInst *MI, unsigned Base, int64_t Disp, unsigned Index, SStream *O)  in printAddress()351 	uint64_t Disp = (uint64_t)MCOperand_getImm(MCInst_getOperand(MI, OpNum + 1));  in printBDLAddrOperand()  local
 380 	uint64_t Disp = (uint64_t)MCOperand_getImm(MCInst_getOperand(MI, OpNum + 1));  in printBDRAddrOperand()  local
 
 | 
| /external/llvm/lib/Target/SystemZ/Disassembler/ | 
| D | SystemZDisassembler.cpp | 271   uint64_t Disp = Field & 0xfff;  in decodeBDAddr12Operand()  local281   uint64_t Disp = ((Field << 12) & 0xff000) | ((Field >> 8) & 0xfff);  in decodeBDAddr20Operand()  local
 292   uint64_t Disp = Field & 0xfff;  in decodeBDXAddr12Operand()  local
 304   uint64_t Disp = ((Field & 0xfff00) >> 8) | ((Field & 0xff) << 12);  in decodeBDXAddr20Operand()  local
 316   uint64_t Disp = Field & 0xfff;  in decodeBDLAddr12Len8Operand()  local
 328   uint64_t Disp = Field & 0xfff;  in decodeBDVAddr12Operand()  local
 
 | 
| /external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AVR/ | 
| D | AVRISelDAGToDAG.cpp | 65                                  SDValue &Disp) {  in SelectAddr()225     SDValue Base, Disp;  in SelectInlineAsmMemoryOperand()  local
 263       SDValue Base, Disp;  in SelectInlineAsmMemoryOperand()  local
 
 | 
| /external/llvm/lib/Target/PowerPC/Disassembler/ | 
| D | PPCDisassembler.cpp | 321   uint64_t Disp = Imm & 0xFFFF;  in decodeMemRIOperands()  local356   uint64_t Disp = Imm & 0x3FFF;  in decodeMemRIXOperands()  local
 377   uint64_t Disp = Imm & 0xFFF;  in decodeMemRIX16Operands()  local
 
 | 
| /external/llvm/lib/Target/MSP430/InstPrinter/ | 
| D | MSP430InstPrinter.cpp | 65   const MCOperand &Disp = MI->getOperand(OpNo+1);  in printSrcMemOperand()  local
 | 
| /external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/MSP430/ | 
| D | MSP430ISelDAGToDAG.cpp | 47     int16_t Disp = 0;  member245                                     SDValue &Base, SDValue &Disp) {  in SelectAddr()
 
 | 
| /external/llvm/lib/Target/MSP430/ | 
| D | MSP430ISelDAGToDAG.cpp | 47     int16_t Disp;  member244                                     SDValue &Base, SDValue &Disp) {  in SelectAddr()
 
 | 
| D | MSP430AsmPrinter.cpp | 108   const MachineOperand &Disp = MI->getOperand(OpNum+1);  in printSrcMemOperand()  local
 | 
| /external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/MSP430/MCTargetDesc/ | 
| D | MSP430InstPrinter.cpp | 71   const MCOperand &Disp = MI->getOperand(OpNo+1);  in printSrcMemOperand()  local
 | 
| /external/llvm/lib/Target/SystemZ/InstPrinter/ | 
| D | SystemZInstPrinter.cpp | 24 void SystemZInstPrinter::printAddress(unsigned Base, int64_t Disp,  in printAddress()198   uint64_t Disp = MI->getOperand(OpNum + 1).getImm();  in printBDLAddrOperand()  local
 
 | 
| /external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/ | 
| D | X86ISelDAGToDAG.cpp | 67     int32_t Disp;  member252                      SDValue &Index, SDValue &Disp,  in tryFoldLoad()
 271                                    SDValue &Index, SDValue &Disp,  in getAddressOperands()
 1996           uint64_t Disp = (uint64_t)AddVal->getSExtValue() << Val;  in matchAddressRecursively()  local
 2062             uint64_t Disp = AddVal->getSExtValue() * CN->getZExtValue();  in matchAddressRecursively()  local
 2285                                        SDValue &Disp, SDValue &Segment) {  in selectVectorAddr()
 2319                                  SDValue &Disp, SDValue &Segment) {  in selectAddr()
 2377                                           SDValue &Disp, SDValue &Segment,  in selectScalarSSELoad()
 2460                                          SDValue &Disp, SDValue &Segment) {  in selectLEA64_32Addr()
 2497                                     SDValue &Index, SDValue &Disp,  in selectLEAAddr()
 [all …]
 
 |