• Home
  • Raw
  • Download

Lines Matching refs:qres

8424 void updateQCFLAGwithDifferenceZHI ( IRTemp qres, IRTemp nres, IROp opZHI )  in updateQCFLAGwithDifferenceZHI()  argument
8430 assign(diff, binop(Iop_XorV128, mkexpr(qres), mkexpr(nres))); in updateQCFLAGwithDifferenceZHI()
8434 assign(diff, unop(opZHI, binop(Iop_XorV128, mkexpr(qres), mkexpr(nres)))); in updateQCFLAGwithDifferenceZHI()
8446 void updateQCFLAGwithDifference ( IRTemp qres, IRTemp nres ) in updateQCFLAGwithDifference() argument
8448 updateQCFLAGwithDifferenceZHI(qres, nres, Iop_INVALID); in updateQCFLAGwithDifference()
9905 IRTemp qres = newTempV128(); in dis_AdvSIMD_scalar_three_same() local
9909 assign(qres, mkexpr(math_ZERO_ALL_EXCEPT_LOWEST_LANE( in dis_AdvSIMD_scalar_three_same()
9913 putQReg128(dd, mkexpr(qres)); in dis_AdvSIMD_scalar_three_same()
9914 updateQCFLAGwithDifference(qres, nres); in dis_AdvSIMD_scalar_three_same()
10207 IRTemp qres = math_ZERO_ALL_EXCEPT_LOWEST_LANE( in dis_AdvSIMD_scalar_two_reg_misc() local
10211 putQReg128(dd, mkexpr(qres)); in dis_AdvSIMD_scalar_two_reg_misc()
10212 updateQCFLAGwithDifference(qres, nres); in dis_AdvSIMD_scalar_two_reg_misc()
10225 IRTemp qres = math_ZERO_ALL_EXCEPT_LOWEST_LANE(size, mkexpr(qresFW)); in dis_AdvSIMD_scalar_two_reg_misc() local
10227 putQReg128(dd, mkexpr(qres)); in dis_AdvSIMD_scalar_two_reg_misc()
10228 updateQCFLAGwithDifference(qres, nres); in dis_AdvSIMD_scalar_two_reg_misc()
11534 IRTemp qres = newTempV128(); in dis_AdvSIMD_three_same() local
11538 assign(qres, math_MAYBE_ZERO_HI64_fromE( in dis_AdvSIMD_three_same()
11542 putQReg128(dd, mkexpr(qres)); in dis_AdvSIMD_three_same()
11543 updateQCFLAGwithDifference(qres, nres); in dis_AdvSIMD_three_same()
12277 IRTemp qres = newTempV128(); in dis_AdvSIMD_two_reg_misc() local
12284 assign(qres, math_MAYBE_ZERO_HI64_fromE( in dis_AdvSIMD_two_reg_misc()
12288 putQReg128(dd, mkexpr(qres)); in dis_AdvSIMD_two_reg_misc()
12289 updateQCFLAGwithDifference(qres, nres); in dis_AdvSIMD_two_reg_misc()
12344 IRTemp qres = newTempV128(), nres = newTempV128(); in dis_AdvSIMD_two_reg_misc() local
12345 assign(qres, math_MAYBE_ZERO_HI64(bitQ, qresFW)); in dis_AdvSIMD_two_reg_misc()
12347 putQReg128(dd, mkexpr(qres)); in dis_AdvSIMD_two_reg_misc()
12348 updateQCFLAGwithDifference(qres, nres); in dis_AdvSIMD_two_reg_misc()