Searched refs:DIVWU (Results 1 – 3 of 3) sorted by relevance
/external/qemu/tcg/ppc64/ |
D | tcg-target.c | 347 #define DIVWU XO31(459) macro 1389 tcg_out32 (s, DIVWU | TAB (args[0], args[1], args[2])); in tcg_out_op() 1399 tcg_out32 (s, DIVWU | TAB (0, args[1], args[2])); in tcg_out_op()
|
/external/qemu/tcg/ppc/ |
D | tcg-target.c | 357 #define DIVWU XO31(459) macro 1513 tcg_out32 (s, DIVWU | TAB (args[0], args[1], args[2])); in tcg_out_op() 1523 tcg_out32 (s, DIVWU | TAB (0, args[1], args[2])); in tcg_out_op()
|
/external/llvm/lib/Target/PowerPC/ |
D | PPCInstrInfo.td | 1169 def DIVWU : XOForm_1<31, 459, 0, (outs GPRC:$rT), (ins GPRC:$rA, GPRC:$rB),
|