• Home
  • Raw
  • Download

Lines Matching refs:TCGV_LOW

354     *tcg_ctx.gen_opparam_ptr++ = GET_TCGV_I32(TCGV_LOW(val));  in tcg_add_param_i64()
803 tcg_gen_mov_i32(TCGV_LOW(ret), TCGV_LOW(arg)); in tcg_gen_mov_i64()
810 tcg_gen_movi_i32(TCGV_LOW(ret), arg); in tcg_gen_movi_i64()
817 tcg_gen_ld8u_i32(TCGV_LOW(ret), arg2, offset); in tcg_gen_ld8u_i64()
824 tcg_gen_ld8s_i32(TCGV_LOW(ret), arg2, offset); in tcg_gen_ld8s_i64()
831 tcg_gen_ld16u_i32(TCGV_LOW(ret), arg2, offset); in tcg_gen_ld16u_i64()
838 tcg_gen_ld16s_i32(TCGV_LOW(ret), arg2, offset); in tcg_gen_ld16s_i64()
839 tcg_gen_sari_i32(TCGV_HIGH(ret), TCGV_LOW(ret), 31); in tcg_gen_ld16s_i64()
845 tcg_gen_ld_i32(TCGV_LOW(ret), arg2, offset); in tcg_gen_ld32u_i64()
852 tcg_gen_ld_i32(TCGV_LOW(ret), arg2, offset); in tcg_gen_ld32s_i64()
853 tcg_gen_sari_i32(TCGV_HIGH(ret), TCGV_LOW(ret), 31); in tcg_gen_ld32s_i64()
863 tcg_gen_ld_i32(TCGV_LOW(ret), arg2, offset + 4); in tcg_gen_ld_i64()
865 tcg_gen_ld_i32(TCGV_LOW(ret), arg2, offset); in tcg_gen_ld_i64()
873 tcg_gen_st8_i32(TCGV_LOW(arg1), arg2, offset); in tcg_gen_st8_i64()
879 tcg_gen_st16_i32(TCGV_LOW(arg1), arg2, offset); in tcg_gen_st16_i64()
885 tcg_gen_st_i32(TCGV_LOW(arg1), arg2, offset); in tcg_gen_st32_i64()
893 tcg_gen_st_i32(TCGV_LOW(arg1), arg2, offset + 4); in tcg_gen_st_i64()
895 tcg_gen_st_i32(TCGV_LOW(arg1), arg2, offset); in tcg_gen_st_i64()
902 tcg_gen_op6_i32(INDEX_op_add2_i32, TCGV_LOW(ret), TCGV_HIGH(ret), in tcg_gen_add_i64()
903 TCGV_LOW(arg1), TCGV_HIGH(arg1), TCGV_LOW(arg2), in tcg_gen_add_i64()
911 tcg_gen_op6_i32(INDEX_op_sub2_i32, TCGV_LOW(ret), TCGV_HIGH(ret), in tcg_gen_sub_i64()
912 TCGV_LOW(arg1), TCGV_HIGH(arg1), TCGV_LOW(arg2), in tcg_gen_sub_i64()
920 tcg_gen_and_i32(TCGV_LOW(ret), TCGV_LOW(arg1), TCGV_LOW(arg2)); in tcg_gen_and_i64()
926 tcg_gen_andi_i32(TCGV_LOW(ret), TCGV_LOW(arg1), arg2); in tcg_gen_andi_i64()
932 tcg_gen_or_i32(TCGV_LOW(ret), TCGV_LOW(arg1), TCGV_LOW(arg2)); in tcg_gen_or_i64()
938 tcg_gen_ori_i32(TCGV_LOW(ret), TCGV_LOW(arg1), arg2); in tcg_gen_ori_i64()
944 tcg_gen_xor_i32(TCGV_LOW(ret), TCGV_LOW(arg1), TCGV_LOW(arg2)); in tcg_gen_xor_i64()
950 tcg_gen_xori_i32(TCGV_LOW(ret), TCGV_LOW(arg1), arg2); in tcg_gen_xori_i64()
1011 TCGV_LOW(arg1), TCGV_HIGH(arg1), TCGV_LOW(arg2), in tcg_gen_brcond_i64()
1020 tcg_gen_movi_i32(TCGV_LOW(ret), 1); in tcg_gen_setcond_i64()
1022 tcg_gen_movi_i32(TCGV_LOW(ret), 0); in tcg_gen_setcond_i64()
1024 tcg_gen_op6i_i32(INDEX_op_setcond2_i32, TCGV_LOW(ret), in tcg_gen_setcond_i64()
1025 TCGV_LOW(arg1), TCGV_HIGH(arg1), in tcg_gen_setcond_i64()
1026 TCGV_LOW(arg2), TCGV_HIGH(arg2), cond); in tcg_gen_setcond_i64()
1040 tcg_gen_op4_i32(INDEX_op_mulu2_i32, TCGV_LOW(t0), TCGV_HIGH(t0), in tcg_gen_mul_i64()
1041 TCGV_LOW(arg1), TCGV_LOW(arg2)); in tcg_gen_mul_i64()
1046 tcg_gen_op3_i32(INDEX_op_mul_i32, TCGV_LOW(t0), in tcg_gen_mul_i64()
1047 TCGV_LOW(arg1), TCGV_LOW(arg2)); in tcg_gen_mul_i64()
1049 TCGV_LOW(arg1), TCGV_LOW(arg2)); in tcg_gen_mul_i64()
1052 tcg_gen_mul_i32(t1, TCGV_LOW(arg1), TCGV_HIGH(arg2)); in tcg_gen_mul_i64()
1054 tcg_gen_mul_i32(t1, TCGV_HIGH(arg1), TCGV_LOW(arg2)); in tcg_gen_mul_i64()
1593 tcg_gen_ext8s_i32(TCGV_LOW(ret), TCGV_LOW(arg)); in tcg_gen_ext8s_i64()
1594 tcg_gen_sari_i32(TCGV_HIGH(ret), TCGV_LOW(ret), 31); in tcg_gen_ext8s_i64()
1599 tcg_gen_ext16s_i32(TCGV_LOW(ret), TCGV_LOW(arg)); in tcg_gen_ext16s_i64()
1600 tcg_gen_sari_i32(TCGV_HIGH(ret), TCGV_LOW(ret), 31); in tcg_gen_ext16s_i64()
1605 tcg_gen_mov_i32(TCGV_LOW(ret), TCGV_LOW(arg)); in tcg_gen_ext32s_i64()
1606 tcg_gen_sari_i32(TCGV_HIGH(ret), TCGV_LOW(ret), 31); in tcg_gen_ext32s_i64()
1611 tcg_gen_ext8u_i32(TCGV_LOW(ret), TCGV_LOW(arg)); in tcg_gen_ext8u_i64()
1617 tcg_gen_ext16u_i32(TCGV_LOW(ret), TCGV_LOW(arg)); in tcg_gen_ext16u_i64()
1623 tcg_gen_mov_i32(TCGV_LOW(ret), TCGV_LOW(arg)); in tcg_gen_ext32u_i64()
1629 tcg_gen_mov_i32(ret, TCGV_LOW(arg)); in tcg_gen_trunc_i64_i32()
1634 tcg_gen_mov_i32(TCGV_LOW(ret), arg); in tcg_gen_extu_i32_i64()
1640 tcg_gen_mov_i32(TCGV_LOW(ret), arg); in tcg_gen_ext_i32_i64()
1641 tcg_gen_sari_i32(TCGV_HIGH(ret), TCGV_LOW(ret), 31); in tcg_gen_ext_i32_i64()
1648 tcg_gen_bswap16_i32(TCGV_LOW(ret), TCGV_LOW(arg)); in tcg_gen_bswap16_i64()
1655 tcg_gen_bswap32_i32(TCGV_LOW(ret), TCGV_LOW(arg)); in tcg_gen_bswap32_i64()
1664 tcg_gen_bswap32_i32(t0, TCGV_LOW(arg)); in tcg_gen_bswap64_i64()
1666 tcg_gen_mov_i32(TCGV_LOW(ret), t1); in tcg_gen_bswap64_i64()
1878 tcg_gen_not_i32(TCGV_LOW(ret), TCGV_LOW(arg)); in tcg_gen_not_i64()
1891 tcg_gen_discard_i32(TCGV_LOW(arg)); in tcg_gen_discard_i64()
1922 tcg_gen_andc_i32(TCGV_LOW(ret), TCGV_LOW(arg1), TCGV_LOW(arg2)); in tcg_gen_andc_i64()
1947 tcg_gen_eqv_i32(TCGV_LOW(ret), TCGV_LOW(arg1), TCGV_LOW(arg2)); in tcg_gen_eqv_i64()
1972 tcg_gen_nand_i32(TCGV_LOW(ret), TCGV_LOW(arg1), TCGV_LOW(arg2)); in tcg_gen_nand_i64()
1997 tcg_gen_nor_i32(TCGV_LOW(ret), TCGV_LOW(arg1), TCGV_LOW(arg2)); in tcg_gen_nor_i64()
2026 tcg_gen_orc_i32(TCGV_LOW(ret), TCGV_LOW(arg1), TCGV_LOW(arg2)); in tcg_gen_orc_i64()
2221 TCGV_LOW(arg2), ofs - 32, len); in tcg_gen_deposit_i64()
2222 tcg_gen_mov_i32(TCGV_LOW(ret), TCGV_LOW(arg1)); in tcg_gen_deposit_i64()
2226 tcg_gen_deposit_i32(TCGV_LOW(ret), TCGV_LOW(arg1), in tcg_gen_deposit_i64()
2227 TCGV_LOW(arg2), ofs, len); in tcg_gen_deposit_i64()
2252 tcg_gen_mov_i32(TCGV_LOW(dest), low); in tcg_gen_concat_i32_i64()
2281 tcg_gen_mov_i32(lo, TCGV_LOW(arg)); in tcg_gen_extr_i64_i32()
2325 TCGV_LOW(c1), TCGV_HIGH(c1), in tcg_gen_movcond_i64()
2326 TCGV_LOW(c2), TCGV_HIGH(c2), cond); in tcg_gen_movcond_i64()
2330 tcg_gen_movcond_i32(TCG_COND_NE, TCGV_LOW(ret), t0, t1, in tcg_gen_movcond_i64()
2331 TCGV_LOW(v1), TCGV_LOW(v2)); in tcg_gen_movcond_i64()
2337 tcg_gen_and_i32(t1, TCGV_LOW(v1), t0); in tcg_gen_movcond_i64()
2338 tcg_gen_andc_i32(TCGV_LOW(ret), TCGV_LOW(v2), t0); in tcg_gen_movcond_i64()
2339 tcg_gen_or_i32(TCGV_LOW(ret), TCGV_LOW(ret), t1); in tcg_gen_movcond_i64()