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

  /art/compiler/dex/quick/arm/
arm_lir.h 387 kThumb2LsrRRR, // lsr [111110100010] rn[19..16] [1111] rd[11..8] [0000] rm[3..0].
utility_arm.cc 302 opcode = (thumb_form) ? kThumbLsrRR : kThumb2LsrRRR;
395 opcode = kThumb2LsrRRR;
assemble_arm.cc     [all...]
  /dalvik/vm/compiler/codegen/arm/
ArmLIR.h 550 kThumb2LsrRRR, /* lsr [111110100010] rn[19..16] [1111] rd[11..8]
    [all...]
Assemble.cpp     [all...]
  /dalvik/vm/compiler/codegen/arm/Thumb2/
Factory.cpp 377 opcode = (thumbForm) ? kThumbLsrRR : kThumb2LsrRRR;
469 opcode = kThumb2LsrRRR;
    [all...]

Completed in 145 milliseconds