Home
last modified time | relevance | path

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

/art/compiler/optimizing/
Dcode_generator_x86_64.cc121 : SlowPathCode(at), cpu_reg_(CpuRegister(reg)), type_(type), is_div_(is_div) {} in DivRemMinusOneSlowPathX86_64()
127 __ negl(cpu_reg_); in EmitNativeCode()
129 __ xorl(cpu_reg_, cpu_reg_); in EmitNativeCode()
135 __ negq(cpu_reg_); in EmitNativeCode()
137 __ xorl(cpu_reg_, cpu_reg_); in EmitNativeCode()
146 const CpuRegister cpu_reg_; member in art::x86_64::DivRemMinusOneSlowPathX86_64