Home | History | Annotate | Download | only in ppc

Lines Matching full:opc

300 #define OPCD(opc) ((opc)<<26)
301 #define XO31(opc) (OPCD(31)|((opc)<<1))
302 #define XO19(opc) (OPCD(19)|((opc)<<1))
527 static void tcg_out_qemu_ld (TCGContext *s, const TCGArg *args, int opc)
539 if (opc == 3)
548 s_bits = opc & 3;
603 switch (opc) {
665 switch (opc) {
724 static void tcg_out_qemu_st (TCGContext *s, const TCGArg *args, int opc)
736 if (opc == 3)
771 | MB ((32 - opc) & 31)
802 switch (opc) {
833 tcg_out_call (s, (tcg_target_long) qemu_st_helpers[opc], 1);
863 switch (opc) {
1294 static void tcg_out_op(TCGContext *s, TCGOpcode opc, const TCGArg *args,
1297 switch (opc) {