Searched refs:IsRegister (Results 26 - 30 of 30) sorted by relevance

12

/art/compiler/optimizing/
H A Dintrinsics_arm64.cc125 DCHECK(out.IsRegister()); // TODO: Replace this when we support output in memory.
H A Dintrinsics_mips.cc124 DCHECK(out.IsRegister()); // TODO: Replace this when we support output in memory.
/art/compiler/utils/arm/
H A Dassembler_arm32.cc697 CHECK(so.IsRegister());
/art/compiler/utils/x86/
H A Dassembler_x86.cc1850 } else if (operand.IsRegister(EAX)) {
/art/compiler/utils/x86_64/
H A Dassembler_x86_64.cc2415 } else if (operand.IsRegister(CpuRegister(RAX))) {

Completed in 453 milliseconds

12