OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:n_vregs
(Results
1 - 11
of
11
) sorted by null
/external/valgrind/VEX/priv/
host_generic_regs.c
144
for (UInt i = 0; i < tab->
n_vRegs
; i++) {
172
for (i = 0; i < tab->
n_vRegs
; i++)
175
if (i == tab->
n_vRegs
) {
177
vassert(tab->
n_vRegs
< N_HREGUSAGE_VREGS);
178
tab->vRegs[tab->
n_vRegs
] = reg;
179
tab->vMode[tab->
n_vRegs
] = mode;
180
tab->
n_vRegs
++;
217
for (UInt i = 0; i < tab->
n_vRegs
; i++) {
291
ha->
n_vregs
= 0;
host_generic_reg_alloc2.c
143
#define IS_VALID_VREGNO(_zz) ((_zz) >= 0 && (_zz) <
n_vregs
)
349
vreg numbers 0, 1 ..
n_vregs
-1. Appearance of a vreg outside
401
Int
n_vregs
;
local
402
VRegLR* vreg_lrs; /* [0 ..
n_vregs
-1] */
437
Short* vreg_state; /* [0 ..
n_vregs
-1] */
487
vex_printf("\n vreg_state[0 .. %d]:\n ",
n_vregs
-1); \
489
for (z = 0; z <
n_vregs
; z++) { \
509
n_vregs
= instrs_in->
n_vregs
;
512
vassert(
n_vregs
< 32767)
[
all
...]
host_generic_regs.h
281
UInt
n_vRegs
;
291
tab->
n_vRegs
= 0;
346
register allocation.
n_vregs
indicates the number of virtual
348
know. These are required to be numbered 0 ..
n_vregs
-1.
355
Int
n_vregs
;
member in struct:__anon24887
host_tilegx_isel.c
[
all
...]
host_s390_isel.c
[
all
...]
host_amd64_isel.c
[
all
...]
host_arm64_isel.c
[
all
...]
host_mips_isel.c
[
all
...]
host_x86_isel.c
[
all
...]
host_arm_isel.c
[
all
...]
host_ppc_isel.c
[
all
...]
Completed in 951 milliseconds