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

  /external/valgrind/VEX/priv/
host_mips_defs.c 1044 MIPSInstr *MIPSInstr_RdWrLR(Bool wrLR, HReg gpr)
1048 i->Min.RdWrLR.wrLR = wrLR;
    [all...]
host_tilegx_defs.c 905 TILEGXInstr *TILEGXInstr_RdWrLR ( Bool wrLR, HReg gpr )
909 i->GXin.RdWrLR.wrLR = wrLR;
1060 addHRegUse(u, (i->GXin.RdWrLR.wrLR ? HRmRead : HRmWrite),
    [all...]
host_tilegx_defs.h 462 Bool wrLR;
516 extern TILEGXInstr *TILEGXInstr_RdWrLR ( Bool wrLR, HReg gpr );
host_mips_defs.h 519 Bool wrLR;
669 extern MIPSInstr *MIPSInstr_RdWrLR(Bool wrLR, HReg gpr);
host_ppc_defs.h 756 Bool wrLR;
    [all...]

Completed in 82 milliseconds