Home
last modified time | relevance | path

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

/art/compiler/dex/quick/x86/
Dutility_x86.cc614 RegStorage r_dest_hi = AllocTempDouble(); in LoadConstantWide() local
615 LoadConstantNoClobber(r_dest_hi, val_hi); in LoadConstantWide()
616 NewLIR2(kX86PunpckldqRR, low_reg_val, r_dest_hi.GetReg()); in LoadConstantWide()
617 FreeTemp(r_dest_hi); in LoadConstantWide()