/external/valgrind/main/VEX/priv/ |
host_ppc_isel.c | 682 UInt argiregs; local 758 argiregs = 0; 798 argiregs |= (1 << (argreg+3)); 810 argiregs |= (1 << (argreg+3)); 821 argiregs |= (1 << (argreg+3)); 823 argiregs |= (1 << (argreg+3)); 827 argiregs |= (1 << (argreg+3)); 895 argiregs |= (1 << (i+3)); 2010 UInt argiregs; local 2035 UInt argiregs; local 3236 UInt argiregs; local 3274 UInt argiregs; local [all...] |
host_mips_isel.c | 372 UInt argiregs; local 398 argiregs = 0; 438 argiregs |= (1 << (argreg + 4)); 449 argiregs |= (1 << (argreg + 4)); 454 argiregs |= (1 << (argreg + 4)); 506 argiregs |= (1 << (i + 4)); 516 addInstr(env, MIPSInstr_CallAlways(cc, target, argiregs)); 518 addInstr(env, MIPSInstr_Call(cc, target, argiregs, src)); 520 addInstr(env, MIPSInstr_CallAlways(cc, (Addr32) target, argiregs)); 522 addInstr(env, MIPSInstr_Call(cc, (Addr32) target, argiregs, src)) [all...] |
host_mips_defs.c | 1219 MIPSInstr *MIPSInstr_Call(MIPSCondCode cond, Addr32 target, UInt argiregs, 1227 i->Min.Call.argiregs = argiregs; 1231 vassert(0 == (argiregs & ~mask)); 1235 MIPSInstr *MIPSInstr_CallAlways(MIPSCondCode cond, Addr32 target, UInt argiregs) 1242 i->Min.Call.argiregs = argiregs; 1245 vassert(0 == (argiregs & ~mask)); [all...] |
host_mips_defs.h | 480 condition (which could be Mcc_ALWAYS). argiregs indicates 490 UInt argiregs; member in struct:__anon27285::__anon27286::__anon27294
|
host_ppc_defs.h | 607 condition (which could be Pct_ALWAYS). argiregs indicates 614 UInt argiregs; member in struct:__anon27344::__anon27345::__anon27354 [all...] |
host_ppc_defs.c | 842 Addr64 target, UInt argiregs ) { 848 i->Pin.Call.argiregs = argiregs; 851 vassert(0 == (argiregs & ~mask)); [all...] |