Home
last modified time | relevance | path

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

/openbmc/linux/arch/powerpc/crypto/
H A Daes-spe-core.S28 #define LBZ(out, tab, off) \ macro
41 LBZ(out, rT0, 8)
44 LBZ(out, rT0, 8) /* load enc byte */
48 LBZ(out, rT1, 0)
51 LBZ(out, rT1, 0)
/openbmc/qemu/target/ppc/
H A Dinsn32.decode294 LBZ 100010 ..... ..... ................ @D
/openbmc/qemu/tcg/ppc/
H A Dtcg-target.c.inc377 #define LBZ OPCD( 34)
1553 case LBZ:
2973 tcg_out_mem_long(s, LBZ, LBZX, args[0], args[1], args[2]);
2977 tcg_out_mem_long(s, LBZ, LBZX, args[0], args[1], args[2]);
/openbmc/qemu/target/ppc/translate/
H A Dfixedpoint-impl.c.inc131 TRANS(LBZ, do_ldst_D, false, false, MO_UB)