• Home
  • History
  • Annotate
  • Raw
  • Download

Lines Matching refs:mkU8

287 static IRExpr* mkU8 ( UInt i )  in mkU8()  function
399 binop(Iop_Shl32, mkexpr(src), mkU8(32 - rot)), in genROR32()
400 binop(Iop_Shr32, mkexpr(src), mkU8(rot))); in genROR32()
989 assign(masked, binop(Iop_Shr32, e, mkU8(lowbits_to_ignore))); in put_GEFLAG32()
1075 binop(Iop_Shr32, IRExpr_Get(OFFB_FPSCR, Ity_I32), mkU8(22))); in mk_get_IR_rounding_mode()
1080 binop(Iop_Shl32, mkexpr(armEncd), mkU8(1)), in mk_get_IR_rounding_mode()
1083 binop(Iop_Shr32, mkexpr(armEncd), mkU8(1)), in mk_get_IR_rounding_mode()
1257 args1 = mkIRExprVec_4 ( binop(Iop_GetElem32x4, resL, mkU8(0)), in mk_armg_calculate_flag_qc()
1258 binop(Iop_GetElem32x4, resL, mkU8(1)), in mk_armg_calculate_flag_qc()
1259 binop(Iop_GetElem32x4, resR, mkU8(0)), in mk_armg_calculate_flag_qc()
1260 binop(Iop_GetElem32x4, resR, mkU8(1)) ); in mk_armg_calculate_flag_qc()
1261 args2 = mkIRExprVec_4 ( binop(Iop_GetElem32x4, resL, mkU8(2)), in mk_armg_calculate_flag_qc()
1262 binop(Iop_GetElem32x4, resL, mkU8(3)), in mk_armg_calculate_flag_qc()
1263 binop(Iop_GetElem32x4, resR, mkU8(2)), in mk_armg_calculate_flag_qc()
1264 binop(Iop_GetElem32x4, resR, mkU8(3)) ); in mk_armg_calculate_flag_qc()
1266 args1 = mkIRExprVec_4 ( binop(Iop_GetElem32x2, resL, mkU8(0)), in mk_armg_calculate_flag_qc()
1267 binop(Iop_GetElem32x2, resL, mkU8(1)), in mk_armg_calculate_flag_qc()
1268 binop(Iop_GetElem32x2, resR, mkU8(0)), in mk_armg_calculate_flag_qc()
1269 binop(Iop_GetElem32x2, resR, mkU8(1)) ); in mk_armg_calculate_flag_qc()
1304 mkU8(27))), in setFlag_QC()
1483 binop(Iop_Shr32, mkexpr(old_itstate), mkU8(8))); in gen_SIGILL_T_if_in_but_NLI_ITBlock()
1520 mkU8(ARMG_CC_SHIFT_Q))) in synthesise_APSR()
1537 binop(Iop_Shl32, ge0, mkU8(16)), in synthesise_APSR()
1538 binop(Iop_Shl32, ge1, mkU8(17))), in synthesise_APSR()
1540 binop(Iop_Shl32, ge2, mkU8(18)), in synthesise_APSR()
1541 binop(Iop_Shl32, ge3, mkU8(19))) ))); in synthesise_APSR()
1687 mkU8(31) ); in signed_overflow_after_Add32()
1702 mkU8(31) ); in signed_overflow_after_Sub32()
1749 mkU8(32 - shift_amt)), in compute_result_and_C_after_LSL_by_imm5()
1753 binop(Iop_Shl32, mkexpr(rMt), mkU8(shift_amt)) ); in compute_result_and_C_after_LSL_by_imm5()
1827 mkU8(31)))); in compute_result_and_C_after_LSL_by_reg()
1847 binop(Iop_Shr32, mkexpr(rMt), mkU8(31)), in compute_result_and_C_after_LSR_by_imm5()
1861 mkU8(shift_amt - 1)), in compute_result_and_C_after_LSR_by_imm5()
1865 binop(Iop_Shr32, mkexpr(rMt), mkU8(shift_amt)) ); in compute_result_and_C_after_LSR_by_imm5()
1937 mkU8(31)))); in compute_result_and_C_after_LSR_by_reg()
1957 binop(Iop_Shr32, mkexpr(rMt), mkU8(31)), in compute_result_and_C_after_ASR_by_imm5()
1960 assign( *res, binop(Iop_Sar32, mkexpr(rMt), mkU8(31)) ); in compute_result_and_C_after_ASR_by_imm5()
1971 mkU8(shift_amt - 1)), in compute_result_and_C_after_ASR_by_imm5()
1975 binop(Iop_Sar32, mkexpr(rMt), mkU8(shift_amt)) ); in compute_result_and_C_after_ASR_by_imm5()
2029 mkU8(31) in compute_result_and_C_after_ASR_by_reg()
2180 binop(Iop_Shl32, mkexpr(oldcT), mkU8(31)), in compute_result_and_C_after_shift_by_imm5()
2181 binop(Iop_Shr32, mkexpr(rMt), mkU8(1))) ); in compute_result_and_C_after_shift_by_imm5()
2192 mkU8(shift_amt - 1)), in compute_result_and_C_after_shift_by_imm5()
2197 binop(Iop_Shr32, mkexpr(rMt), mkU8(shift_amt)), in compute_result_and_C_after_shift_by_imm5()
2199 mkU8(32-shift_amt)))); in compute_result_and_C_after_shift_by_imm5()
2402 index = binop(Iop_Shl32, getIRegA(rM), mkU8(imm5)); in mk_EA_reg_plusminus_shifted_reg()
2410 index = binop(Iop_Shr32, getIRegA(rM), mkU8(imm5)); in mk_EA_reg_plusminus_shifted_reg()
2419 index = binop(Iop_Sar32, getIRegA(rM), mkU8(31)); in mk_EA_reg_plusminus_shifted_reg()
2422 index = binop(Iop_Sar32, getIRegA(rM), mkU8(imm5)); in mk_EA_reg_plusminus_shifted_reg()
2434 binop(Iop_Shl32, mkexpr(cflagT), mkU8(31)), in mk_EA_reg_plusminus_shifted_reg()
2435 binop(Iop_Shr32, mkexpr(rmT), mkU8(1))); in mk_EA_reg_plusminus_shifted_reg()
2442 binop(Iop_Shl32, mkexpr(rmT), mkU8(32-imm5)), in mk_EA_reg_plusminus_shifted_reg()
2443 binop(Iop_Shr32, mkexpr(rmT), mkU8(imm5))); in mk_EA_reg_plusminus_shifted_reg()
2535 binop(Iop_Shr32, mkexpr(irRes), mkU8(5)), in mk_convert_IRCmpF64Result_to_NZCV()
2546 mkU8(30)), in mk_convert_IRCmpF64Result_to_NZCV()
2548 mkU8(29)), in mk_convert_IRCmpF64Result_to_NZCV()
2556 binop(Iop_Shr32, mkexpr(ix), mkU8(1))), in mk_convert_IRCmpF64Result_to_NZCV()
2717 mkU8(1)), in gen_BITREV()
2720 mkU8(1)) in gen_BITREV()
2726 mkU8(2)), in gen_BITREV()
2729 mkU8(2)) in gen_BITREV()
2735 mkU8(4)), in gen_BITREV()
2738 mkU8(4)) in gen_BITREV()
2744 mkU8(8)), in gen_BITREV()
2747 mkU8(8)) in gen_BITREV()
2753 mkU8(16)), in gen_BITREV()
2756 mkU8(16)) in gen_BITREV()
2769 binop(Iop_Shl32, mkexpr(arg), mkU8(24)), in gen_REV()
2771 binop(Iop_And32, binop(Iop_Shl32, mkexpr(arg), mkU8(8)), in gen_REV()
2774 binop(Iop_And32, binop(Iop_Shr32, mkexpr(arg), mkU8(8)), in gen_REV()
2776 binop(Iop_And32, binop(Iop_Shr32, mkexpr(arg), mkU8(24)), in gen_REV()
2791 binop(Iop_Shl32, mkexpr(arg), mkU8(8)), in gen_REV16()
2794 binop(Iop_Shr32, mkexpr(arg), mkU8(8)), in gen_REV16()
2868 /*loV128*/getQReg(nreg), mkU8(imm4)), condT); in dis_neon_vext()
2871 /*loI64*/getDRegI64(nreg), mkU8(imm4)), condT); in dis_neon_vext()
3027 assign(res, unop(op, binop(op2, mkexpr(arg_m), mkU8(index)))); in dis_neon_vdup()
3133 binop(shOp, mkexpr(arg_m), mkU8(1)), in dis_neon_data_3same()
3134 binop(shOp, mkexpr(arg_n), mkU8(1))), in dis_neon_data_3same()
3139 mkU8(1)))); in dis_neon_data_3same()
3277 mkU8(1))); in dis_neon_data_3same()
3282 mkU8(1)), in dis_neon_data_3same()
3285 mkU8(1))), in dis_neon_data_3same()
3299 mkU8(1))); in dis_neon_data_3same()
3304 mkU8(1)), in dis_neon_data_3same()
3307 mkU8(1))), in dis_neon_data_3same()
3544 binop(shOp, mkexpr(arg_n), mkU8(1)), in dis_neon_data_3same()
3545 binop(shOp, mkexpr(arg_m), mkU8(1))), in dis_neon_data_3same()
3798 mkU8((8 << size) - 8)), in dis_neon_data_3same()
3799 mkU8((8 << size) - 8))); in dis_neon_data_3same()
3807 mkU8(8 << i)))); in dis_neon_data_3same()
3930 mkU8((8 << size) - 8)), in dis_neon_data_3same()
3931 mkU8((8 << size) - 8))); in dis_neon_data_3same()
3939 mkU8(8 << i)))); in dis_neon_data_3same()
4080 mkU8((8 << size) - 8)), in dis_neon_data_3same()
4081 mkU8((8 << size) - 8))); in dis_neon_data_3same()
4089 mkU8(8 << i)))); in dis_neon_data_3same()
4927 putDRegI64(dreg, unop(cvt, binop(sh, mkexpr(res), mkU8(8 << size))), in dis_neon_data_3diff()
5037 putDRegI64(dreg, unop(cvt, binop(sh, mkexpr(res), mkU8(8 << size))), in dis_neon_data_3diff()
5290 assign(arg_m, unop(dup, binop(get, getDRegI64(mreg), mkU8(index)))); in dis_neon_data_2reg_and_scalar()
5315 assign(arg_m, unop(dup, binop(get, getDRegI64(mreg), mkU8(index)))); in dis_neon_data_2reg_and_scalar()
5394 assign(arg_m, unop(dup, binop(get, getDRegI64(mreg), mkU8(index)))); in dis_neon_data_2reg_and_scalar()
5453 assign(arg_m, unop(dup, binop(get, getDRegI64(mreg), mkU8(index)))); in dis_neon_data_2reg_and_scalar()
5527 assign(arg_m, unop(dup, binop(get, getDRegI64(mreg), mkU8(index)))); in dis_neon_data_2reg_and_scalar()
5552 assign(arg_m, unop(dup, binop(get, getDRegI64(mreg), mkU8(index)))); in dis_neon_data_2reg_and_scalar()
5622 assign(arg_m, unop(dup, binop(get, getDRegI64(mreg), mkU8(index)))); in dis_neon_data_2reg_and_scalar()
5666 assign(arg_m, unop(dup, binop(get, getDRegI64(mreg), mkU8(index)))); in dis_neon_data_2reg_and_scalar()
5732 assign(arg_m, unop(dup, binop(get, getDRegI64(mreg), mkU8(index)))); in dis_neon_data_2reg_and_scalar()
5757 assign(arg_m, unop(dup, binop(get, getDRegI64(mreg), mkU8(index)))); in dis_neon_data_2reg_and_scalar()
5830 assign(arg_m, unop(dup, binop(get, getDRegI64(mreg), mkU8(index)))); in dis_neon_data_2reg_and_scalar()
5855 assign(arg_m, unop(dup, binop(get, getDRegI64(mreg), mkU8(index)))); in dis_neon_data_2reg_and_scalar()
6016 mkU8(shift_imm)), in dis_neon_data_2reg_and_shift()
6020 mkU8(shift_imm - 1)), in dis_neon_data_2reg_and_shift()
6107 assign(res, binop(op, mkexpr(reg_m), mkU8(shift_imm))); in dis_neon_data_2reg_and_shift()
6150 mkU8(shift_imm))); in dis_neon_data_2reg_and_shift()
6158 mkU8(shift_imm)))); in dis_neon_data_2reg_and_shift()
6162 mkU8(shift_imm))); in dis_neon_data_2reg_and_shift()
6170 mkU8(shift_imm)))); in dis_neon_data_2reg_and_shift()
6199 mkU8(shift_imm))); in dis_neon_data_2reg_and_shift()
6207 mkU8(shift_imm)))); in dis_neon_data_2reg_and_shift()
6211 mkU8(shift_imm))); in dis_neon_data_2reg_and_shift()
6219 mkU8(shift_imm)))); in dis_neon_data_2reg_and_shift()
6242 mkU8(shift_imm))); in dis_neon_data_2reg_and_shift()
6346 assign(res, binop(op, mkexpr(reg_m), mkU8(shift_imm))); in dis_neon_data_2reg_and_shift()
6347 assign(tmp, binop(op_rev, mkexpr(res), mkU8(shift_imm))); in dis_neon_data_2reg_and_shift()
6389 mkU8(shift_imm)))); in dis_neon_data_2reg_and_shift()
6433 mkU8(shift_imm)), in dis_neon_data_2reg_and_shift()
6437 mkU8(shift_imm - 1)), in dis_neon_data_2reg_and_shift()
6528 binop(op, mkexpr(reg_m), mkU8(shift_imm)), in dis_neon_data_2reg_and_shift()
6532 mkU8(shift_imm - 1)), in dis_neon_data_2reg_and_shift()
6536 assign(res, binop(op, mkexpr(reg_m), mkU8(shift_imm))); in dis_neon_data_2reg_and_shift()
6570 assign(res, binop(op, unop(cvt, getDRegI64(mreg)), mkU8(shift_imm))); in dis_neon_data_2reg_and_shift()
6606 mkU8(64 - ((theInstr >> 16) & 0x3f))), condT); in dis_neon_data_2reg_and_shift()
6609 mkU8(64 - ((theInstr >> 16) & 0x3f))), condT); in dis_neon_data_2reg_and_shift()
7455 mkU8(shift_imm))); in dis_neon_data_2reg_misc()
7837 putDRegI64(rD, triop(Iop_SetElem8x8, getDRegI64(rD), mkU8(index), in mk_neon_elem_load_to_one_lane()
7841 putDRegI64(rD, triop(Iop_SetElem16x4, getDRegI64(rD), mkU8(index), in mk_neon_elem_load_to_one_lane()
7845 putDRegI64(rD, triop(Iop_SetElem32x2, getDRegI64(rD), mkU8(index), in mk_neon_elem_load_to_one_lane()
7857 mkU8(index), in mk_neon_elem_load_to_one_lane()
7867 mkU8(index), in mk_neon_elem_load_to_one_lane()
7877 mkU8(index), in mk_neon_elem_load_to_one_lane()
7899 binop(Iop_GetElem8x8, getDRegI64(rD), mkU8(index))); in mk_neon_elem_store_from_one_lane()
7903 binop(Iop_GetElem16x4, getDRegI64(rD), mkU8(index))); in mk_neon_elem_store_from_one_lane()
7907 binop(Iop_GetElem32x2, getDRegI64(rD), mkU8(index))); in mk_neon_elem_store_from_one_lane()
7917 mkU8(index))); in mk_neon_elem_store_from_one_lane()
7922 mkU8(index))); in mk_neon_elem_store_from_one_lane()
7927 mkU8(index))); in mk_neon_elem_store_from_one_lane()
8028 # define SRC_SHIFT(_lane) mkU8(56-8*(desc[2 * (7-(_lane)) + 1])) in math_PERM_8x8x3()
8062 # define SHL64(_tmp, _amt) binop(Iop_Shl64, mkexpr(_tmp), mkU8(_amt)) in math_DEINTERLEAVE_3()
8117 # define SHL64(_tmp, _amt) binop(Iop_Shl64, mkexpr(_tmp), mkU8(_amt)) in math_INTERLEAVE_3()
8182 binop(Iop_Shl64, mkexpr(_tmp), mkU8(_amt)) in math_DEINTERLEAVE_4()
8262 binop(Iop_Shl64, mkexpr(_tmp), mkU8(_amt)) in math_INTERLEAVE_4()
8983 mkU8(bitN ? 0 : 16)), mkU8(16)) ); in decode_V6MEDIA_instruction()
8987 mkU8(bitM ? 0 : 16)), mkU8(16)) ); in decode_V6MEDIA_instruction()
9040 mkU8(bitM ? 0 : 16)), in decode_V6MEDIA_instruction()
9041 mkU8(16))) ); in decode_V6MEDIA_instruction()
9046 mkU8(16) ), in decode_V6MEDIA_instruction()
9049 mkU8(16) ) ); in decode_V6MEDIA_instruction()
9279 binop(Iop_Shl32, mkexpr(irt_regN), mkU8(16)), in decode_V6MEDIA_instruction()
9280 mkU8(16)) ); in decode_V6MEDIA_instruction()
9281 assign( irt_regN_hi, binop(Iop_Sar32, mkexpr(irt_regN), mkU8(16)) ); in decode_V6MEDIA_instruction()
9292 binop(Iop_Shl32, mkexpr(irt_res_hi), mkU8(16))); in decode_V6MEDIA_instruction()
9340 binop(Iop_Shl32, mkexpr(irt_regN), mkU8(16)), in decode_V6MEDIA_instruction()
9341 mkU8(16)) ); in decode_V6MEDIA_instruction()
9342 assign( irt_regN_hi, binop(Iop_Sar32, mkexpr(irt_regN), mkU8(16)) ); in decode_V6MEDIA_instruction()
9351 binop(Iop_Shl32, mkexpr(irt_res_hi), mkU8(16)), in decode_V6MEDIA_instruction()
10208 binop( Iop_Sar32, mkexpr(irt_regN), mkU8(16) ), in decode_V6MEDIA_instruction()
10210 binop(Iop_Shl32, mkexpr(irt_regM), mkU8(16)), in decode_V6MEDIA_instruction()
10211 mkU8(16) ) ) ); in decode_V6MEDIA_instruction()
10217 binop( Iop_Shl32, mkexpr(irt_regN), mkU8(16) ), in decode_V6MEDIA_instruction()
10218 mkU8(16) ), in decode_V6MEDIA_instruction()
10219 binop( Iop_Sar32, mkexpr(irt_regM), mkU8(16) )) ); in decode_V6MEDIA_instruction()
10224 mkU8(16) ), in decode_V6MEDIA_instruction()
10278 binop( Iop_Shl32, mkexpr(irt_regN), mkU8(16) ), in decode_V6MEDIA_instruction()
10279 mkU8(16) ), in decode_V6MEDIA_instruction()
10280 binop( Iop_Sar32, mkexpr(irt_regM), mkU8(16) ) ) ); in decode_V6MEDIA_instruction()
10285 binop( Iop_Sar32, mkexpr(irt_regN), mkU8(16) ), in decode_V6MEDIA_instruction()
10287 binop( Iop_Shl32, mkexpr(irt_regM), mkU8(16) ), in decode_V6MEDIA_instruction()
10288 mkU8(16) ) ) ); in decode_V6MEDIA_instruction()
10293 binop( Iop_Shl32, mkexpr(irt_res_sum), mkU8(16) ), in decode_V6MEDIA_instruction()
10344 binop( Iop_Shl32, mkexpr(irt_regN), mkU8(16) ), in decode_V6MEDIA_instruction()
10345 mkU8(16) ), in decode_V6MEDIA_instruction()
10346 binop( Iop_Sar32, mkexpr(irt_regM), mkU8(16) ) ) ); in decode_V6MEDIA_instruction()
10350 binop( Iop_Sar32, mkexpr(irt_regN), mkU8(16) ), in decode_V6MEDIA_instruction()
10352 binop( Iop_Shl32, mkexpr(irt_regM), mkU8(16) ), in decode_V6MEDIA_instruction()
10353 mkU8(16) ) ) ); in decode_V6MEDIA_instruction()
10357 binop( Iop_Shl32, mkexpr(irt_sum), mkU8(16) ), in decode_V6MEDIA_instruction()
10427 binop(Iop_Shl32, mkexpr(irt_regN), mkU8(16)), in decode_V6MEDIA_instruction()
10428 mkU8(16) ), in decode_V6MEDIA_instruction()
10430 binop(Iop_Shl32, mkexpr(irt_regM), mkU8(16)), in decode_V6MEDIA_instruction()
10431 mkU8(16) ) ) ); in decode_V6MEDIA_instruction()
10433 binop(Iop_Sar32, mkexpr(irt_regN), mkU8(16)), in decode_V6MEDIA_instruction()
10434 binop(Iop_Sar32, mkexpr(irt_regM), mkU8(16))) ); in decode_V6MEDIA_instruction()
10511 binop( Iop_Shl32, mkexpr(irt_regN), mkU8(16) ), in decode_V6MEDIA_instruction()
10512 mkU8(16)), in decode_V6MEDIA_instruction()
10514 binop( Iop_Shl32, mkexpr(irt_regM), mkU8(16) ), in decode_V6MEDIA_instruction()
10515 mkU8(16))) ); in decode_V6MEDIA_instruction()
10518 binop( Iop_Sar32, mkexpr(irt_regN), mkU8(16) ), in decode_V6MEDIA_instruction()
10519 binop( Iop_Sar32, mkexpr(irt_regM), mkU8(16) ) ) ); in decode_V6MEDIA_instruction()
10591 mkU8(bitN ? 0 : 16)), in decode_V6MEDIA_instruction()
10592 mkU8(16)), in decode_V6MEDIA_instruction()
10596 mkU8(bitM ? 0 : 16)), in decode_V6MEDIA_instruction()
10597 mkU8(16))) ); in decode_V6MEDIA_instruction()
10665 mkU8(bitN ? 0 : 16)), in decode_V6MEDIA_instruction()
10666 mkU8(16)), in decode_V6MEDIA_instruction()
10670 mkU8(bitM ? 0 : 16)), in decode_V6MEDIA_instruction()
10671 mkU8(16))) ); in decode_V6MEDIA_instruction()
10735 mkU8(bitM ? 0 : 16)), in decode_V6MEDIA_instruction()
10736 mkU8(16))) ); in decode_V6MEDIA_instruction()
10743 binop(Iop_Shl32, unop(Iop_64HIto32, mkexpr(irt_prod)), mkU8(16)), in decode_V6MEDIA_instruction()
10744 binop(Iop_Shr32, unop(Iop_64to32, mkexpr(irt_prod)), mkU8(16)) in decode_V6MEDIA_instruction()
10822 binop(Iop_Sar32, ire_ge_flag0_or, mkU8(31)), in decode_V6MEDIA_instruction()
10825 binop(Iop_Sar32, ire_ge_flag1_or, mkU8(31)), in decode_V6MEDIA_instruction()
10829 binop(Iop_Sar32, ire_ge_flag2_or, mkU8(31)), in decode_V6MEDIA_instruction()
10832 binop(Iop_Sar32, ire_ge_flag3_or, mkU8(31)), in decode_V6MEDIA_instruction()
11454 binop( Iop_Shr32, mkexpr(irt_regN), mkU8(16) ), in decode_V6MEDIA_instruction()
11456 binop(Iop_Shl32, mkexpr(irt_regM), mkU8(16)), in decode_V6MEDIA_instruction()
11457 mkU8(16) ) ) ); in decode_V6MEDIA_instruction()
11463 binop( Iop_Shl32, mkexpr(irt_regN), mkU8(16) ), in decode_V6MEDIA_instruction()
11464 mkU8(16) ), in decode_V6MEDIA_instruction()
11465 binop( Iop_Shr32, mkexpr(irt_regM), mkU8(16) )) ); in decode_V6MEDIA_instruction()
11470 mkU8(16) ), in decode_V6MEDIA_instruction()
11524 binop( Iop_Shl32, mkexpr(irt_regN), mkU8(16) ), in decode_V6MEDIA_instruction()
11525 mkU8(16) ), in decode_V6MEDIA_instruction()
11526 binop( Iop_Shr32, mkexpr(irt_regM), mkU8(16) ) ) ); in decode_V6MEDIA_instruction()
11531 binop( Iop_Shr32, mkexpr(irt_regN), mkU8(16) ), in decode_V6MEDIA_instruction()
11533 binop( Iop_Shl32, mkexpr(irt_regM), mkU8(16) ), in decode_V6MEDIA_instruction()
11534 mkU8(16) ) ) ); in decode_V6MEDIA_instruction()
11539 binop( Iop_Shl32, mkexpr(irt_res_sum), mkU8(16) ), in decode_V6MEDIA_instruction()
11592 binop( Iop_Shr32, mkexpr(irt_regM), mkU8(16) ) ) ); in decode_V6MEDIA_instruction()
11596 binop( Iop_Shr32, mkexpr(irt_regN), mkU8(16) ), in decode_V6MEDIA_instruction()
11605 binop( Iop_Shl32, mkexpr(irt_diff), mkU8(16) ), in decode_V6MEDIA_instruction()
11670 binop( Iop_Shr32, mkexpr(irt_regM), mkU8(16) ) ) ); in decode_V6MEDIA_instruction()
11674 binop( Iop_Shr32, mkexpr(irt_regN), mkU8(16) ), in decode_V6MEDIA_instruction()
11681 binop( Iop_Shl32, mkexpr(irt_sum), mkU8(16) ), in decode_V6MEDIA_instruction()
11744 binop( Iop_Shl32, mkexpr(irt_regN), mkU8(16) ), in decode_V6MEDIA_instruction()
11745 mkU8(16) ), in decode_V6MEDIA_instruction()
11746 binop( Iop_Sar32, mkexpr(irt_regM), mkU8(16) ) ) ); in decode_V6MEDIA_instruction()
11750 binop( Iop_Sar32, mkexpr(irt_regN), mkU8(16) ), in decode_V6MEDIA_instruction()
11752 binop( Iop_Shl32, mkexpr(irt_regM), mkU8(16) ), in decode_V6MEDIA_instruction()
11753 mkU8(16) ) ) ); in decode_V6MEDIA_instruction()
11757 binop( Iop_Shl32, mkexpr(irt_diff), mkU8(16) ), in decode_V6MEDIA_instruction()
11882 mkU8(16))))), in decode_V6MEDIA_instruction()
11883 mkU8(16))), in decode_V6MEDIA_instruction()
11946 mkexpr(rMt), mkU8(16) in decode_V6MEDIA_instruction()
11958 mkexpr(rNt), mkU8(16) in decode_V6MEDIA_instruction()
11974 mkexpr(irt_diff), mkU8(1) in decode_V6MEDIA_instruction()
11980 mkexpr(irt_sum), mkU8(1) in decode_V6MEDIA_instruction()
11982 mkU8(16) in decode_V6MEDIA_instruction()
12043 mkexpr(rMt), mkU8(16) in decode_V6MEDIA_instruction()
12055 mkexpr(rNt), mkU8(16) in decode_V6MEDIA_instruction()
12071 mkexpr(irt_diff), mkU8(1) in decode_V6MEDIA_instruction()
12077 mkexpr(irt_sum), mkU8(1) in decode_V6MEDIA_instruction()
12079 mkU8(16) in decode_V6MEDIA_instruction()
12140 mkexpr(rMt), mkU8(16) in decode_V6MEDIA_instruction()
12152 mkexpr(rNt), mkU8(16) in decode_V6MEDIA_instruction()
12168 mkexpr(irt_sum), mkU8(1) in decode_V6MEDIA_instruction()
12174 mkexpr(irt_diff), mkU8(1) in decode_V6MEDIA_instruction()
12176 mkU8(16) in decode_V6MEDIA_instruction()
12237 mkexpr(rMt), mkU8(16) in decode_V6MEDIA_instruction()
12249 mkexpr(rNt), mkU8(16) in decode_V6MEDIA_instruction()
12265 mkexpr(irt_sum), mkU8(1) in decode_V6MEDIA_instruction()
12271 mkexpr(irt_diff), mkU8(1) in decode_V6MEDIA_instruction()
12273 mkU8(16) in decode_V6MEDIA_instruction()
12449 binop(Iop_Sar32, mkexpr(irt_rN), mkU8(16)), in decode_V6MEDIA_instruction()
12450 binop(Iop_Sar32, mkexpr(op_2), mkU8(16)) in decode_V6MEDIA_instruction()
12537 binop(Iop_Sar32, mkexpr(irt_rN), mkU8(16)), in decode_V6MEDIA_instruction()
12538 binop(Iop_Sar32, mkexpr(op_2), mkU8(16)) in decode_V6MEDIA_instruction()
13252 mkU8(index), in decode_CP10_CP11_instruction()
13263 mkU8(index), in decode_CP10_CP11_instruction()
13274 mkU8(index), in decode_CP10_CP11_instruction()
13301 mkU8(index))); in decode_CP10_CP11_instruction()
13315 mkU8(index))); in decode_CP10_CP11_instruction()
13326 IRExpr* e = binop(Iop_GetElem32x2, getDRegI64(rN), mkU8(index)); in decode_CP10_CP11_instruction()
13638 binop(Iop_Shl32, mkexpr(nzcv), mkU8(28)))); in decode_CP10_CP11_instruction()
14149 binop(Iop_Shl32, mkexpr(nzcv), mkU8(28)))); in decode_CP10_CP11_instruction()
15718 binop(Iop_Shl32, mkexpr(oldC), mkU8(1)), in disInstr_ARM_WRK()
15815 binop(Iop_Shl32, mkexpr(oldC), mkU8(1)), in disInstr_ARM_WRK()
15864 binop(Iop_Shl32, mkexpr(oldC), mkU8(1)), in disInstr_ARM_WRK()
15917 binop(Iop_Shl32, mkexpr(oldC), mkU8(1)), in disInstr_ARM_WRK()
16286 assign(hi32, binop(Iop_Shr32, mkexpr(rotT), mkU8(16))); in disInstr_ARM_WRK()
16297 mkU8(16)) in disInstr_ARM_WRK()
16335 binop(Iop_Shl32, mkexpr(src), mkU8(lsb)), in disInstr_ARM_WRK()
16377 binop(Iop_Shr32, mkexpr(src), mkU8(lsb)), in disInstr_ARM_WRK()
16380 binop(Iop_Shl32, mkexpr(tmp), mkU8(31-wm1)), in disInstr_ARM_WRK()
16381 mkU8(31-wm1))); in disInstr_ARM_WRK()
16688 binop(Iop_Shl32, mkexpr(irt_rM), mkU8(24)), in disInstr_ARM_WRK()
16689 mkU8(16) in disInstr_ARM_WRK()
16694 binop(Iop_Shr32, mkexpr(irt_rM), mkU8(8)), in disInstr_ARM_WRK()
17761 binop(Iop_Shr32, mkexpr(old_itstate), mkU8(8))); in disInstr_THUMB_WRK()
18056 binop(Iop_Shl32, getIRegT(rM), mkU8(24)), in disInstr_THUMB_WRK()
18057 mkU8(24)), in disInstr_THUMB_WRK()
18080 binop(Iop_Shl32, getIRegT(rM), mkU8(16)), in disInstr_THUMB_WRK()
18081 mkU8(16)), in disInstr_THUMB_WRK()
18170 binop(Iop_Shl32, mkexpr(irt_rM), mkU8(24)), in disInstr_THUMB_WRK()
18171 mkU8(16) in disInstr_THUMB_WRK()
18176 binop(Iop_Shr32, mkexpr(irt_rM), mkU8(8)), in disInstr_THUMB_WRK()
20292 binop(Iop_Shl32, getIRegT(rM), mkU8(imm2)) )); in disInstr_THUMB_WRK()
20718 bH ? binop(Iop_Shl32, getIRegT(rM), mkU8(1)) in disInstr_THUMB_WRK()
20733 binop(Iop_Shl32, mkexpr(delta), mkU8(1)) in disInstr_THUMB_WRK()
20769 binop(Iop_Shr32, mkexpr(src), mkU8(lsb)), in disInstr_THUMB_WRK()
20772 binop(Iop_Shl32, mkexpr(tmp), mkU8(31-wm1)), in disInstr_THUMB_WRK()
20773 mkU8(31-wm1))); in disInstr_THUMB_WRK()
20840 assign(hi32, binop(Iop_Shr32, mkexpr(rotT), mkU8(16))); in disInstr_THUMB_WRK()
20851 mkU8(16)) in disInstr_THUMB_WRK()
21133 binop(Iop_Shl32, mkexpr(src), mkU8(lsb)), in disInstr_THUMB_WRK()
21285 binop(Iop_Shl32, mkexpr(irt_rM), mkU8(24)), in disInstr_THUMB_WRK()
21286 mkU8(16) in disInstr_THUMB_WRK()
21291 binop(Iop_Shr32, mkexpr(irt_rM), mkU8(8)), in disInstr_THUMB_WRK()