/external/v8/src/compiler/ |
D | simplified-lowering.h | 40 void DoShift(Node* node, Operator const* op, Type rhs_type);
|
D | simplified-lowering.cc | 2000 lowering->DoShift(node, lowering->machine()->Word32Shl(), rhs_type); in VisitNode() 2011 lowering->DoShift(node, lowering->machine()->Word32Shl(), rhs_type); in VisitNode() 2020 lowering->DoShift(node, lowering->machine()->Word32Shl(), rhs_type); in VisitNode() 2029 lowering->DoShift(node, lowering->machine()->Word32Sar(), rhs_type); in VisitNode() 2040 lowering->DoShift(node, lowering->machine()->Word32Sar(), rhs_type); in VisitNode() 2049 lowering->DoShift(node, lowering->machine()->Word32Sar(), rhs_type); in VisitNode() 2058 lowering->DoShift(node, lowering->machine()->Word32Shr(), rhs_type); in VisitNode() 2087 lowering->DoShift(node, lowering->machine()->Word32Shr(), rhs_type); in VisitNode() 2094 lowering->DoShift(node, lowering->machine()->Word32Shr(), rhs_type); in VisitNode() 3829 void SimplifiedLowering::DoShift(Node* node, Operator const* op, in DoShift() function in v8::internal::compiler::SimplifiedLowering
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AArch64/InstPrinter/ |
D | AArch64InstPrinter.cpp | 979 static void printMemExtendImpl(bool SignExtend, bool DoShift, in printMemExtendImpl() argument 989 if (DoShift || IsLSL) in printMemExtendImpl() 997 bool DoShift = MI->getOperand(OpNum + 1).getImm(); in printMemExtend() local 998 printMemExtendImpl(SignExtend, DoShift, Width, SrcRegKind, O); in printMemExtend() 1012 bool DoShift = ExtWidth != 8; in printRegWithShiftExtend() local 1013 if (SignExtend || DoShift || SrcRegKind == 'w') { in printRegWithShiftExtend() 1015 printMemExtendImpl(SignExtend, DoShift, ExtWidth, SrcRegKind, O); in printRegWithShiftExtend()
|
/external/llvm/lib/Target/AArch64/MCTargetDesc/ |
D | AArch64MCCodeEmitter.cpp | 317 unsigned DoShift = MI.getOperand(OpIdx + 1).getImm(); in getMemExtendOpValue() local 318 return (SignExtend << 1) | DoShift; in getMemExtendOpValue()
|
D | AArch64AddressingModes.h | 201 bool DoShift) { in getMemExtendImm() argument 202 return (getExtendEncoding(ET) << 1) | unsigned(DoShift); in getMemExtendImm()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AArch64/MCTargetDesc/ |
D | AArch64MCCodeEmitter.cpp | 341 unsigned DoShift = MI.getOperand(OpIdx + 1).getImm(); in getMemExtendOpValue() local 342 return (SignExtend << 1) | DoShift; in getMemExtendOpValue()
|
D | AArch64AddressingModes.h | 201 bool DoShift) { in getMemExtendImm() argument 202 return (getExtendEncoding(ET) << 1) | unsigned(DoShift); in getMemExtendImm()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AArch64/ |
D | AArch64ISelDAGToDAG.cpp | 128 SDValue &SignExtend, SDValue &DoShift) { in SelectAddrModeWRO() argument 129 return SelectAddrModeWRO(N, Width / 8, Base, Offset, SignExtend, DoShift); in SelectAddrModeWRO() 134 SDValue &SignExtend, SDValue &DoShift) { in SelectAddrModeXRO() argument 135 return SelectAddrModeXRO(N, Width / 8, Base, Offset, SignExtend, DoShift); in SelectAddrModeXRO() 190 SDValue &DoShift); 193 SDValue &DoShift); 867 SDValue &DoShift) { in SelectAddrModeWRO() argument 895 DoShift = CurDAG->getTargetConstant(true, dl, MVT::i32); in SelectAddrModeWRO() 903 DoShift = CurDAG->getTargetConstant(true, dl, MVT::i32); in SelectAddrModeWRO() 908 DoShift = CurDAG->getTargetConstant(false, dl, MVT::i32); in SelectAddrModeWRO() [all …]
|
/external/llvm/lib/Target/AArch64/ |
D | AArch64ISelDAGToDAG.cpp | 127 SDValue &SignExtend, SDValue &DoShift) { in SelectAddrModeWRO() argument 128 return SelectAddrModeWRO(N, Width / 8, Base, Offset, SignExtend, DoShift); in SelectAddrModeWRO() 133 SDValue &SignExtend, SDValue &DoShift) { in SelectAddrModeXRO() argument 134 return SelectAddrModeXRO(N, Width / 8, Base, Offset, SignExtend, DoShift); in SelectAddrModeXRO() 188 SDValue &DoShift); 191 SDValue &DoShift); 810 SDValue &DoShift) { in SelectAddrModeWRO() argument 838 DoShift = CurDAG->getTargetConstant(true, dl, MVT::i32); in SelectAddrModeWRO() 846 DoShift = CurDAG->getTargetConstant(true, dl, MVT::i32); in SelectAddrModeWRO() 851 DoShift = CurDAG->getTargetConstant(false, dl, MVT::i32); in SelectAddrModeWRO() [all …]
|
/external/llvm/lib/Target/AArch64/InstPrinter/ |
D | AArch64InstPrinter.cpp | 1125 unsigned DoShift = MI->getOperand(OpNum + 1).getImm(); in printMemExtend() local 1134 if (DoShift || IsLSL) in printMemExtend()
|
/external/capstone/arch/AArch64/ |
D | AArch64InstPrinter.c | 896 unsigned DoShift = (unsigned)MCOperand_getImm(MCInst_getOperand(MI, OpNum + 1)); in printMemExtend() local 941 if (DoShift || IsLSL) { in printMemExtend()
|