HomeSort by relevance Sort by last modified time
    Searched full:mod_imm (Results 1 - 3 of 3) sorted by null

  /external/llvm/lib/Target/ARM/
ARMInstrInfo.td 530 // shifter_operand operands: so_reg_reg, so_reg_imm, and mod_imm.
575 // mod_imm: match a 32-bit immediate operand, which can be encoded into
583 def mod_imm : Operand<i32>, ImmLeaf<i32, [{
594 // instructions, which use mod_imm.
    [all...]
  /art/compiler/utils/arm/
assembler_thumb2.cc 400 uint32_t mod_imm = ModifiedImmediate(value); local
401 DCHECK_NE(mod_imm, kInvalidModifiedImmediate);
403 (static_cast<int32_t>(rd) << 8) | static_cast<int32_t>(mod_imm);
    [all...]
  /external/llvm/lib/Target/ARM/AsmParser/
ARMAsmParser.cpp     [all...]

Completed in 393 milliseconds