Searched defs:rs_rBX (Results 1 - 2 of 2) sorted by path

/art/compiler/dex/quick/x86/
H A Dtarget_x86.cc39 rs_rAX, rs_rCX, rs_rDX, rs_rBX, rs_rX86_SP_32, rs_rBP, rs_rSI, rs_rDI,
42 rs_rAX, rs_rCX, rs_rDX, rs_rBX, rs_rX86_SP_32, rs_rBP, rs_rSI, rs_rDI,
73 static constexpr RegStorage core_temps_arr_32[] = {rs_rAX, rs_rCX, rs_rDX, rs_rBX};
177 rs_rBX, // kArg3 variable
311 SetupRegMask(use_mask, rs_rBX.GetReg());
508 Clobber(rs_rBX);
1135 RegStorage tmp_reg = cu_->target64 ? rs_r11 : rs_rBX;
1261 RegStorage rs_tmp = cu_->target64 ? rs_r11 : rs_rBX;
H A Dx86_lir.h238 constexpr RegStorage rs_rBX = rs_r3; member in namespace:art

Completed in 65 milliseconds