Home
last modified time | relevance | path

Searched refs:kFixupTBxZ (Results 1 – 2 of 2) sorted by relevance

/art/compiler/dex/
Dcompiler_enums.h646 kFixupTBxZ, // Tbz, Tbnz. enumerator
/art/compiler/dex/quick/arm64/
Dassemble_arm64.cc652 "tbnz", "!0r, #!1h, !2t", kFixupTBxZ),
656 "tbz", "!0r, #!1h, !2t", kFixupTBxZ),
943 case kFixupTBxZ: { in AssembleLIR()