HomeSort by relevance Sort by last modified time
    Searched refs:argiregs (Results 1 - 9 of 9) sorted by null

  /external/valgrind/VEX/priv/
host_ppc_isel.c 729 UInt argiregs; local
821 argiregs = 0;
2247 UInt argiregs; local
2283 UInt argiregs; local
3650 UInt argiregs; local
3698 UInt argiregs; local
    [all...]
host_tilegx_defs.c 281 if (instr->GXin.Call.argiregs & (1ULL << n)) {
283 if ((instr->GXin.Call.argiregs >> n) > 1)
799 ULong argiregs,
807 i->GXin.Call.argiregs = argiregs;
812 vassert(0 == (argiregs & ~mask));
817 ULong argiregs )
824 i->GXin.Call.argiregs = argiregs;
828 vassert(0 == (argiregs & ~mask))
    [all...]
host_tilegx_isel.c 222 ULong argiregs; local
266 argiregs = 0;
307 argiregs |= (1 << (argreg));
347 argiregs |= (1 << (i));
356 addInstr(env, TILEGXInstr_CallAlways(cc, target, argiregs));
358 addInstr(env, TILEGXInstr_Call(cc, target, argiregs, src));
    [all...]
host_mips_isel.c 405 UInt argiregs; local
464 argiregs = 0;
473 argiregs = 0;
522 argiregs |= (1 << (argreg + 4));
529 argiregs |= (1 << (argreg + 4));
533 argiregs |= (1 << (argreg + 4));
535 argiregs |= (1 << (argreg + 4));
606 argiregs |= (1 << (i + 4));
650 addInstr(env, MIPSInstr_CallAlways(cc, target, argiregs,
653 addInstr(env, MIPSInstr_Call(cc, target, argiregs, src, *retloc))
796 UInt argiregs = 0; local
    [all...]
host_mips_defs.c 869 MIPSInstr *MIPSInstr_Call ( MIPSCondCode cond, Addr64 target, UInt argiregs,
877 i->Min.Call.argiregs = argiregs;
883 vassert(0 == (argiregs & ~mask));
889 UInt argiregs, RetLoc rloc )
896 i->Min.Call.argiregs = argiregs;
901 vassert(0 == (argiregs & ~mask));
    [all...]
host_tilegx_defs.h 396 condition (which could be Mcc_ALWAYS). argiregs indicates
406 ULong argiregs; member in struct:__anon19866::__anon19867::__anon19877
host_mips_defs.h 440 condition (which could be Mcc_ALWAYS). argiregs indicates
450 UInt argiregs; member in struct:__anon19644::__anon19645::__anon19653
host_ppc_defs.h 609 condition (which could be Pct_ALWAYS). argiregs indicates
616 UInt argiregs; member in struct:__anon19706::__anon19707::__anon19716
    [all...]
host_ppc_defs.c 792 Addr64 target, UInt argiregs, RetLoc rloc ) {
798 i->Pin.Call.argiregs = argiregs;
802 vassert(0 == (argiregs & ~mask));
    [all...]

Completed in 243 milliseconds