Home
last modified time | relevance | path

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

/external/qemu/tcg/ppc/
Dtcg-target.c354 #define MULLW XO31(235) macro
1501 tcg_out32 (s, MULLW | TAB (args[0], args[1], 0)); in tcg_out_op()
1505 tcg_out32 (s, MULLW | TAB (args[0], args[1], args[2])); in tcg_out_op()
1518 tcg_out32 (s, MULLW | TAB (0, 0, args[2])); in tcg_out_op()
1524 tcg_out32 (s, MULLW | TAB (0, 0, args[2])); in tcg_out_op()
1530 tcg_out32 (s, MULLW | TAB (0, args[2], args[3])); in tcg_out_op()
1535 tcg_out32 (s, MULLW | TAB (args[0], args[2], args[3])); in tcg_out_op()
/external/qemu/tcg/ppc64/
Dtcg-target.c344 #define MULLW XO31(235) macro
1377 tcg_out32 (s, MULLW | TAB (args[0], args[1], 0)); in tcg_out_op()
1381 tcg_out32 (s, MULLW | TAB (args[0], args[1], args[2])); in tcg_out_op()
1394 tcg_out32 (s, MULLW | TAB (0, 0, args[2])); in tcg_out_op()
1400 tcg_out32 (s, MULLW | TAB (0, 0, args[2])); in tcg_out_op()
/external/llvm/lib/Target/PowerPC/
DPPCInstrInfo.td1179 def MULLW : XOForm_1<31, 235, 0, (outs GPRC:$rT), (ins GPRC:$rA, GPRC:$rB),