OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:rs_rbx
(Results
1 - 3
of
3
) sorted by null
/art/compiler/dex/quick/x86/
target_x86.cc
31
rs_rAX, rs_rCX, rs_rDX,
rs_rBX
, rs_rX86_SP_32, rs_rBP, rs_rSI, rs_rDI,
34
rs_rAX, rs_rCX, rs_rDX,
rs_rBX
, rs_rX86_SP_32, rs_rBP, rs_rSI, rs_rDI,
65
static constexpr RegStorage core_temps_arr_32[] = {rs_rAX, rs_rCX, rs_rDX,
rs_rBX
};
287
SetupRegMask(use_mask,
rs_rBX
.GetReg());
483
Clobber(
rs_rBX
);
834
rs_rX86_ARG3 =
rs_rBX
;
840
rs_rX86_FARG3 =
rs_rBX
;
[
all
...]
x86_lir.h
231
constexpr RegStorage
rs_rBX
= rs_r3;
[
all
...]
int_x86.cc
[
all
...]
Completed in 2230 milliseconds