Home
last modified time | relevance | path

Searched refs:DoShift (Results 1 – 11 of 11) sorted by relevance

/external/v8/src/compiler/
Dsimplified-lowering.h40 void DoShift(Node* node, Operator const* op, Type rhs_type);
Dsimplified-lowering.cc2000 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/
DAArch64InstPrinter.cpp979 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/
DAArch64MCCodeEmitter.cpp317 unsigned DoShift = MI.getOperand(OpIdx + 1).getImm(); in getMemExtendOpValue() local
318 return (SignExtend << 1) | DoShift; in getMemExtendOpValue()
DAArch64AddressingModes.h201 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/
DAArch64MCCodeEmitter.cpp341 unsigned DoShift = MI.getOperand(OpIdx + 1).getImm(); in getMemExtendOpValue() local
342 return (SignExtend << 1) | DoShift; in getMemExtendOpValue()
DAArch64AddressingModes.h201 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/
DAArch64ISelDAGToDAG.cpp128 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/
DAArch64ISelDAGToDAG.cpp127 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/
DAArch64InstPrinter.cpp1125 unsigned DoShift = MI->getOperand(OpNum + 1).getImm(); in printMemExtend() local
1134 if (DoShift || IsLSL) in printMemExtend()
/external/capstone/arch/AArch64/
DAArch64InstPrinter.c896 unsigned DoShift = (unsigned)MCOperand_getImm(MCInst_getOperand(MI, OpNum + 1)); in printMemExtend() local
941 if (DoShift || IsLSL) { in printMemExtend()