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

  /external/swiftshader/third_party/LLVM/lib/Target/ARM/MCTargetDesc/
ARMMCCodeEmitter.cpp 176 /// getShiftOp - Return the shift opcode (bit[6:5]) of the immediate value.
178 unsigned getShiftOp(ARM_AM::ShiftOpc ShOpc) const {
    [all...]
  /external/swiftshader/third_party/subzero/src/
IceInstARM32.cpp     [all...]
IceInstARM32.h 123 ShiftKind getShiftOp() const { return ShiftOp; }
325 ShiftKind getShiftOp() const { return ShiftOp; }
    [all...]
IceAssemblerARM32.cpp 396 Value = encodeShiftRotateReg(Rm, FlexReg->getShiftOp(), Rs);
410 Value = encodeShiftRotateImm5(Rm, FlexReg->getShiftOp(), Imm5);
508 Mem->getShiftOp(), Mem->getShiftAmt());
    [all...]
IceTargetLoweringARM32.cpp     [all...]
  /external/llvm/lib/Target/ARM/MCTargetDesc/
ARMMCCodeEmitter.cpp 203 /// getShiftOp - Return the shift opcode (bit[6:5]) of the immediate value.
205 unsigned getShiftOp(ARM_AM::ShiftOpc ShOpc) const {
    [all...]
  /external/swiftshader/third_party/LLVM/lib/Target/ARM/
ARMCodeEmitter.cpp 339 /// getShiftOp - Return the shift opcode (bit[6:5]) of the immediate value.
341 unsigned getShiftOp(unsigned Imm) const ;
398 /// getShiftOp - Return the shift opcode (bit[6:5]) of the immediate value.
400 unsigned ARMCodeEmitter::getShiftOp(unsigned Imm) const {
    [all...]

Completed in 133 milliseconds