Home
last modified time | relevance | path

Searched defs:DoShift (Results 1 – 10 of 10) sorted by relevance

/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AArch64/InstPrinter/
DAArch64InstPrinter.cpp979 static void printMemExtendImpl(bool SignExtend, bool DoShift, in printMemExtendImpl()
997 bool DoShift = MI->getOperand(OpNum + 1).getImm(); in printMemExtend() local
1012 bool DoShift = ExtWidth != 8; in printRegWithShiftExtend() local
/external/llvm/lib/Target/AArch64/
DAArch64ISelDAGToDAG.cpp127 SDValue &SignExtend, SDValue &DoShift) { in SelectAddrModeWRO()
133 SDValue &SignExtend, SDValue &DoShift) { in SelectAddrModeXRO()
810 SDValue &DoShift) { in SelectAddrModeWRO()
899 SDValue &DoShift) { in SelectAddrModeXRO()
/external/llvm/lib/Target/AArch64/MCTargetDesc/
DAArch64MCCodeEmitter.cpp317 unsigned DoShift = MI.getOperand(OpIdx + 1).getImm(); in getMemExtendOpValue() local
DAArch64AddressingModes.h201 bool DoShift) { in getMemExtendImm()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AArch64/
DAArch64ISelDAGToDAG.cpp128 SDValue &SignExtend, SDValue &DoShift) { in SelectAddrModeWRO()
134 SDValue &SignExtend, SDValue &DoShift) { in SelectAddrModeXRO()
867 SDValue &DoShift) { in SelectAddrModeWRO()
956 SDValue &DoShift) { in SelectAddrModeXRO()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AArch64/MCTargetDesc/
DAArch64MCCodeEmitter.cpp341 unsigned DoShift = MI.getOperand(OpIdx + 1).getImm(); in getMemExtendOpValue() local
DAArch64AddressingModes.h201 bool DoShift) { in getMemExtendImm()
/external/capstone/arch/AArch64/
DAArch64InstPrinter.c896 unsigned DoShift = (unsigned)MCOperand_getImm(MCInst_getOperand(MI, OpNum + 1)); in printMemExtend() local
/external/llvm/lib/Target/AArch64/InstPrinter/
DAArch64InstPrinter.cpp1125 unsigned DoShift = MI->getOperand(OpNum + 1).getImm(); in printMemExtend() local
/external/v8/src/compiler/
Dsimplified-lowering.cc3829 void SimplifiedLowering::DoShift(Node* node, Operator const* op, in DoShift() function in v8::internal::compiler::SimplifiedLowering