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

  /external/valgrind/VEX/priv/
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_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_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_ppc_defs.h 609 condition (which could be Pct_ALWAYS). argiregs indicates
616 UInt argiregs; member in struct:__anon19706::__anon19707::__anon19716
    [all...]

Completed in 76 milliseconds