HomeSort by relevance Sort by last modified time
    Searched refs:DoShift (Results 1 - 18 of 18) sorted by null

  /external/llvm/lib/Target/AArch64/MCTargetDesc/
AArch64AddressingModes.h 189 /// doshift: should the offset be scaled by the access size
199 /// {0} = doshift
201 bool DoShift) {
202 return (getExtendEncoding(ET) << 1) | unsigned(DoShift);
AArch64MCCodeEmitter.cpp 344 unsigned DoShift = MI.getOperand(OpIdx + 1).getImm();
345 return (SignExtend << 1) | DoShift;
  /external/llvm/lib/Target/AArch64/
AArch64ISelDAGToDAG.cpp 115 SDValue &SignExtend, SDValue &DoShift) {
116 return SelectAddrModeWRO(N, Width / 8, Base, Offset, SignExtend, DoShift);
121 SDValue &SignExtend, SDValue &DoShift) {
122 return SelectAddrModeXRO(N, Width / 8, Base, Offset, SignExtend, DoShift);
171 SDValue &DoShift);
174 SDValue &DoShift);
738 SDValue &DoShift) {
765 DoShift = CurDAG->getTargetConstant(true, MVT::i32);
773 DoShift = CurDAG->getTargetConstant(true, MVT::i32);
778 DoShift = CurDAG->getTargetConstant(false, MVT::i32)
    [all...]
  /external/llvm/lib/Target/AArch64/InstPrinter/
AArch64InstPrinter.cpp     [all...]
  /external/v8/src/arm/
lithium-arm.cc 673 LInstruction* LChunkBuilder::DoShift(Token::Value op,
    [all...]
lithium-arm.h     [all...]
  /external/v8/src/arm64/
lithium-arm64.cc     [all...]
lithium-arm64.h     [all...]
  /external/v8/src/ia32/
lithium-ia32.cc 713 LInstruction* LChunkBuilder::DoShift(Token::Value op,
    [all...]
lithium-ia32.h     [all...]
  /external/v8/src/mips/
lithium-mips.cc 680 LInstruction* LChunkBuilder::DoShift(Token::Value op,
    [all...]
lithium-mips.h     [all...]
  /external/v8/src/mips64/
lithium-mips64.cc 680 LInstruction* LChunkBuilder::DoShift(Token::Value op,
    [all...]
lithium-mips64.h     [all...]
  /external/v8/src/x64/
lithium-x64.cc 695 LInstruction* LChunkBuilder::DoShift(Token::Value op,
    [all...]
lithium-x64.h     [all...]
  /external/v8/src/x87/
lithium-x87.cc 712 LInstruction* LChunkBuilder::DoShift(Token::Value op,
    [all...]
lithium-x87.h     [all...]

Completed in 496 milliseconds