Home
last modified time | relevance | path

Searched refs:REG_DEF0_USE0 (Results 1 – 5 of 5) sorted by relevance

/art/compiler/dex/quick/x86/
Dassemble_x86.cc237 { kX86 ## opname ## 8RI, kShiftRegImm, IS_BINARY_OP | REG_DEF0_USE0 | …
240 { kX86 ## opname ## 8RC, kShiftRegCl, IS_BINARY_OP | REG_DEF0_USE0 | REG_…
244 { kX86 ## opname ## 16RI, kShiftRegImm, IS_BINARY_OP | REG_DEF0_USE0 | …
247 { kX86 ## opname ## 16RC, kShiftRegCl, IS_BINARY_OP | REG_DEF0_USE0 | REG…
251 { kX86 ## opname ## 32RI, kShiftRegImm, IS_BINARY_OP | REG_DEF0_USE0 | …
254 { kX86 ## opname ## 32RC, kShiftRegCl, IS_BINARY_OP | REG_DEF0_USE0 | REG…
258 { kX86 ## opname ## 64RI, kShiftRegImm, IS_BINARY_OP | REG_DEF0_USE0 | …
261 { kX86 ## opname ## 64RC, kShiftRegCl, IS_BINARY_OP | REG_DEF0_USE0 | REG…
322 …UNARY_ENCODING_MAP(Not, 0x2, IS_STORE, 0, R, kReg, IS_UNARY_OP | REG_DEF0_USE0, M, kMem,…
323 …UNARY_ENCODING_MAP(Neg, 0x3, IS_STORE, SETS_CCODES, R, kReg, IS_UNARY_OP | REG_DEF0_USE0, M, kMem,…
[all …]
/art/compiler/dex/quick/arm/
Dassemble_arm.cc99 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,
1012 IS_BINARY_OP | REG_DEF0_USE0 | REG_DEF_LIST1 | IS_LOAD,
/art/compiler/dex/quick/mips/
Dassemble_mips.cc445 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,
/art/compiler/dex/quick/arm64/
Dassemble_arm64.cc461 kFmtUnused, -1, -1, IS_TERTIARY_OP | REG_DEF0_USE0,
/art/compiler/dex/quick/
Dmir_to_lir.h113 #define REG_DEF0_USE0 (REG_DEF0 | REG_USE0) macro