Searched refs:invertCondTest (Results 1 – 3 of 3) sorted by relevance
/external/valgrind/main/VEX/priv/ |
D | host_ppc_defs.c | 310 PPCCondTest invertCondTest ( PPCCondTest ct ) in invertCondTest() function 3940 mkFormB(ptmp, invertCondTest(cond.test), in emit_PPCInstr() 3999 mkFormB(ptmp, invertCondTest(i->Pin.XDirect.cond.test), in emit_PPCInstr() 4046 mkFormB(ptmp, invertCondTest(i->Pin.XIndir.cond.test), in emit_PPCInstr() 4114 mkFormB(ptmp, invertCondTest(i->Pin.XAssisted.cond.test), in emit_PPCInstr() 4156 mkFormB(ptmp, invertCondTest(cond.test), in emit_PPCInstr() 4504 p = mkFormB(p, invertCondTest(cc.test), cc.flag, 8>>2, 0, 0); in emit_PPCInstr() 4918 p = mkFormB(p, invertCondTest(cc.test), cc.flag, 8>>2, 0, 0); in emit_PPCInstr()
|
D | host_ppc_defs.h | 191 extern PPCCondTest invertCondTest ( PPCCondTest );
|
D | host_ppc_isel.c | 2537 cond.test = invertCondTest(cond.test); in iselCondCode_wrk()
|