Searched refs:MULLW (Results 1 – 3 of 3) sorted by relevance
/external/qemu/tcg/ppc/ |
D | tcg-target.c | 354 #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/ |
D | tcg-target.c | 344 #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/ |
D | PPCInstrInfo.td | 1179 def MULLW : XOForm_1<31, 235, 0, (outs GPRC:$rT), (ins GPRC:$rA, GPRC:$rB),
|