Home
last modified time | relevance | path

Searched refs:toFastEP (Results 1 – 22 of 22) sorted by relevance

/external/valgrind/VEX/priv/
Dhost_tilegx_defs.h418 Bool toFastEP; /* chain to the slow or fast point? */ member
504 TILEGXCondCode cond, Bool toFastEP );
Dhost_tilegx_isel.c1616 Bool toFastEP = in iselStmt() local
1619 if (0) vex_printf("%s", toFastEP ? "Y" : ","); in iselStmt()
1622 amPC, cc, toFastEP)); in iselStmt()
1699 Bool toFastEP = ((Addr64)cdst->Ico.U64) > ((Addr64)env->max_ga); in iselNext() local
1701 if (0) vex_printf("%s", toFastEP ? "X" : "."); in iselNext()
1703 amPC, TILEGXcc_AL, toFastEP)); in iselNext()
Dhost_x86_defs.h465 Bool toFastEP; /* chain to the slow or fast point? */ member
673 X86CondCode cond, Bool toFastEP );
Dhost_amd64_defs.h486 Bool toFastEP; /* chain to the slow or fast point? */ member
735 AMD64CondCode cond, Bool toFastEP );
Dhost_mips_defs.h461 Bool toFastEP; /* chain to the slow or fast point? */ member
639 MIPSCondCode cond, Bool toFastEP );
Dhost_arm_defs.h702 Bool toFastEP; /* chain to the slow or fast point? */ member
976 ARMCondCode cond, Bool toFastEP );
Dhost_arm64_defs.h610 Bool toFastEP; /* chain to the slow or fast point? */ member
896 ARM64CondCode cond, Bool toFastEP );
Dhost_tilegx_defs.c299 instr->GXin.XDirect.toFastEP ? "fast" : "slow"); in ppTILEGXInstr()
833 TILEGXCondCode cond, Bool toFastEP ) in TILEGXInstr_XDirect() argument
840 i->GXin.XDirect.toFastEP = toFastEP; in TILEGXInstr_XDirect()
2122 = i->GXin.XDirect.toFastEP ? disp_cp_chain_me_to_fastEP in emit_TILEGXInstr()
Dhost_ppc_defs.h626 Bool toFastEP; /* chain to the slow or fast point? */ member
1011 PPCCondCode cond, Bool toFastEP );
Dhost_arm64_isel.c3878 Bool toFastEP in iselStmt() local
3880 if (0) vex_printf("%s", toFastEP ? "Y" : ","); in iselStmt()
3882 amPC, cc, toFastEP)); in iselStmt()
3951 Bool toFastEP in iselNext() local
3953 if (0) vex_printf("%s", toFastEP ? "X" : "."); in iselNext()
3956 toFastEP)); in iselNext()
Dhost_mips_isel.c3996 Bool toFastEP in iselStmt() local
4000 if (0) vex_printf("%s", toFastEP ? "Y" : ","); in iselStmt()
4004 amPC, cc, toFastEP)); in iselStmt()
4080 Bool toFastEP in iselNext() local
4084 if (0) vex_printf("%s", toFastEP ? "X" : "."); in iselNext()
4088 amPC, MIPScc_AL, toFastEP)); in iselNext()
Dhost_x86_isel.c4260 Bool toFastEP in iselStmt() local
4262 if (0) vex_printf("%s", toFastEP ? "Y" : ","); in iselStmt()
4264 amEIP, cc, toFastEP)); in iselStmt()
4341 Bool toFastEP in iselNext() local
4343 if (0) vex_printf("%s", toFastEP ? "X" : "."); in iselNext()
4346 toFastEP)); in iselNext()
Dhost_x86_defs.c653 X86CondCode cond, Bool toFastEP ) { in X86Instr_XDirect() argument
659 i->Xin.XDirect.toFastEP = toFastEP; in X86Instr_XDirect()
1001 i->Xin.XDirect.toFastEP ? "fast" : "slow"); in ppX86Instr()
2481 = i->Xin.XDirect.toFastEP ? disp_cp_chain_me_to_fastEP in emit_X86Instr()
Dhost_mips_defs.c907 MIPSCondCode cond, Bool toFastEP ) { in MIPSInstr_XDirect() argument
913 i->Min.XDirect.toFastEP = toFastEP; in MIPSInstr_XDirect()
1325 i->Min.XDirect.toFastEP ? "fast" : "slow"); in ppMIPSInstr()
3027 = i->Min.XDirect.toFastEP ? disp_cp_chain_me_to_fastEP in emit_MIPSInstr()
Dhost_amd64_defs.c691 AMD64CondCode cond, Bool toFastEP ) { in AMD64Instr_XDirect() argument
697 i->Ain.XDirect.toFastEP = toFastEP; in AMD64Instr_XDirect()
1118 i->Ain.XDirect.toFastEP ? "fast" : "slow"); in ppAMD64Instr()
2985 = i->Ain.XDirect.toFastEP ? disp_cp_chain_me_to_fastEP in emit_AMD64Instr()
Dhost_amd64_isel.c4775 Bool toFastEP in iselStmt() local
4777 if (0) vex_printf("%s", toFastEP ? "Y" : ","); in iselStmt()
4779 amRIP, cc, toFastEP)); in iselStmt()
4850 Bool toFastEP in iselNext() local
4852 if (0) vex_printf("%s", toFastEP ? "X" : "."); in iselNext()
4855 toFastEP)); in iselNext()
Dhost_arm_defs.c1181 ARMCondCode cond, Bool toFastEP ) { in ARMInstr_XDirect() argument
1187 i->ARMin.XDirect.toFastEP = toFastEP; in ARMInstr_XDirect()
1648 i->ARMin.XDirect.toFastEP ? "fast" : "slow"); in ppARMInstr()
1650 i->ARMin.XDirect.toFastEP ? "fast" : "slow"); in ppARMInstr()
3226 = i->ARMin.XDirect.toFastEP ? disp_cp_chain_me_to_fastEP in emit_ARMInstr()
Dhost_ppc_isel.c5962 Bool toFastEP in iselStmt() local
5966 if (0) vex_printf("%s", toFastEP ? "Y" : ","); in iselStmt()
5970 amCIA, cc, toFastEP)); in iselStmt()
6046 Bool toFastEP in iselNext() local
6050 if (0) vex_printf("%s", toFastEP ? "X" : "."); in iselNext()
6054 amCIA, always, toFastEP)); in iselNext()
Dhost_ppc_defs.c807 PPCCondCode cond, Bool toFastEP ) { in PPCInstr_XDirect() argument
813 i->Pin.XDirect.toFastEP = toFastEP; in PPCInstr_XDirect()
1587 i->Pin.XDirect.toFastEP ? "fast" : "slow"); in ppPPCInstr()
1590 i->Pin.XDirect.toFastEP ? "fast" : "slow"); in ppPPCInstr()
4193 = i->Pin.XDirect.toFastEP ? disp_cp_chain_me_to_fastEP in emit_PPCInstr()
Dhost_arm64_defs.c921 ARM64CondCode cond, Bool toFastEP ) { in ARM64Instr_XDirect() argument
927 i->ARM64in.XDirect.toFastEP = toFastEP; in ARM64Instr_XDirect()
1478 i->ARM64in.XDirect.toFastEP ? "fast" : "slow"); in ppARM64Instr()
3532 = i->ARM64in.XDirect.toFastEP ? disp_cp_chain_me_to_fastEP in emit_ARM64Instr()
Dhost_arm_isel.c6190 Bool toFastEP in iselStmt() local
6192 if (0) vex_printf("%s", toFastEP ? "Y" : ","); in iselStmt()
6194 amR15T, cc, toFastEP)); in iselStmt()
6262 Bool toFastEP in iselNext() local
6264 if (0) vex_printf("%s", toFastEP ? "X" : "."); in iselNext()
6267 toFastEP)); in iselNext()
/external/valgrind/coregrind/m_scheduler/
Dscheduler.c1065 void handle_chain_me ( ThreadId tid, void* place_to_chain, Bool toFastEP ) in handle_chain_me() argument
1098 to_sNo, to_tteNo, toFastEP ); in handle_chain_me()