Lines Matching refs:t
587 * We don't need to care for this for LE because the constant input
690 TCGReg t;
692 /* Standardize the test below to t != 0. */
694 t = v1, v1 = v2, v2 = t;
697 t = tmpflags & ~SETCOND_FLAGS;
699 tcg_out_opc_masknez(s, ret, v2, t);
701 tcg_out_opc_maskeqz(s, ret, v1, t);
703 tcg_out_opc_masknez(s, TCG_REG_TMP2, v2, t); /* t ? 0 : v2 */
704 tcg_out_opc_maskeqz(s, TCG_REG_TMP1, v1, t); /* t ? v1 : 0 */
737 TCGReg t = arg1;
739 arg2 = t;
1026 * check that we don't cross pages using the address of the last
1053 * Without micro-architecture details, we don't know which of
2030 TCGArg t;
2031 t = a1, a1 = a2, a2 = t;
2265 * LoongArch insns for these ops don't have reg-imm forms, but we