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.cc123 : SlowPathCode(at), cpu_reg_(CpuRegister(reg)), type_(type), is_div_(is_div) {} in DivRemMinusOneSlowPathX86_64()
129 __ negl(cpu_reg_); in EmitNativeCode()
131 __ xorl(cpu_reg_, cpu_reg_); in EmitNativeCode()
137 __ negq(cpu_reg_); in EmitNativeCode()
139 __ xorl(cpu_reg_, cpu_reg_); in EmitNativeCode()
148 const CpuRegister cpu_reg_; member in art::x86_64::DivRemMinusOneSlowPathX86_64