Lines Matching refs:opc
298 #define TO_CPSR(opc) \ argument
299 ((opc == ARITH_CMP || opc == ARITH_CMN || opc == ARITH_TST) << 20)
385 int cond, int opc, int rd, int rn, int rm, int shift) in tcg_out_dat_reg() argument
387 tcg_out32(s, (cond << 28) | (0 << 25) | (opc << 21) | TO_CPSR(opc) | in tcg_out_dat_reg()
411 int cond, int opc, int rd, int rn, int im) in tcg_out_dat_imm() argument
413 tcg_out32(s, (cond << 28) | (1 << 25) | (opc << 21) | TO_CPSR(opc) | in tcg_out_dat_imm()
435 int opc = ARITH_MOV; in tcg_out_movi32() local
443 tcg_out_dat_imm(s, cond, opc, rd, rn, ((arg >> i) & 0xff) | rot); in tcg_out_movi32()
446 opc = ARITH_ORR; in tcg_out_movi32()
956 static inline void tcg_out_qemu_ld(TCGContext *s, const TCGArg *args, int opc) in tcg_out_qemu_ld() argument
973 if (opc == 3) in tcg_out_qemu_ld()
983 s_bits = opc & 3; in tcg_out_qemu_ld()
1029 switch (opc) { in tcg_out_qemu_ld()
1087 switch (opc) { in tcg_out_qemu_ld()
1132 switch (opc) { in tcg_out_qemu_ld()
1179 static inline void tcg_out_qemu_st(TCGContext *s, const TCGArg *args, int opc) in tcg_out_qemu_st() argument
1196 if (opc == 3) in tcg_out_qemu_st()
1206 s_bits = opc & 3; in tcg_out_qemu_st()
1249 switch (opc) { in tcg_out_qemu_st()
1290 switch (opc) { in tcg_out_qemu_st()
1320 switch (opc) { in tcg_out_qemu_st()
1352 if (opc == 3) in tcg_out_qemu_st()
1372 switch (opc) { in tcg_out_qemu_st()
1412 static inline void tcg_out_op(TCGContext *s, TCGOpcode opc, in tcg_out_op() argument
1417 switch (opc) { in tcg_out_op()