Searched refs:calling_conventions_values (Results 1 - 6 of 6) sorted by relevance

/netbsd-current/external/lgpl3/gmp/dist/tests/
H A Damd64check.c27 mp_limb_t calling_conventions_values[23] = variable
91 CHECK (calling_conventions_values[VAL+i], regname[i], calling_conventions_values[WANT+i]);
94 if (DIR_BIT (calling_conventions_values[RFLAGS]) != 0)
97 header, DIR_BIT (calling_conventions_values[RFLAGS]));
H A Dx86check.c28 mp_limb_t calling_conventions_values[17] = variable
97 CHECK (calling_conventions_values[VAL+i], regname[i], calling_conventions_values[WANT+i]);
100 if (DIR_BIT (calling_conventions_values[EFLAGS]) != 0)
103 header, DIR_BIT (calling_conventions_values[EFLAGS]));
H A Darm32check.c26 mp_limb_t calling_conventions_values[29] = variable
89 CHECK (calling_conventions_values[GOT_CALLEE_SAVES + i],
91 calling_conventions_values[WANT_CALLEE_SAVES + i]);
H A Darm32call.asm43 LEA( r12, calling_conventions_values)
64 LEA( r12, calling_conventions_values)
H A Damd64call.asm104 mov G(calling_conventions_values)@GOTPCREL(%rip), %rax
131 mov G(calling_conventions_values)@GOTPCREL(%rip), %rcx
H A Dx86call.asm98 LEA( G(calling_conventions_values), %ecx)
125 LEA( G(calling_conventions_values), %ecx)

Completed in 174 milliseconds