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

  /dalvik/vm/compiler/codegen/arm/
ArmLIR.h 377 kThumbLdrhRRR, /* ldrh(2) [0101101] rm[8..6] rn[5..3] rd[2..0] */
    [all...]
Assemble.cpp 247 ENCODING_MAP(kThumbLdrhRRR, 0x5a00,
    [all...]
  /dalvik/vm/compiler/codegen/arm/Thumb/
Factory.cpp 486 opcode = kThumbLdrhRRR;
635 opcode = kThumbLdrhRRR;
  /dalvik/vm/compiler/codegen/arm/Thumb2/
Factory.cpp 751 opcode = (thumbForm) ? kThumbLdrhRRR : kThumb2LdrhRRR;
    [all...]

Completed in 25 milliseconds