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

  /art/compiler/dex/quick/arm/
assemble_arm.cc 289 IS_BINARY_OP | REG_DEF0_USE1 | SETS_CCODES |IS_MOVE,
293 kFmtUnused, -1, -1, IS_BINARY_OP | REG_DEF0_USE1 | IS_MOVE,
297 kFmtUnused, -1, -1, IS_BINARY_OP | REG_DEF0_USE1 | IS_MOVE,
301 kFmtUnused, -1, -1, IS_BINARY_OP | REG_DEF0_USE1 | IS_MOVE,
555 kFmtUnused, -1, -1, IS_BINARY_OP | REG_DEF0_USE1 | IS_MOVE,
559 kFmtUnused, -1, -1, IS_BINARY_OP | REG_DEF0_USE1 | IS_MOVE,
563 kFmtUnused, -1, -1, IS_BINARY_OP | REG_DEF0_USE1 | IS_MOVE,
    [all...]
  /art/compiler/dex/quick/
local_optimizations.cc 238 } else if (check_flags & IS_MOVE) {
mir_to_lir.h 48 #define IS_MOVE (1ULL << kIsMoveOp)
    [all...]
  /art/compiler/dex/quick/arm64/
assemble_arm64.cc 299 kFmtUnused, -1, -1, IS_BINARY_OP | REG_DEF0_USE1 | IS_MOVE,
473 kFmtUnused, -1, -1, IS_BINARY_OP | REG_DEF0_USE1 | IS_MOVE,
    [all...]
  /art/compiler/dex/quick/x86/
assemble_x86.cc 200 { kX86Mov32RR, kRegReg, IS_MOVE | IS_BINARY_OP | REG_DEF0_USE1, { 0, 0, 0x8B, 0, 0, 0, 0, 0, false }, "Mov32RR", "!0r,!1r" },
217 { kX86Mov64RR, kRegReg, IS_MOVE | IS_BINARY_OP | REG_DEF0_USE1, { REX_W, 0, 0x8B, 0, 0, 0, 0, 0, false }, "Mov64RR", "!0r,!1r" },
    [all...]

Completed in 9939 milliseconds