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

  /dalvik/vm/compiler/codegen/mips/
CodegenCommon.cpp 230 if (flags & USES_CCODES) {
263 if (flags & USES_CCODES) {
MipsLIR.h 543 #define USES_CCODES (1 << kUsesCCodes)
  /art/compiler/dex/quick/arm/
assemble_arm.cc 86 IS_BINARY_OP | REG_DEF0_USE01 | SETS_CCODES | USES_CCODES,
144 kFmtUnused, -1, -1, IS_BINARY_OP | IS_BRANCH | USES_CCODES |
338 IS_BINARY_OP | REG_DEF0_USE01 | USES_CCODES | SETS_CCODES,
554 IS_QUAD_OP | REG_DEF0_USE12 | USES_CCODES | SETS_CCODES,
573 IS_TERTIARY_OP | REG_DEF0_USE12 | USES_CCODES,
    [all...]
  /dalvik/vm/compiler/codegen/arm/
CodegenCommon.cpp 212 if (flags & USES_CCODES) {
255 if (flags & USES_CCODES) {
Assemble.cpp 87 IS_BINARY_OP | REG_DEF0_USE01 | SETS_CCODES | USES_CCODES,
145 kFmtUnused, -1, -1, IS_BINARY_OP | IS_BRANCH | USES_CCODES,
339 IS_BINARY_OP | REG_DEF0_USE01 | USES_CCODES | SETS_CCODES,
554 IS_QUAD_OP | REG_DEF0_USE12 | USES_CCODES | SETS_CCODES,
573 IS_TERTIARY_OP | REG_DEF0_USE12 | USES_CCODES,
    [all...]
ArmLIR.h 699 #define USES_CCODES (1 << kUsesCCodes)
    [all...]
  /art/compiler/dex/quick/
mir_to_lir-inl.h 191 if (flags & USES_CCODES) {
local_optimizations.cc 243 if (sink_distance > 0 && (flags & IS_BRANCH) && (flags & USES_CCODES)) {
mir_to_lir.h 74 #define USES_CCODES (1ULL << kUsesCCodes)
    [all...]
  /art/compiler/dex/quick/x86/
assemble_x86.cc 30 #define ENCODING_MAP(opname, mem_use, reg_def, uses_ccodes, \
37 { kX86 ## opname ## 8MR, kMemReg, mem_use | IS_TERTIARY_OP | REG_USE02 | SETS_CCODES | uses_ccodes, { 0, 0, rm8_r8, 0, 0, 0, 0, 0 }, #opname "8MR", "[!0r+!1d],!2r" }, \
38 { kX86 ## opname ## 8AR, kArrayReg, mem_use | IS_QUIN_OP | REG_USE014 | SETS_CCODES | uses_ccodes, { 0, 0, rm8_r8, 0, 0, 0, 0, 0 }, #opname "8AR", "[!0r+!1r<<!2d+!3d],!4r" }, \
39 { kX86 ## opname ## 8TR, kThreadReg, mem_use | IS_BINARY_OP | REG_USE1 | SETS_CCODES | uses_ccodes, { THREAD_PREFIX, 0, rm8_r8, 0, 0, 0, 0, 0 }, #opname "8TR", "fs:[!0d],!1r" }, \
40 { kX86 ## opname ## 8RR, kRegReg, IS_BINARY_OP | reg_def | REG_USE01 | SETS_CCODES | uses_ccodes, { 0, 0, r8_rm8, 0, 0, 0, 0, 0 }, #opname "8RR", "!0r,!1r" }, \
41 { kX86 ## opname ## 8RM, kRegMem, IS_LOAD | IS_TERTIARY_OP | reg_def | REG_USE01 | SETS_CCODES | uses_ccodes, { 0, 0, r8_rm8, 0, 0, 0, 0, 0 }, #opname "8RM", "!0r,[!1r+!2d]" }, \
42 { 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 }, #opname "8RA", "!0r,[!1r+!2r<<!3d+!4d]" }, \
43 { kX86 ## opname ## 8RT, kRegThread, IS_LOAD | IS_BINARY_OP | reg_def | REG_USE0 | SETS_CCODES | uses_ccodes, { THREAD_PREFIX, 0, r8_rm8, 0, 0, 0, 0, 0 }, #opname "8RT", "!0r,fs:[!1d]" }, \
44 { kX86 ## opname ## 8RI, kRegImm, IS_BINARY_OP | reg_def | REG_USE0 | SETS_CCODES | uses_ccodes, { 0, 0, rm8_i8, 0, 0, rm8_i8_modrm, ax8_i8, 1 }, #opname "8RI", "!0r,!1d" }, \
45 { kX86 ## opname ## 8MI, kMemImm, mem_use | IS_TERTIARY_OP | REG_USE0 | SETS_CCODES | uses_ccodes, { 0, 0, rm8_i8, 0, 0, rm8_i8_modrm, 0, 1 }, #opname "8MI", "[!0r+!1d],!2d" },
    [all...]

Completed in 4434 milliseconds