Home
last modified time | relevance | path

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

/art/compiler/dex/quick/arm64/
Dassemble_arm64.cc683 bool want_64_bit = false; // Want a 64-bit (rather than 32-bit) register. in EncodeLIRs() local
688 want_64_bit = true; in EncodeLIRs()
697 want_64_bit = true; in EncodeLIRs()
705 want_64_bit = true; in EncodeLIRs()
722 want_64_bit = opcode_is_wide; in EncodeLIRs()
731 } else if (reg.IsDouble() != want_64_bit) { in EncodeLIRs()
732 expected = (want_64_bit) ? "double register" : "single register"; in EncodeLIRs()
737 } else if (reg.Is64Bit() != want_64_bit) { in EncodeLIRs()
738 expected = (want_64_bit) ? "x-register" : "w-register"; in EncodeLIRs()