OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:passBBP
(Results
1 - 6
of
6
) sorted by null
/external/valgrind/main/VEX/priv/
host_s390_isel.c
452
doHelperCall(ISelEnv *env, Bool
passBBP
, IRExpr *guard,
464
if (n_args > (S390_NUM_GPRPARMS - (
passBBP
? 1 : 0))) {
490
if (
passBBP
) {
[
all
...]
host_mips_isel.c
364
static void doHelperCall(ISelEnv * env, Bool
passBBP
, IRExpr * guard,
391
if (MIPS_N_REGPARMS < n_args + (
passBBP
? 1 : 0)) {
437
if (
passBBP
) {
465
if (
passBBP
) {
[
all
...]
host_amd64_isel.c
409
Bool
passBBP
,
420
If
passBBP
is True, %rbp (the baseblock pointer) is to be passed
472
if (6 < n_args + (
passBBP
? 1 : 0))
511
if (
passBBP
) {
547
if (
passBBP
) {
590
n_args + (
passBBP
? 1 : 0)
[
all
...]
host_x86_isel.c
406
Bool
passBBP
,
419
* if
passBBP
is True, %ebp (the baseblock pointer) is to be
468
if (
passBBP
)
472
if (cee->regparms > 0 &&
passBBP
) stack_limit--;
547
if (
passBBP
) {
558
if (
passBBP
) {
[
all
...]
host_ppc_isel.c
674
Bool
passBBP
,
693
If
passBBP
is True, %rbp (the baseblock pointer) is to be passed
745
if (PPC_N_REGPARMS < n_args + (
passBBP
? 1 : 0)) {
797
if (
passBBP
) {
842
if (
passBBP
) {
[
all
...]
host_arm_isel.c
380
Bool
passBBP
,
394
If
passBBP
is True, r8 (the baseblock pointer) is to be passed
487
if (
passBBP
) {
534
if (
passBBP
) {
[
all
...]
Completed in 601 milliseconds