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

  /art/compiler/dex/quick/x86/
assemble_x86.cc 237 { kX86 ## opname ## 8RI, kShiftRegImm, IS_BINARY_OP | REG_DEF0_USE0 | SETS_CCODES, { 0, 0, 0xC0, 0, 0, modrm_opcode, 0xD1, 1, true }, #opname "8RI", "!0r,!1d" }, \
240 { kX86 ## opname ## 8RC, kShiftRegCl, IS_BINARY_OP | REG_DEF0_USE0 | REG_USEC | SETS_CCODES, { 0, 0, 0xD2, 0, 0, modrm_opcode, 0, 1, true }, #opname "8RC", "!0r,cl" }, \
244 { kX86 ## opname ## 16RI, kShiftRegImm, IS_BINARY_OP | REG_DEF0_USE0 | SETS_CCODES, { 0x66, 0, 0xC1, 0, 0, modrm_opcode, 0xD1, 1, false }, #opname "16RI", "!0r,!1d" }, \
247 { kX86 ## opname ## 16RC, kShiftRegCl, IS_BINARY_OP | REG_DEF0_USE0 | REG_USEC | SETS_CCODES, { 0x66, 0, 0xD3, 0, 0, modrm_opcode, 0, 1, false }, #opname "16RC", "!0r,cl" }, \
251 { kX86 ## opname ## 32RI, kShiftRegImm, IS_BINARY_OP | REG_DEF0_USE0 | SETS_CCODES, { 0, 0, 0xC1, 0, 0, modrm_opcode, 0xD1, 1, false }, #opname "32RI", "!0r,!1d" }, \
254 { kX86 ## opname ## 32RC, kShiftRegCl, IS_BINARY_OP | REG_DEF0_USE0 | REG_USEC | SETS_CCODES, { 0, 0, 0xD3, 0, 0, modrm_opcode, 0, 0, false }, #opname "32RC", "!0r,cl" }, \
258 { kX86 ## opname ## 64RI, kShiftRegImm, IS_BINARY_OP | REG_DEF0_USE0 | SETS_CCODES, { REX_W, 0, 0xC1, 0, 0, modrm_opcode, 0xD1, 1, false }, #opname "64RI", "!0r,!1d" }, \
    [all...]
  /art/compiler/dex/quick/mips/
assemble_mips.cc 445 kFmtUnused, -1, -1, IS_BINARY_OP | REG_DEF0_USE0,
449 kFmtUnused, -1, -1, IS_BINARY_OP | REG_DEF0_USE0,
543 kFmtUnused, -1, -1, IS_QUAD_OP | REG_DEF0_USE0 | NEEDS_FIXUP,
    [all...]
  /art/compiler/dex/quick/arm/
assemble_arm.cc 99 IS_BINARY_OP | REG_DEF0_USE0 | SETS_CCODES,
219 IS_BINARY_OP | REG_DEF0_USE0 | REG_DEF_LIST1 | IS_LOAD,
394 IS_BINARY_OP | REG_DEF0_USE0 | SETS_CCODES,
568 IS_BINARY_OP | REG_DEF0_USE0 | REG_DEF_LIST1 | IS_LOAD,
573 IS_BINARY_OP | REG_DEF0_USE0 | REG_USE_LIST1 | IS_STORE
    [all...]
  /art/compiler/dex/quick/arm64/
assemble_arm64.cc 461 kFmtUnused, -1, -1, IS_TERTIARY_OP | REG_DEF0_USE0,
    [all...]
  /art/compiler/dex/quick/
mir_to_lir.h 113 #define REG_DEF0_USE0 (REG_DEF0 | REG_USE0)
    [all...]

Completed in 453 milliseconds