Home
last modified time | relevance | path

Searched refs:IsRegister (Results 26 – 32 of 32) sorted by relevance

12

/art/compiler/optimizing/
Dcode_generator.cc71 } else if (location.IsRegister() || in CheckType()
934 if (location.IsRegister()) { in BlockIfInRegister()
Dintrinsics_arm_vixl.cc172 DCHECK(tmp.IsRegister()) << tmp; in EmitNativeCode()
2138 if (length.IsRegister()) { in VisitSystemArrayCopy()
Dintrinsics_arm64.cc2623 if (length.IsRegister()) { in VisitSystemArrayCopy()
/art/compiler/utils/x86/
Dassembler_x86.h88 bool IsRegister(Register reg) const { in IsRegister() function
Dassembler_x86.cc3788 } else if (operand.IsRegister(EAX)) { in EmitComplex()
/art/compiler/utils/x86_64/
Dassembler_x86_64.h115 bool IsRegister(CpuRegister reg) const { in IsRegister() function
Dassembler_x86_64.cc5173 } else if (operand.IsRegister(CpuRegister(RAX))) { in EmitComplex()

12