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.h191 extern PPCCondTest invertCondTest ( PPCCondTest );
Dhost_ppc_defs.c310 PPCCondTest invertCondTest ( PPCCondTest ct ) in invertCondTest() function
3064 mkFormB(ptmp, invertCondTest(cond.test), in emit_PPCInstr()
3138 mkFormB(ptmp, invertCondTest(cond.test), in emit_PPCInstr()
3179 mkFormB(ptmp, invertCondTest(cond.test), in emit_PPCInstr()
3527 p = mkFormB(p, invertCondTest(cc.test), cc.flag, 8>>2, 0, 0); in emit_PPCInstr()
3941 p = mkFormB(p, invertCondTest(cc.test), cc.flag, 8>>2, 0, 0); in emit_PPCInstr()
Dhost_ppc_isel.c2365 cond.test = invertCondTest(cond.test); in iselCondCode_wrk()