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

  /art/compiler/dex/quick/arm/
utility_arm.cc 225 int mod_imm; local
236 mod_imm = ModifiedImmediate(value);
237 if (mod_imm >= 0) {
238 res = NewLIR2(kThumb2MovI8M, r_dest.GetReg(), mod_imm);
241 mod_imm = ModifiedImmediate(~value);
242 if (mod_imm >= 0) {
243 res = NewLIR2(kThumb2MvnI8M, r_dest.GetReg(), mod_imm);
519 int32_t mod_imm = ModifiedImmediate(value); local
555 if (mod_imm < 0) {
556 mod_imm = ModifiedImmediate(-value)
    [all...]
  /external/llvm/lib/Target/ARM/
ARMInstrInfo.td 521 // shifter_operand operands: so_reg_reg, so_reg_imm, and mod_imm.
566 // mod_imm: match a 32-bit immediate operand, which can be encoded into
574 def mod_imm : Operand<i32>, ImmLeaf<i32, [{
585 // instructions, which use mod_imm.
    [all...]
  /external/llvm/lib/Target/ARM/AsmParser/
ARMAsmParser.cpp     [all...]

Completed in 171 milliseconds