Home
last modified time | relevance | path

Searched refs:invertCondTest (Results 1 – 3 of 3) sorted by relevance

/external/valgrind/main/VEX/priv/
Dhost_ppc_defs.c310 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()
Dhost_ppc_defs.h191 extern PPCCondTest invertCondTest ( PPCCondTest );
Dhost_ppc_isel.c2537 cond.test = invertCondTest(cond.test); in iselCondCode_wrk()