Home
last modified time | relevance | path

Searched refs:LWZ (Results 1 – 4 of 4) sorted by relevance

/openbmc/linux/arch/powerpc/crypto/
H A Dsha1-powerpc-asm.S13 #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 Dtcg-target.c.inc380 #define LWZ OPCD( 32)
1554 case LWZ:
1631 tcg_out_mem_long(s, LWZ, LWZX, ret, base, offset);
2649 tcg_out32(s, LWZ | TAI(datalo, h.index, 4));
2650 tcg_out32(s, LWZ | TAI(datahi, h.index, 0));
2652 tcg_out32(s, LWZ | TAI(datahi, h.index, 0));
2653 tcg_out32(s, LWZ | TAI(datalo, h.index, 4));
2988 tcg_out_mem_long(s, LWZ, LWZX, args[0], args[1], args[2]);
/openbmc/qemu/target/ppc/
H A Dinsn32.decode309 LWZ 100000 ..... ..... ................ @D
/openbmc/qemu/target/ppc/translate/
H A Dfixedpoint-impl.c.inc152 TRANS(LWZ, do_ldst_D, false, false, MO_UL)