Searched refs:LWZ (Results 1 – 4 of 4) sorted by relevance
/openbmc/linux/arch/powerpc/crypto/ |
H A D | sha1-powerpc-asm.S | 13 #define LWZ(rt, d, ra) \ macro 16 #define LWZ(rt, d, ra) \ macro 37 LWZ(W(t),(t)*4,r4) 47 LWZ(W((t)+4),((t)+4)*4,r4); \
|
/openbmc/qemu/tcg/ppc/ |
H A D | tcg-target.c.inc | 380 #define LWZ OPCD( 32) 1556 case LWZ: 1633 tcg_out_mem_long(s, LWZ, LWZX, ret, base, offset); 2651 tcg_out32(s, LWZ | TAI(datalo, h.index, 4)); 2652 tcg_out32(s, LWZ | TAI(datahi, h.index, 0)); 2654 tcg_out32(s, LWZ | TAI(datahi, h.index, 0)); 2655 tcg_out32(s, LWZ | TAI(datalo, h.index, 4)); 2990 tcg_out_mem_long(s, LWZ, LWZX, args[0], args[1], args[2]);
|
/openbmc/qemu/target/ppc/ |
H A D | insn32.decode | 309 LWZ 100000 ..... ..... ................ @D
|
/openbmc/qemu/target/ppc/translate/ |
H A D | fixedpoint-impl.c.inc | 152 TRANS(LWZ, do_ldst_D, false, false, MO_UL)
|