Home | History | Annotate | Download | only in sparc

Lines Matching full:opc

471 static void tcg_out_branch_i32(TCGContext *s, int opc, int label_index)
478 tcg_out32(s, (INSN_OP(0) | INSN_COND(opc, 0) | INSN_OP2(0x2)
482 tcg_out32(s, (INSN_OP(0) | INSN_COND(opc, 0) | INSN_OP2(0x2) | 0));
487 static void tcg_out_branch_i64(TCGContext *s, int opc, int label_index)
494 tcg_out32(s, (INSN_OP(0) | INSN_COND(opc, 0) | INSN_OP2(0x1) |
499 tcg_out32(s, (INSN_OP(0) | INSN_COND(opc, 0) | INSN_OP2(0x1) |
749 int opc)
759 s_bits = opc & 3;
819 switch(opc) {
892 switch(opc) {
959 int opc)
970 s_bits = opc;
1072 switch(opc) {
1116 static inline void tcg_out_op(TCGContext *s, TCGOpcode opc, const TCGArg *args,
1121 switch (opc) {
1264 opc == INDEX_op_remu_i32);
1376 opc == INDEX_op_rem_i64 ? ARITH_SDIVX : ARITH_UDIVX);
1422 fprintf(stderr, "unknown opcode 0x%x\n", opc);