Home | History | Annotate | Download | only in arm

Lines Matching full:opc

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