• Home
  • Raw
  • Download

Lines Matching refs:Ity_I64

597    vassert(tyA == Ity_I32 || tyA == Ity_I64);  in store()
769 IRTemp hi64 = newTemp(Ity_I64); in breakV128to4xF64()
770 IRTemp lo64 = newTemp(Ity_I64); in breakV128to4xF64()
807 IRTemp hi64 = newTemp(Ity_I64); in breakV128to4x64S()
808 IRTemp lo64 = newTemp(Ity_I64); in breakV128to4x64S()
815 *t0 = newTemp(Ity_I64); in breakV128to4x64S()
816 *t1 = newTemp(Ity_I64); in breakV128to4x64S()
817 *t2 = newTemp(Ity_I64); in breakV128to4x64S()
818 *t3 = newTemp(Ity_I64); in breakV128to4x64S()
834 IRTemp hi64 = newTemp(Ity_I64); in breakV128to4x64U()
835 IRTemp lo64 = newTemp(Ity_I64); in breakV128to4x64U()
842 *t0 = newTemp(Ity_I64); in breakV128to4x64U()
843 *t1 = newTemp(Ity_I64); in breakV128to4x64U()
844 *t2 = newTemp(Ity_I64); in breakV128to4x64U()
845 *t3 = newTemp(Ity_I64); in breakV128to4x64U()
860 IRTemp hi64 = newTemp(Ity_I64); in breakV128to4x32()
861 IRTemp lo64 = newTemp(Ity_I64); in breakV128to4x32()
898 vassert(typeOfIRExpr(irsb->tyenv, t64) == Ity_I64); in mkQNarrow64Sto32()
920 vassert(typeOfIRExpr(irsb->tyenv, t64) == Ity_I64); in mkQNarrow64Uto32()
938 vassert(typeOfIRExpr(irsb->tyenv, t3) == Ity_I64); in mkV128from4x64S()
939 vassert(typeOfIRExpr(irsb->tyenv, t2) == Ity_I64); in mkV128from4x64S()
940 vassert(typeOfIRExpr(irsb->tyenv, t1) == Ity_I64); in mkV128from4x64S()
941 vassert(typeOfIRExpr(irsb->tyenv, t0) == Ity_I64); in mkV128from4x64S()
955 vassert(typeOfIRExpr(irsb->tyenv, t3) == Ity_I64); in mkV128from4x64U()
956 vassert(typeOfIRExpr(irsb->tyenv, t2) == Ity_I64); in mkV128from4x64U()
957 vassert(typeOfIRExpr(irsb->tyenv, t1) == Ity_I64); in mkV128from4x64U()
958 vassert(typeOfIRExpr(irsb->tyenv, t0) == Ity_I64); in mkV128from4x64U()
1002 vassert(typeOfIRExpr(irsb->tyenv, src) == Ity_I64); in mk64lo32Sto64()
1008 vassert(typeOfIRExpr(irsb->tyenv, src) == Ity_I64); in mk64lo32Uto64()
1016 ty == Ity_I32 || ty == Ity_I64); in mkSzOp()
1029 vassert(ty == Ity_I32 || ty == Ity_I64); in mkSzAddr()
1030 return ( ty == Ity_I64 ? in mkSzAddr()
1038 vassert(ty == Ity_I32 || ty == Ity_I64); in mkSzImm()
1039 return ty == Ity_I64 ? mkU64(imm64) : mkU32((UInt)imm64); in mkSzImm()
1045 vassert(ty == Ity_I32 || ty == Ity_I64); in mkSzConst()
1046 return ( ty == Ity_I64 ? in mkSzConst()
1054 vassert(ty == Ity_I32 || ty == Ity_I64); in mkSzExtendS16()
1055 return ( ty == Ity_I64 ? in mkSzExtendS16()
1063 vassert(ty == Ity_I32 || ty == Ity_I64); in mkSzExtendS32()
1064 return ( ty == Ity_I64 ? in mkSzExtendS32()
1072 vassert(ty == Ity_I32 || ty == Ity_I64); in mkNarrowTo8()
1073 return ty == Ity_I64 ? unop(Iop_64to8, src) : unop(Iop_32to8, src); in mkNarrowTo8()
1078 vassert(ty == Ity_I32 || ty == Ity_I64); in mkNarrowTo16()
1079 return ty == Ity_I64 ? unop(Iop_64to16, src) : unop(Iop_32to16, src); in mkNarrowTo16()
1084 vassert(ty == Ity_I32 || ty == Ity_I64); in mkNarrowTo32()
1085 return ty == Ity_I64 ? unop(Iop_64to32, src) : src; in mkNarrowTo32()
1092 vassert(ty == Ity_I32 || ty == Ity_I64); in mkWidenFrom8()
1101 vassert(ty == Ity_I32 || ty == Ity_I64); in mkWidenFrom16()
1109 vassert(ty == Ity_I32 || ty == Ity_I64); in mkWidenFrom32()
1164 IRType ty = mode64 ? Ity_I64 : Ity_I32; in getIReg()
1172 IRType ty = mode64 ? Ity_I64 : Ity_I32; in putIReg()
1528 vassert(ty == Ity_I64 || ty == Ity_I32); in gen_POPCOUNT()
1561 mask[i] = newTemp( Ity_I64 ); in gen_POPCOUNT()
1572 nyu = newTemp( Ity_I64 ); in gen_POPCOUNT()
1594 IRTemp retval = newTemp(Ity_I64); in gen_vpopcntd_mode32()
1646 if (typeOfIRExpr(irsb->tyenv,src) == Ity_I64) { in ROTL()
1671 IRType ty = mode64 ? Ity_I64 : Ity_I32; in ea_rA_idxd()
1680 IRType ty = mode64 ? Ity_I64 : Ity_I32; in ea_rA_simm()
1689 IRType ty = mode64 ? Ity_I64 : Ity_I32; in ea_rAor0()
1709 IRType ty = mode64 ? Ity_I64 : Ity_I32; in ea_rAor0_simm()
1722 IRType ty = mode64 ? Ity_I64 : Ity_I32; in addr_align()
1746 vassert(typeOfIRTemp(irsb->tyenv, addr) == Ity_I64); in gen_SIGBUS_if_misaligned()
1785 vassert(typeOfIRTemp(irsb->tyenv, nia) == Ity_I64); in make_redzone_AbiHint()
1953 typeOfIRExpr(irsb->tyenv,result) == Ity_I64); in set_CR0()
2154 t64 = newTemp(Ity_I64); in set_XER_OV_32()
2232 vassert(typeOfIRExpr(irsb->tyenv,res) == Ity_I64); in set_XER_OV_64()
2233 vassert(typeOfIRExpr(irsb->tyenv,argL) == Ity_I64); in set_XER_OV_64()
2234 vassert(typeOfIRExpr(irsb->tyenv,argR) == Ity_I64); in set_XER_OV_64()
2505 vassert(typeOfIRExpr(irsb->tyenv,res) == Ity_I64); in set_XER_CA_64()
2506 vassert(typeOfIRExpr(irsb->tyenv,argL) == Ity_I64); in set_XER_CA_64()
2507 vassert(typeOfIRExpr(irsb->tyenv,argR) == Ity_I64); in set_XER_CA_64()
2508 vassert(typeOfIRExpr(irsb->tyenv,oldca) == Ity_I64); in set_XER_CA_64()
2693 IRType ty = mode64 ? Ity_I64 : Ity_I32; in getGST()
2877 IRType ty = mode64 ? Ity_I64 : Ity_I32; in putGST()
2931 vassert( ty_src == Ity_I64 ); in putGST()
2941 vassert( ty_src == Ity_I64 ); in putGST()
2945 vassert( ty_src == Ity_I64 ); in putGST()
2967 IRTemp not_valid = newTemp(Ity_I64); in putGST()
2968 IRTemp has_perm = newTemp(Ity_I64); in putGST()
2969 IRTemp new_src = newTemp(Ity_I64); in putGST()
2970 IRTemp PSPB_val = newTemp(Ity_I64); in putGST()
2971 IRTemp value = newTemp(Ity_I64); in putGST()
2973 vassert(( ty_src == Ity_I64 ) || ( ty_src == Ity_I32 )); in putGST()
2985 vassert( ty_src == Ity_I64 ); in putGST()
3046 IRType ty = mode64 ? Ity_I64 : Ity_I32; in putGST_masked()
3048 vassert( typeOfIRExpr( irsb->tyenv,src ) == Ity_I64 ); in putGST_masked()
3234 frac_part = newTemp(Ity_I64); in is_Inf()
3258 sign_less_part = newTemp(Ity_I64); in is_Zero()
3274 IRTemp frac_part = newTemp(Ity_I64); in is_NaN()
3348 IRTemp negatedResult = newTemp(Ity_I64); in getNegatedResult()
3485 IRType ty = mode64 ? Ity_I64 : Ity_I32; in dis_int_arith()
4122 IRType ty = mode64 ? Ity_I64 : Ity_I32; in dis_int_cmp()
4180 a = b = typeOfIRExpr(irsb->tyenv,a) == Ity_I64 in dis_int_cmp()
4199 a = b = typeOfIRExpr(irsb->tyenv,a) == Ity_I64 in dis_int_cmp()
4240 IRType ty = mode64 ? Ity_I64 : Ity_I32; in dis_int_logic()
4542 IRTemp idx_tmp = newTemp( Ity_I64 ); in dis_int_logic()
4543 IRTemp perm_bit = newTemp( Ity_I64 ); in dis_int_logic()
4546 IRTemp idx_LT64_ity64 = newTemp( Ity_I64 ); in dis_int_logic()
4616 IRType ty = mode64 ? Ity_I64 : Ity_I32; in dis_int_parity()
4751 IRType ty = mode64 ? Ity_I64 : Ity_I32; in dis_int_rot()
4800 IRTemp rTmp = newTemp(Ity_I64); in dis_int_rot()
4999 IRType ty = mode64 ? Ity_I64 : Ity_I32; in dis_int_load()
5175 putIReg( rD_addr, load(Ity_I64, mkexpr(EA)) ); in dis_int_load()
5181 putIReg( rD_addr, load(Ity_I64, mkexpr(EA)) ); in dis_int_load()
5213 putIReg( rD_addr, load(Ity_I64, mkexpr(EA)) ); in dis_int_load()
5222 putIReg( rD_addr, load(Ity_I64, mkexpr(EA)) ); in dis_int_load()
5297 IRType ty = mode64 ? Ity_I64 : Ity_I32; in dis_int_store()
5519 IRType ty = mode64 ? Ity_I64 : Ity_I32; in dis_int_ldst_mult()
5573 IRType ty = mode64 ? Ity_I64 : Ity_I32; in generate_lsw_sequence()
5625 IRType ty = mode64 ? Ity_I64 : Ity_I32; in generate_stsw_sequence()
5665 IRType ty = mode64 ? Ity_I64 : Ity_I32; in dis_int_ldst_str()
5762 IRType ty = mode64 ? Ity_I64 : Ity_I32; in branch_ctr_ok()
5837 IRType ty = mode64 ? Ity_I64 : Ity_I32; in dis_branch()
6157 vassert( typeOfIRExpr(irsb->tyenv, argL0) == Ity_I64 ); in do_trap()
6158 vassert( typeOfIRExpr(irsb->tyenv, argR0) == Ity_I64 ); in do_trap()
6178 argL = newTemp(Ity_I64); in do_trap()
6179 argR = newTemp(Ity_I64); in do_trap()
6228 IRType ty = mode64 ? Ity_I64 : Ity_I32; in dis_trapi()
6278 IRType ty = mode64 ? Ity_I64 : Ity_I32; in dis_trap()
6330 IRType ty = mode64 ? Ity_I64 : Ity_I32; in dis_syslink()
6380 IRType ty = mode64 ? Ity_I64 : Ity_I32; in dis_memsync()
6626 res = newTemp(Ity_I64); in dis_memsync()
6635 IRTemp rS = newTemp(Ity_I64); in dis_memsync()
6787 IRType ty = mode64 ? Ity_I64 : Ity_I32; in dis_int_shift()
6927 IRTemp sh_amt = newTemp(Ity_I64); in dis_int_shift()
7052 IRType ty = mode64 ? Ity_I64 : Ity_I32; in dis_int_ldst_rev()
7091 ty == Ity_I64 ? mkU64( 4 ) : mkU32( 4 ) ); in dis_int_ldst_rev()
7117 IRTemp rS = newTemp(Ity_I64); in dis_int_ldst_rev()
7161 IRType ty = mode64 ? Ity_I64 : Ity_I32; in dis_proc_ctl()
7325 IRTemp val = newTemp(Ity_I64); in dis_proc_ctl()
7583 IRType ty = mode64 ? Ity_I64 : Ity_I32; in dis_cache_manage()
7881 IRType ty = mode64 ? Ity_I64 : Ity_I32; in dis_fp_load()
7980 IRTemp dw = newTemp( Ity_I64 ); in dis_fp_load()
8020 IRType ty = mode64 ? Ity_I64 : Ity_I32; in dis_fp_store()
8390 IRTemp sign_tmp = newTemp(Ity_I64); in dis_fp_multadd()
8602 IRTemp frac_part = newTemp(Ity_I64); in do_fp_tsqrt()
8794 IRTemp frac_part = newTemp(Ity_I64); in _do_fp_tdiv()
8860 IRTemp frB_I64 = newTemp(Ity_I64); in dis_fp_tests()
8872 IRTemp frA_I64 = newTemp(Ity_I64); in dis_fp_tests()
9032 IRTemp r_tmp64 = newTemp(Ity_I64); in dis_fp_round()
9243 IRType ty = mode64 ? Ity_I64 : Ity_I32; in dis_fp_pair()
9398 itmpB = newTemp(Ity_I64); in dis_fp_move()
9581 IRTemp rB_64 = newTemp( Ity_I64 ); in dis_fp_scr()
10036 IRTemp tmplow60 = newTemp( Ity_I64 ); in Generate_132_bit_bcd_string()
10037 IRTemp tmpmid60 = newTemp( Ity_I64 ); in Generate_132_bit_bcd_string()
10038 IRTemp tmptop12 = newTemp( Ity_I64 ); in Generate_132_bit_bcd_string()
10039 IRTemp low_50 = newTemp( Ity_I64 ); in Generate_132_bit_bcd_string()
10040 IRTemp mid_50 = newTemp( Ity_I64 ); in Generate_132_bit_bcd_string()
10041 IRTemp top_10 = newTemp( Ity_I64 ); in Generate_132_bit_bcd_string()
10510 IRTemp tmp = newTemp( Ity_I64 ); in dis_dfp_fmt_conv()
10566 IRTemp tmp = newTemp( Ity_I64 ); in dis_dfp_fmt_convq()
10714 IRTemp TE_I64 = newTemp( Ity_I64 ); in dis_dfp_quantize_sig_rrnd()
10808 IRTemp TE_I64 = newTemp( Ity_I64 ); in dis_dfp_quantize_sig_rrndq()
10894 IRTemp tmp = newTemp( Ity_I64 ); in dis_dfp_extract_insert()
10940 IRTemp tmp = newTemp( Ity_I64 ); in dis_dfp_extract_insertq()
11251 IRTemp frAI64_hi = newTemp( Ity_I64 ); in dis_dfp_class_test()
11252 IRTemp frAI64_lo = newTemp( Ity_I64 ); in dis_dfp_class_test()
11264 IRTemp exp_min_normal = newTemp( Ity_I64 ); in dis_dfp_class_test()
11696 IRTemp frBI64 = newTemp( Ity_I64 ); in dis_dfp_bcd()
11697 IRTemp result = newTemp( Ity_I64 ); in dis_dfp_bcd()
11699 IRTemp bcd64 = newTemp( Ity_I64 ); in dis_dfp_bcd()
11792 IRTemp without_lmd = newTemp( Ity_I64 ); in dis_dfp_bcd()
11793 IRTemp tmp64 = newTemp( Ity_I64 ); in dis_dfp_bcd()
11794 IRTemp dbcd64 = newTemp( Ity_I64 ); in dis_dfp_bcd()
11853 IRTemp tmp = newTemp( Ity_I64 ); in dis_dfp_bcd()
11956 IRTemp frBI64_hi = newTemp( Ity_I64 ); in dis_dfp_bcdq()
11957 IRTemp frBI64_lo = newTemp( Ity_I64 ); in dis_dfp_bcdq()
11962 IRTemp result_hi = newTemp( Ity_I64 ); in dis_dfp_bcdq()
11963 IRTemp result_lo = newTemp( Ity_I64 ); in dis_dfp_bcdq()
12091 IRTemp tmp_hi = newTemp( Ity_I64 ); in dis_dfp_bcdq()
12092 IRTemp tmp_lo = newTemp( Ity_I64 ); in dis_dfp_bcdq()
12098 IRTemp bcd_top_8 = newTemp( Ity_I64 ); in dis_dfp_bcdq()
12099 IRTemp bcd_mid_60 = newTemp( Ity_I64 ); in dis_dfp_bcdq()
12100 IRTemp bcd_low_60 = newTemp( Ity_I64 ); in dis_dfp_bcdq()
12102 IRTemp tmptop10 = newTemp( Ity_I64 ); in dis_dfp_bcdq()
12103 IRTemp tmpmid50 = newTemp( Ity_I64 ); in dis_dfp_bcdq()
12104 IRTemp tmplow50 = newTemp( Ity_I64 ); in dis_dfp_bcdq()
12393 IRTemp frBI64 = newTemp( Ity_I64 ); in dis_dfp_significant_digits()
12396 IRTemp tmp64 = newTemp( Ity_I64 ); in dis_dfp_significant_digits()
12430 IRTemp frBI64_hi = newTemp( Ity_I64 ); in dis_dfp_significant_digits()
12431 IRTemp frBI64_lo = newTemp( Ity_I64 ); in dis_dfp_significant_digits()
12697 xB = newTemp(Ity_I64); in dis_vx_conv()
12699 xB2 = newTemp(Ity_I64); in dis_vx_conv()
12704 xB = newTemp(Ity_I64); in dis_vx_conv()
12838 IRTemp hi64 = newTemp(Ity_I64); in dis_vx_conv()
12839 IRTemp lo64 = newTemp(Ity_I64); in dis_vx_conv()
13203 IRTemp hiResult = newTemp(Ity_I64); in dis_vxv_dp_arith()
13204 IRTemp loResult = newTemp(Ity_I64); in dis_vxv_dp_arith()
13219 IRTemp hiResult = newTemp(Ity_I64); in dis_vxv_dp_arith()
13220 IRTemp loResult = newTemp(Ity_I64); in dis_vxv_dp_arith()
13280 IRTemp hiResult = newTemp(Ity_I64); in dis_vxv_dp_arith()
13281 IRTemp loResult = newTemp(Ity_I64); in dis_vxv_dp_arith()
13313 IRTemp frBHi_I64 = newTemp(Ity_I64); in dis_vxv_dp_arith()
13314 IRTemp frBLo_I64 = newTemp(Ity_I64); in dis_vxv_dp_arith()
13346 IRTemp frBHi_I64 = newTemp(Ity_I64); in dis_vxv_dp_arith()
13347 IRTemp frBLo_I64 = newTemp(Ity_I64); in dis_vxv_dp_arith()
13348 IRTemp frAHi_I64 = newTemp(Ity_I64); in dis_vxv_dp_arith()
13349 IRTemp frALo_I64 = newTemp(Ity_I64); in dis_vxv_dp_arith()
13831 IRType ty = Ity_I64; in dis_av_count_bitTranspose()
13832 IRTemp bits0_63 = newTemp(Ity_I64); in dis_av_count_bitTranspose()
13833 IRTemp bits64_127 = newTemp(Ity_I64); in dis_av_count_bitTranspose()
13834 IRTemp cnt_bits0_63 = newTemp(Ity_I64); in dis_av_count_bitTranspose()
13835 IRTemp cnt_bits64_127 = newTemp(Ity_I64); in dis_av_count_bitTranspose()
13853 IRTemp cnt_bits0_63 = newTemp(Ity_I64); in dis_av_count_bitTranspose()
13854 IRTemp cnt_bits64_127 = newTemp(Ity_I64); in dis_av_count_bitTranspose()
14098 IRTemp intermediateResult = newTemp(Ity_I64); in _do_vsx_fp_roundToInt()
14203 IRTemp frB = newTemp(Ity_I64); in dis_vxv_misc()
14204 IRTemp frB2 = newTemp(Ity_I64); in dis_vxv_misc()
14313 IRTemp a0_I64 = newTemp( Ity_I64 ); in dis_vxv_misc()
14314 IRTemp a1_I64 = newTemp( Ity_I64 ); in dis_vxv_misc()
14315 IRTemp a2_I64 = newTemp( Ity_I64 ); in dis_vxv_misc()
14316 IRTemp a3_I64 = newTemp( Ity_I64 ); in dis_vxv_misc()
14317 IRTemp b0_I64 = newTemp( Ity_I64 ); in dis_vxv_misc()
14318 IRTemp b1_I64 = newTemp( Ity_I64 ); in dis_vxv_misc()
14319 IRTemp b2_I64 = newTemp( Ity_I64 ); in dis_vxv_misc()
14320 IRTemp b3_I64 = newTemp( Ity_I64 ); in dis_vxv_misc()
14367 IRTemp frA = newTemp(Ity_I64); in dis_vxv_misc()
14368 IRTemp frB = newTemp(Ity_I64); in dis_vxv_misc()
14369 IRTemp frA2 = newTemp(Ity_I64); in dis_vxv_misc()
14370 IRTemp frB2 = newTemp(Ity_I64); in dis_vxv_misc()
14385 IRTemp frA = newTemp(Ity_I64); in dis_vxv_misc()
14386 IRTemp frB = newTemp(Ity_I64); in dis_vxv_misc()
14387 IRTemp frA2 = newTemp(Ity_I64); in dis_vxv_misc()
14388 IRTemp frB2 = newTemp(Ity_I64); in dis_vxv_misc()
14418 IRTemp resHi = newTemp(Ity_I64); in dis_vxv_misc()
14419 IRTemp resLo = newTemp(Ity_I64); in dis_vxv_misc()
14551 IRTemp frBHi_I64 = newTemp(Ity_I64); in dis_vxv_misc()
14552 IRTemp frBLo_I64 = newTemp(Ity_I64); in dis_vxv_misc()
14606 IRTemp b3_I64 = newTemp(Ity_I64); in dis_vxv_misc()
14607 IRTemp b2_I64 = newTemp(Ity_I64); in dis_vxv_misc()
14608 IRTemp b1_I64 = newTemp(Ity_I64); in dis_vxv_misc()
14609 IRTemp b0_I64 = newTemp(Ity_I64); in dis_vxv_misc()
14802 IRTemp maddResult = newTemp(Ity_I64); in dis_vxs_arith()
14822 IRTemp maddResult = newTemp(Ity_I64); in dis_vxs_arith()
14846 IRTemp msubResult = newTemp(Ity_I64); in dis_vxs_arith()
14870 IRTemp msubResult = newTemp(Ity_I64); in dis_vxs_arith()
14937 IRTemp frA_I64 = newTemp(Ity_I64); in dis_vxs_arith()
14938 IRTemp frB_I64 = newTemp(Ity_I64); in dis_vxs_arith()
14947 IRTemp frB_I64 = newTemp(Ity_I64); in dis_vxs_arith()
15027 IRTemp hiResult = newTemp(Ity_I64); in do_vvec_fp_cmp()
15028 IRTemp loResult = newTemp(Ity_I64); in do_vvec_fp_cmp()
15230 IRTemp hi64 = newTemp(Ity_I64); in dis_vxs_misc()
15231 IRTemp lo64 = newTemp(Ity_I64); in dis_vxs_misc()
15250 IRTemp vecA_signed = newTemp(Ity_I64); in dis_vxs_misc()
15251 IRTemp vecB_unsigned = newTemp(Ity_I64); in dis_vxs_misc()
15273 IRTemp BHi_signed = newTemp(Ity_I64); in dis_vxs_misc()
15286 IRTemp BHi_signed = newTemp(Ity_I64); in dis_vxs_misc()
15287 IRTemp BHi_unsigned = newTemp(Ity_I64); in dis_vxs_misc()
15288 IRTemp BHi_negated = newTemp(Ity_I64); in dis_vxs_misc()
15322 IRTemp frA = newTemp(Ity_I64); in dis_vxs_misc()
15323 IRTemp frB = newTemp(Ity_I64); in dis_vxs_misc()
15339 IRTemp frB_I64 = newTemp(Ity_I64); in dis_vxs_misc()
15526 IRType ty = mode64 ? Ity_I64 : Ity_I32; in dis_vx_load()
15543 exp = unop( Iop_64to32, load( Ity_I64, mkexpr( EA ) ) ); in dis_vx_load()
15545 exp = unop( Iop_64HIto32, load( Ity_I64, mkexpr( EA ) ) ); in dis_vx_load()
15558 exp = unop( Iop_64to32, load( Ity_I64, mkexpr( EA ) ) ); in dis_vx_load()
15560 exp = unop( Iop_64HIto32, load( Ity_I64, mkexpr( EA ) ) ); in dis_vx_load()
15587 exp = load( Ity_I64, mkexpr( EA ) ); in dis_vx_load()
15596 IROp addOp = ty == Ity_I64 ? Iop_Add64 : Iop_Add32; in dis_vx_load()
15601 high = load( Ity_I64, mkexpr( EA ) ); in dis_vx_load()
15602 high_addr = binop( addOp, mkexpr( EA ), ty == Ity_I64 ? mkU64( ea_off ) in dis_vx_load()
15604 low = load( Ity_I64, high_addr ); in dis_vx_load()
15610 IRTemp data = newTemp(Ity_I64); in dis_vx_load()
15612 assign( data, load( Ity_I64, mkexpr( EA ) ) ); in dis_vx_load()
15663 IRType ty = mode64 ? Ity_I64 : Ity_I32; in dis_vx_store()
15716 ty == Ity_I64 ? mkU64( 8 ) : mkU32( 8 ) ), low64 ); in dis_vx_store()
15723 IRTemp hi64 = newTemp( Ity_I64 ); in dis_vx_store()
15724 IRTemp lo64 = newTemp( Ity_I64 ); in dis_vx_store()
15735 ty == Ity_I64 ? mkU64( ea_off ) : mkU32( ea_off ) ); in dis_vx_store()
15739 ty == Ity_I64 ? mkU64( ea_off ) : mkU32( ea_off ) ); in dis_vx_store()
15743 ty == Ity_I64 ? mkU64( ea_off ) : mkU32( ea_off ) ); in dis_vx_store()
15798 IRTemp hi = newTemp(Ity_I64); in dis_vx_permute_misc()
15799 IRTemp lo = newTemp(Ity_I64); in dis_vx_permute_misc()
15822 IRTemp a64 = newTemp(Ity_I64); in dis_vx_permute_misc()
15825 IRTemp b64 = newTemp(Ity_I64); in dis_vx_permute_misc()
15889 IRType ty = mode64 ? Ity_I64 : Ity_I32; in dis_av_load()
16052 IRType ty = mode64 ? Ity_I64 : Ity_I32; in dis_av_store()
16151 IRTemp z3 = newTemp(Ity_I64); in dis_av_arith()
16152 IRTemp z2 = newTemp(Ity_I64); in dis_av_arith()
16153 IRTemp z1 = newTemp(Ity_I64); in dis_av_arith()
16154 IRTemp z0 = newTemp(Ity_I64); in dis_av_arith()
16859 IRTemp z3 = newTemp(Ity_I64); in dis_av_multarith()
16860 IRTemp z2 = newTemp(Ity_I64); in dis_av_multarith()
16861 IRTemp z1 = newTemp(Ity_I64); in dis_av_multarith()
16862 IRTemp z0 = newTemp(Ity_I64); in dis_av_multarith()
19014 IRType ty = mode64 ? Ity_I64 : Ity_I32; in disInstr_PPC_WRK()
20512 ty = mode64 ? Ity_I64 : Ity_I32; in disInstr_PPC()