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

  /art/compiler/dex/quick/arm64/
assemble_arm64.cc     [all...]
  /art/compiler/dex/quick/
local_optimizations.cc 42 (flags & REG_USE012) == REG_USE012 || \
mir_to_lir.h 121 #define REG_USE012 (REG_USE01 | REG_USE2)
    [all...]
  /art/compiler/dex/quick/arm/
assemble_arm.cc 364 kFmtUnused, -1, -1, IS_TERTIARY_OP | REG_USE012 | IS_STORE,
376 kFmtUnused, -1, -1, IS_TERTIARY_OP | REG_USE012 | IS_STORE,
384 kFmtUnused, -1, -1, IS_TERTIARY_OP | REG_USE012 | IS_STORE,
478 kFmtUnused, -1, -1, IS_TERTIARY_OP | REG_DEF0 | REG_USE012,
    [all...]
  /art/compiler/dex/quick/x86/
assemble_x86.cc 48 { kX86 ## opname ## 8RA, kRegArray, IS_LOAD | IS_QUIN_OP | reg_def | REG_USE012 | SETS_CCODES | uses_ccodes, { 0, 0, r8_rm8, 0, 0, 0, 0, 0, true }, #opname "8RA", "!0r,[!1r+!2r<<!3d+!4d]" }, \
60 { kX86 ## opname ## 16RA, kRegArray, IS_LOAD | IS_QUIN_OP | reg_def | REG_USE012 | SETS_CCODES | uses_ccodes, { 0x66, 0, r32_rm32, 0, 0, 0, 0, 0, false }, #opname "16RA", "!0r,[!1r+!2r<<!3d+!4d]" }, \
76 { kX86 ## opname ## 32RA, kRegArray, IS_LOAD | IS_QUIN_OP | reg_def | REG_USE012 | SETS_CCODES | uses_ccodes, { 0, 0, r32_rm32, 0, 0, 0, 0, 0, false }, #opname "32RA", "!0r,[!1r+!2r<<!3d+!4d]" }, \
92 { kX86 ## opname ## 64RA, kRegArray, IS_LOAD | IS_QUIN_OP | reg_def | REG_USE012 | SETS_CCODES | uses_ccodes, { REX_W, 0, r32_rm32, 0, 0, 0, 0, 0, false }, #opname "64RA", "!0r,[!1r+!2r<<!3d+!4d]" }, \
    [all...]

Completed in 242 milliseconds