Home
last modified time | relevance | path

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

/external/valgrind/VEX/priv/
Dhost_ppc_defs.c230 PPCCondTest invertCondTest ( PPCCondTest ct ) in invertCondTest() function
4148 mkFormB(ptmp, invertCondTest(cond.test), in emit_PPCInstr()
4208 mkFormB(ptmp, invertCondTest(i->Pin.XDirect.cond.test), in emit_PPCInstr()
4256 mkFormB(ptmp, invertCondTest(i->Pin.XIndir.cond.test), in emit_PPCInstr()
4325 mkFormB(ptmp, invertCondTest(i->Pin.XAssisted.cond.test), in emit_PPCInstr()
4367 mkFormB(ptmp, invertCondTest(cond.test), in emit_PPCInstr()
4741 p = mkFormB(p, invertCondTest(cc.test), cc.flag, 8>>2, 0, 0, in emit_PPCInstr()
5291 p = mkFormB(p, invertCondTest(cc.test), cc.flag, 8>>2, 0, 0, in emit_PPCInstr()
Dhost_ppc_defs.h164 extern PPCCondTest invertCondTest ( PPCCondTest );
Dhost_ppc_isel.c2849 cond.test = invertCondTest(cond.test); in iselCondCode_wrk()