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

  /external/v8/src/compiler/
simplified-lowering.h 40 void DoShift(Node* node, Operator const* op, Type rhs_type);
simplified-lowering.cc     [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AArch64/InstPrinter/
AArch64InstPrinter.cpp     [all...]
  /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 317 unsigned DoShift = MI.getOperand(OpIdx + 1).getImm();
318 return (SignExtend << 1) | DoShift;
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AArch64/MCTargetDesc/
AArch64MCCodeEmitter.cpp 341 unsigned DoShift = MI.getOperand(OpIdx + 1).getImm();
342 return (SignExtend << 1) | DoShift;
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);
  /external/llvm/lib/Target/AArch64/
AArch64ISelDAGToDAG.cpp 127 SDValue &SignExtend, SDValue &DoShift) {
128 return SelectAddrModeWRO(N, Width / 8, Base, Offset, SignExtend, DoShift);
133 SDValue &SignExtend, SDValue &DoShift) {
134 return SelectAddrModeXRO(N, Width / 8, Base, Offset, SignExtend, DoShift);
188 SDValue &DoShift);
191 SDValue &DoShift);
810 SDValue &DoShift) {
838 DoShift = CurDAG->getTargetConstant(true, dl, MVT::i32);
846 DoShift = CurDAG->getTargetConstant(true, dl, MVT::i32);
851 DoShift = CurDAG->getTargetConstant(false, dl, MVT::i32)
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AArch64/
AArch64ISelDAGToDAG.cpp 128 SDValue &SignExtend, SDValue &DoShift) {
129 return SelectAddrModeWRO(N, Width / 8, Base, Offset, SignExtend, DoShift);
134 SDValue &SignExtend, SDValue &DoShift) {
135 return SelectAddrModeXRO(N, Width / 8, Base, Offset, SignExtend, DoShift);
190 SDValue &DoShift);
193 SDValue &DoShift);
867 SDValue &DoShift) {
    [all...]
  /external/llvm/lib/Target/AArch64/InstPrinter/
AArch64InstPrinter.cpp     [all...]
  /external/capstone/arch/AArch64/
AArch64InstPrinter.c     [all...]

Completed in 750 milliseconds