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

  /external/v8/src/arm/
constants-arm.h 292 // RRX is encoded as ROR with shift_imm == 0.
293 // Use a special code to make the distinction. The RRX ShiftOp is only used
296 RRX = -1,
assembler-arm.cc 185 ASSERT(shift_op != ROR || shift_imm != 0); // use RRX if you mean it
190 if (shift_op == RRX) {
200 ASSERT(shift_op != RRX);
    [all...]
  /external/llvm/lib/Target/ARM/
ARMISelLowering.h 78 RRX, // V = RRX X, Flag -> srl X, 1 + shift in carry flag.
ARMCodeEmitter.cpp 436 case ARM_AM::rrx: return 3;
    [all...]
ARMExpandPseudoInsts.cpp     [all...]
ARMISelLowering.cpp     [all...]
  /external/llvm/test/MC/ARM/
basic-thumb2-instructions.s     [all...]

Completed in 115 milliseconds