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

  /external/llvm/lib/Target/ARM/MCTargetDesc/
ARMMCCodeEmitter.cpp 180 /// getShiftOp - Return the shift opcode (bit[6:5]) of the immediate value.
182 unsigned getShiftOp(ARM_AM::ShiftOpc ShOpc) const {
    [all...]
  /external/llvm/lib/Target/ARM/
ARMCodeEmitter.cpp 362 /// getShiftOp - Return the shift opcode (bit[6:5]) of the immediate value.
364 unsigned getShiftOp(unsigned Imm) const ;
427 /// getShiftOp - Return the shift opcode (bit[6:5]) of the immediate value.
429 unsigned ARMCodeEmitter::getShiftOp(unsigned Imm) const {
    [all...]

Completed in 28 milliseconds