Lines Matching refs:Interpreter

12 void Interpreter::Helper_UpdateCR0(u32 value)  in Helper_UpdateCR0()
21 u32 Interpreter::Helper_Carry(u32 value1, u32 value2) in Helper_Carry()
26 void Interpreter::addi(UGeckoInstruction inst) in addi()
34 void Interpreter::addic(UGeckoInstruction inst) in addic()
43 void Interpreter::addic_rc(UGeckoInstruction inst) in addic_rc()
49 void Interpreter::addis(UGeckoInstruction inst) in addis()
57 void Interpreter::andi_rc(UGeckoInstruction inst) in andi_rc()
63 void Interpreter::andis_rc(UGeckoInstruction inst) in andis_rc()
69 void Interpreter::cmpi(UGeckoInstruction inst) in cmpi()
88 void Interpreter::cmpli(UGeckoInstruction inst) in cmpli()
107 void Interpreter::mulli(UGeckoInstruction inst) in mulli()
112 void Interpreter::ori(UGeckoInstruction inst) in ori()
117 void Interpreter::oris(UGeckoInstruction inst) in oris()
122 void Interpreter::subfic(UGeckoInstruction inst) in subfic()
129 void Interpreter::twi(UGeckoInstruction inst) in twi()
146 void Interpreter::xori(UGeckoInstruction inst) in xori()
151 void Interpreter::xoris(UGeckoInstruction inst) in xoris()
156 void Interpreter::rlwimix(UGeckoInstruction inst) in rlwimix()
165 void Interpreter::rlwinmx(UGeckoInstruction inst) in rlwinmx()
174 void Interpreter::rlwnmx(UGeckoInstruction inst) in rlwnmx()
183 void Interpreter::andx(UGeckoInstruction inst) in andx()
191 void Interpreter::andcx(UGeckoInstruction inst) in andcx()
199 void Interpreter::cmp(UGeckoInstruction inst) in cmp()
218 void Interpreter::cmpl(UGeckoInstruction inst) in cmpl()
237 void Interpreter::cntlzwx(UGeckoInstruction inst) in cntlzwx()
255 void Interpreter::eqvx(UGeckoInstruction inst) in eqvx()
263 void Interpreter::extsbx(UGeckoInstruction inst) in extsbx()
271 void Interpreter::extshx(UGeckoInstruction inst) in extshx()
279 void Interpreter::nandx(UGeckoInstruction _inst) in nandx()
287 void Interpreter::norx(UGeckoInstruction inst) in norx()
295 void Interpreter::orx(UGeckoInstruction inst) in orx()
303 void Interpreter::orcx(UGeckoInstruction inst) in orcx()
311 void Interpreter::slwx(UGeckoInstruction inst) in slwx()
320 void Interpreter::srawx(UGeckoInstruction inst) in srawx()
350 void Interpreter::srawix(UGeckoInstruction inst) in srawix()
363 void Interpreter::srwx(UGeckoInstruction inst) in srwx()
372 void Interpreter::tw(UGeckoInstruction inst) in tw()
389 void Interpreter::xorx(UGeckoInstruction inst) in xorx()
404 void Interpreter::addx(UGeckoInstruction inst) in addx()
419 void Interpreter::addcx(UGeckoInstruction inst) in addcx()
435 void Interpreter::addex(UGeckoInstruction inst) in addex()
452 void Interpreter::addmex(UGeckoInstruction inst) in addmex()
469 void Interpreter::addzex(UGeckoInstruction inst) in addzex()
485 void Interpreter::divwx(UGeckoInstruction inst) in divwx()
510 void Interpreter::divwux(UGeckoInstruction inst) in divwux()
532 void Interpreter::mulhwx(UGeckoInstruction inst) in mulhwx()
544 void Interpreter::mulhwux(UGeckoInstruction inst) in mulhwux()
556 void Interpreter::mullwx(UGeckoInstruction inst) in mullwx()
571 void Interpreter::negx(UGeckoInstruction inst) in negx()
584 void Interpreter::subfx(UGeckoInstruction inst) in subfx()
599 void Interpreter::subfcx(UGeckoInstruction inst) in subfcx()
615 void Interpreter::subfex(UGeckoInstruction inst) in subfex()
633 void Interpreter::subfmex(UGeckoInstruction inst) in subfmex()
651 void Interpreter::subfzex(UGeckoInstruction inst) in subfzex()