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

  /art/compiler/dex/quick/arm/
arm_lir.h 385 kThumb2TstRR, // tst [111010100001] rn[19..16] [0000] [1111] [0000] rm[3..0].
utility_arm.cc 294 opcode = (thumb_form) ? kThumbTst : kThumb2TstRR;
assemble_arm.cc     [all...]
  /dalvik/vm/compiler/codegen/arm/
ArmLIR.h 546 kThumb2TstRR, /* tst [111010100001] rn[19..16] [0000] [1111]
    [all...]
Assemble.cpp     [all...]
  /dalvik/vm/compiler/codegen/arm/Thumb2/
Factory.cpp 369 opcode = (thumbForm) ? kThumbTst : kThumb2TstRR;
    [all...]

Completed in 34 milliseconds