• Home
  • Raw
  • Download

Lines Matching refs:unop

298 static IRExpr* unop ( IROp op, IRExpr* a )  in unop()  function
356 loaded = unop(Iop_8Uto32, loadLE(Ity_I8, addr)); break; in loadGuardedLE()
358 loaded = unop(Iop_8Sto32, loadLE(Ity_I8, addr)); break; in loadGuardedLE()
360 loaded = unop(Iop_16Uto32, loadLE(Ity_I16, addr)); break; in loadGuardedLE()
362 loaded = unop(Iop_16Sto32, loadLE(Ity_I16, addr)); break; in loadGuardedLE()
1405 unop(Iop_Not1, unop(Iop_32to1, mkexpr(guardT))), in mk_skip_over_A32_if_cond_is_false()
1422 unop(Iop_Not1, unop(Iop_32to1, mkexpr(guardT))), in mk_skip_over_T16_if_cond_is_false()
1440 unop(Iop_Not1, unop(Iop_32to1, mkexpr(guardT))), in mk_skip_over_T32_if_cond_is_false()
1516 unop(Iop_1Uto32, in synthesise_APSR()
1524 = unop(Iop_1Uto32, binop(Iop_CmpNE32, get_GEFLAG32(0), mkU32(0))); in synthesise_APSR()
1526 = unop(Iop_1Uto32, binop(Iop_CmpNE32, get_GEFLAG32(1), mkU32(0))); in synthesise_APSR()
1528 = unop(Iop_1Uto32, binop(Iop_CmpNE32, get_GEFLAG32(2), mkU32(0))); in synthesise_APSR()
1530 = unop(Iop_1Uto32, binop(Iop_CmpNE32, get_GEFLAG32(3), mkU32(0))); in synthesise_APSR()
1795 unop(Iop_32to8, in compute_result_and_C_after_LSL_by_reg()
1821 unop(Iop_32to8, in compute_result_and_C_after_LSL_by_reg()
1905 unop(Iop_32to8, in compute_result_and_C_after_LSR_by_reg()
1931 unop(Iop_32to8, in compute_result_and_C_after_LSR_by_reg()
2015 unop(Iop_32to8, in compute_result_and_C_after_ASR_by_reg()
2043 unop( in compute_result_and_C_after_ASR_by_reg()
2079 unop(Iop_32to8, in compute_result_and_C_after_ROR_by_reg()
2102 unop(Iop_32to8, mkexpr(amt5T)) in compute_result_and_C_after_ROR_by_reg()
2106 unop(Iop_32to8, in compute_result_and_C_after_ROR_by_reg()
2967 unop(Iop_Not64, mkexpr(old_mask))), in dis_neon_vtb()
3027 assign(res, unop(op, binop(op2, mkexpr(arg_m), mkU8(index)))); in dis_neon_vdup()
3335 unop(Iop_NotV128, mkexpr(arg_m)))); in dis_neon_data_3same()
3338 unop(Iop_Not64, mkexpr(arg_m)))); in dis_neon_data_3same()
3369 unop(Iop_NotV128, mkexpr(arg_m)))); in dis_neon_data_3same()
3372 unop(Iop_Not64, mkexpr(arg_m)))); in dis_neon_data_3same()
3404 unop(Iop_NotV128, in dis_neon_data_3same()
3415 unop(Iop_Not64, mkexpr(reg_d))))); in dis_neon_data_3same()
3432 unop(Iop_NotV128, mkexpr(arg_m))))); in dis_neon_data_3same()
3442 unop(Iop_Not64, mkexpr(arg_m))))); in dis_neon_data_3same()
3459 unop(Iop_NotV128, mkexpr(arg_m))))); in dis_neon_data_3same()
3469 unop(Iop_Not64, mkexpr(arg_m))))); in dis_neon_data_3same()
3548 unop(notOp, mkexpr(arg_n)), in dis_neon_data_3same()
3648 unop(Q ? Iop_NotV128 : Iop_Not64, in dis_neon_data_3same()
3696 unop(Iop_64to8, mkexpr(arg_n)))); in dis_neon_data_3same()
3708 unop(Iop_64to8, mkexpr(tmp)))); in dis_neon_data_3same()
3818 unop(cmp_neq, mkexpr(arg_m))), in dis_neon_data_3same()
3828 unop(Iop_64to8, mkexpr(arg_n)))); in dis_neon_data_3same()
3946 unop(Iop_64to8, in dis_neon_data_3same()
3958 unop(Iop_64to8, mkexpr(arg_n))), in dis_neon_data_3same()
4115 unop(cmp_neq, mkexpr(arg_m))), in dis_neon_data_3same()
4125 unop(Iop_64to8, mkexpr(arg_n)))); in dis_neon_data_3same()
4254 unop(Q ? Iop_NotV128 : Iop_Not64, in dis_neon_data_3same()
4332 unop(Q ? Iop_NotV128 : Iop_Not64, in dis_neon_data_3same()
4381 assign(res, unop(op, binop(Q ? Iop_AndV128 : Iop_And64, in dis_neon_data_3same()
4389 assign(res, unop(Q ? Iop_NotV128 : Iop_Not64, in dis_neon_data_3same()
4390 unop(op, in dis_neon_data_3same()
4628 assign(res, unop(Iop_Abs32Fx4, in dis_neon_data_3same()
4634 assign(res, unop(Iop_Abs32Fx2, in dis_neon_data_3same()
4740 unop(op2, mkexpr(arg_n)), in dis_neon_data_3same()
4741 unop(op2, mkexpr(arg_m)))); in dis_neon_data_3same()
4745 unop(op2, mkexpr(arg_n)), in dis_neon_data_3same()
4746 unop(op2, mkexpr(arg_m)))); in dis_neon_data_3same()
4872 assign(arg_n, unop(cvt, getDRegI64(nreg))); in dis_neon_data_3diff()
4874 assign(arg_m, unop(cvt, getDRegI64(mreg))); in dis_neon_data_3diff()
4927 putDRegI64(dreg, unop(cvt, binop(sh, mkexpr(res), mkU8(8 << size))), in dis_neon_data_3diff()
4971 assign(arg_n, unop(cvt, getDRegI64(nreg))); in dis_neon_data_3diff()
4972 assign(arg_m, unop(cvt, getDRegI64(mreg))); in dis_neon_data_3diff()
4973 assign(cond, unop(cvt2, binop(cmp, getDRegI64(nreg), in dis_neon_data_3diff()
4982 unop(Iop_NotV128, mkexpr(cond)))), in dis_neon_data_3diff()
5037 putDRegI64(dreg, unop(cvt, binop(sh, mkexpr(res), mkU8(8 << size))), in dis_neon_data_3diff()
5078 assign(arg_n, unop(cvt, getDRegI64(nreg))); in dis_neon_data_3diff()
5079 assign(arg_m, unop(cvt, getDRegI64(mreg))); in dis_neon_data_3diff()
5080 assign(cond, unop(cvt2, binop(cmp, getDRegI64(nreg), in dis_neon_data_3diff()
5088 unop(Iop_NotV128, mkexpr(cond))))); 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()
6154 unop(Iop_NotV128, in dis_neon_data_2reg_and_shift()
6166 unop(Iop_Not64, in dis_neon_data_2reg_and_shift()
6203 unop(Iop_NotV128, in dis_neon_data_2reg_and_shift()
6215 unop(Iop_Not64, in dis_neon_data_2reg_and_shift()
6386 assign(res, unop(narOp, in dis_neon_data_2reg_and_shift()
6429 assign(res, unop(narOp, in dis_neon_data_2reg_and_shift()
6538 setFlag_QC(unop(cvt2, unop(cvt, mkexpr(res))), mkexpr(res), in dis_neon_data_2reg_and_shift()
6540 putDRegI64(dreg, unop(cvt, mkexpr(res)), condT); 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()
6664 assign(res, unop(op, mkexpr(arg_m))); in dis_neon_data_2reg_misc()
6685 assign(res, unop(op, mkexpr(arg_m))); in dis_neon_data_2reg_misc()
6704 assign(res, unop(op, mkexpr(arg_m))); in dis_neon_data_2reg_misc()
6733 assign(res, unop(op, mkexpr(arg_m))); in dis_neon_data_2reg_misc()
6751 assign(res, unop(op, mkexpr(arg_m))); in dis_neon_data_2reg_misc()
6766 assign(res, unop(op, mkexpr(arg_m))); in dis_neon_data_2reg_misc()
6773 assign(res, unop(Q ? Iop_Cnt8x16 : Iop_Cnt8x8, mkexpr(arg_m))); in dis_neon_data_2reg_misc()
6780 assign(res, unop(Iop_NotV128, mkexpr(arg_m))); in dis_neon_data_2reg_misc()
6782 assign(res, unop(Iop_Not64, mkexpr(arg_m))); in dis_neon_data_2reg_misc()
6837 assign(res, binop(add_op, unop(op, mkexpr(arg_m)), in dis_neon_data_2reg_misc()
6889 unop(Q ? Iop_NotV128 : Iop_Not64, in dis_neon_data_2reg_misc()
6897 unop(Q ? Iop_NotV128 : Iop_Not64, in dis_neon_data_2reg_misc()
7012 assign(res, unop(Q ? Iop_NotV128 : Iop_Not64, in dis_neon_data_2reg_misc()
7043 assign(res, unop(Q ? Iop_NotV128 : Iop_Not64, in dis_neon_data_2reg_misc()
7044 unop(op, mkexpr(arg_m)))); in dis_neon_data_2reg_misc()
7074 assign(res, unop(Q ? Iop_NotV128 : Iop_Not64, in dis_neon_data_2reg_misc()
7124 assign(res, unop(op, mkexpr(arg_m))); in dis_neon_data_2reg_misc()
7126 assign(res, unop(Q ? Iop_Abs32Fx4 : Iop_Abs32Fx2, in dis_neon_data_2reg_misc()
7144 assign(res, unop(op, mkexpr(arg_m))); in dis_neon_data_2reg_misc()
7374 putDRegI64(dreg, unop(op, getQReg(mreg)), condT); in dis_neon_data_2reg_misc()
7431 assign(res, unop(op, getQReg(mreg))); in dis_neon_data_2reg_misc()
7432 assign(tmp, unop(op2, getQReg(mreg))); in dis_neon_data_2reg_misc()
7454 assign(res, binop(op, unop(cvt, getDRegI64(mreg)), in dis_neon_data_2reg_misc()
7469 putQReg(dreg, unop(Iop_F16toF32x4, getDRegI64(mreg)), in dis_neon_data_2reg_misc()
7476 putDRegI64(dreg, unop(Iop_F32toF16x4, getQReg(mreg)), in dis_neon_data_2reg_misc()
7495 putQReg(dreg, unop(op, getQReg(mreg)), condT); in dis_neon_data_2reg_misc()
7499 putDRegI64(dreg, unop(op, getDRegI64(mreg)), condT); in dis_neon_data_2reg_misc()
7517 putQReg(dreg, unop(op, getQReg(mreg)), condT); in dis_neon_data_2reg_misc()
7520 putDRegI64(dreg, unop(op, getDRegI64(mreg)), condT); in dis_neon_data_2reg_misc()
7554 putQReg(dreg, unop(op, getQReg(mreg)), condT); in dis_neon_data_2reg_misc()
7556 putDRegI64(dreg, unop(op, getDRegI64(mreg)), condT); in dis_neon_data_2reg_misc()
7736 putQReg(dreg, unop(Iop_NotV128, imm_val), condT); in dis_neon_data_1reg_and_imm()
7738 putDRegI64(dreg, unop(Iop_Not64, imm_val), condT); in dis_neon_data_1reg_and_imm()
7761 unop(Iop_NotV128, imm_val)); in dis_neon_data_1reg_and_imm()
7763 expr = binop(Iop_And64, mkexpr(tmp_var), unop(Iop_Not64, imm_val)); in dis_neon_data_1reg_and_imm()
8437 putDRegI64(rD + r, unop(Iop_Dup8x8, in dis_neon_load_or_store()
8442 putDRegI64(rD + r, unop(Iop_Dup16x4, in dis_neon_load_or_store()
8447 putDRegI64(rD + r, unop(Iop_Dup32x2, in dis_neon_load_or_store()
8458 unop(Iop_Dup8x8, in dis_neon_load_or_store()
8466 unop(Iop_Dup16x4, in dis_neon_load_or_store()
8474 unop(Iop_Dup32x2, in dis_neon_load_or_store()
9045 unop(Iop_64HIto32, mkexpr(irt_prod)), in decode_V6MEDIA_instruction()
9048 unop(Iop_64to32, mkexpr(irt_prod)), in decode_V6MEDIA_instruction()
9109 unop(Iop_Not32, mkU32(mask))) ); in decode_V6MEDIA_instruction()
9454 assign(reso, unop(Iop_Not32, in decode_V6MEDIA_instruction()
9504 assign(reso, unop(Iop_Not32, in decode_V6MEDIA_instruction()
9554 assign(reso, unop(Iop_Not32, in decode_V6MEDIA_instruction()
9653 assign(reso, unop(Iop_Not32, in decode_V6MEDIA_instruction()
9703 assign(reso, unop(Iop_Not32, in decode_V6MEDIA_instruction()
9753 assign(reso, unop(Iop_Not32, in decode_V6MEDIA_instruction()
10361 assign(ge10, unop(Iop_Not32, mkexpr(irt_diff))); in decode_V6MEDIA_instruction()
10366 assign(ge32, unop(Iop_Not32, mkexpr(irt_sum))); in decode_V6MEDIA_instruction()
10677 assign( irt_resHi, unop(Iop_64HIto32, mkexpr(irt_res)) ); in decode_V6MEDIA_instruction()
10678 assign( irt_resLo, unop(Iop_64to32, mkexpr(irt_res)) ); 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()
10842 unop(Iop_Not32, ire_ge_flags))); in decode_V6MEDIA_instruction()
11589 unop( Iop_16Uto32, in decode_V6MEDIA_instruction()
11590 unop( Iop_32to16, mkexpr(irt_regN) ) in decode_V6MEDIA_instruction()
11597 unop( Iop_16Uto32, in decode_V6MEDIA_instruction()
11598 unop( Iop_32to16, mkexpr(irt_regM) ) in decode_V6MEDIA_instruction()
11616 assign(ge32, unop(Iop_Not32, mkexpr(irt_diff))); in decode_V6MEDIA_instruction()
11667 unop( Iop_16Uto32, in decode_V6MEDIA_instruction()
11668 unop( Iop_32to16, mkexpr(irt_regN) ) in decode_V6MEDIA_instruction()
11675 unop( Iop_16Uto32, in decode_V6MEDIA_instruction()
11676 unop( Iop_32to16, mkexpr(irt_regM) ) in decode_V6MEDIA_instruction()
11685 assign(ge10, unop(Iop_Not32, mkexpr(irt_diff))); in decode_V6MEDIA_instruction()
11761 assign(ge10, unop(Iop_Not32, mkexpr(irt_sum))); in decode_V6MEDIA_instruction()
11766 assign(ge32, unop(Iop_Not32, mkexpr(irt_diff))); in decode_V6MEDIA_instruction()
11867 unop(Iop_16Uto32, in decode_V6MEDIA_instruction()
11868 unop(Iop_8Sto16, in decode_V6MEDIA_instruction()
11869 unop(Iop_32to8, mkexpr(irt_rot))))), in decode_V6MEDIA_instruction()
11877 unop(Iop_16Uto32, in decode_V6MEDIA_instruction()
11878 unop(Iop_8Sto16, in decode_V6MEDIA_instruction()
11879 unop(Iop_32to8, in decode_V6MEDIA_instruction()
11938 unop(Iop_16Sto32, in decode_V6MEDIA_instruction()
11939 unop(Iop_32to16, in decode_V6MEDIA_instruction()
11943 unop(Iop_16Sto32, in decode_V6MEDIA_instruction()
11944 unop(Iop_32to16, in decode_V6MEDIA_instruction()
11955 unop(Iop_16Sto32, in decode_V6MEDIA_instruction()
11956 unop(Iop_32to16, in decode_V6MEDIA_instruction()
11962 unop(Iop_16Sto32, in decode_V6MEDIA_instruction()
11963 unop(Iop_32to16, mkexpr(rMt) in decode_V6MEDIA_instruction()
11971 unop(Iop_16Uto32, in decode_V6MEDIA_instruction()
11972 unop(Iop_32to16, in decode_V6MEDIA_instruction()
12035 unop(Iop_16Uto32, in decode_V6MEDIA_instruction()
12036 unop(Iop_32to16, in decode_V6MEDIA_instruction()
12040 unop(Iop_16Uto32, in decode_V6MEDIA_instruction()
12041 unop(Iop_32to16, in decode_V6MEDIA_instruction()
12052 unop(Iop_16Uto32, in decode_V6MEDIA_instruction()
12053 unop(Iop_32to16, in decode_V6MEDIA_instruction()
12059 unop(Iop_16Uto32, in decode_V6MEDIA_instruction()
12060 unop(Iop_32to16, mkexpr(rMt) in decode_V6MEDIA_instruction()
12068 unop(Iop_16Uto32, in decode_V6MEDIA_instruction()
12069 unop(Iop_32to16, in decode_V6MEDIA_instruction()
12132 unop(Iop_16Sto32, in decode_V6MEDIA_instruction()
12133 unop(Iop_32to16, in decode_V6MEDIA_instruction()
12137 unop(Iop_16Sto32, in decode_V6MEDIA_instruction()
12138 unop(Iop_32to16, in decode_V6MEDIA_instruction()
12149 unop(Iop_16Sto32, in decode_V6MEDIA_instruction()
12150 unop(Iop_32to16, in decode_V6MEDIA_instruction()
12156 unop(Iop_16Sto32, in decode_V6MEDIA_instruction()
12157 unop(Iop_32to16, mkexpr(rMt) in decode_V6MEDIA_instruction()
12165 unop(Iop_16Uto32, in decode_V6MEDIA_instruction()
12166 unop(Iop_32to16, in decode_V6MEDIA_instruction()
12229 unop(Iop_16Uto32, in decode_V6MEDIA_instruction()
12230 unop(Iop_32to16, in decode_V6MEDIA_instruction()
12234 unop(Iop_16Uto32, in decode_V6MEDIA_instruction()
12235 unop(Iop_32to16, in decode_V6MEDIA_instruction()
12246 unop(Iop_16Uto32, in decode_V6MEDIA_instruction()
12247 unop(Iop_32to16, in decode_V6MEDIA_instruction()
12253 unop(Iop_16Uto32, in decode_V6MEDIA_instruction()
12254 unop(Iop_32to16, mkexpr(rMt) in decode_V6MEDIA_instruction()
12262 unop(Iop_16Uto32, in decode_V6MEDIA_instruction()
12263 unop(Iop_32to16, in decode_V6MEDIA_instruction()
12374 = unop(Iop_64HIto32, in decode_V6MEDIA_instruction()
12440 unop(Iop_16Sto32, in decode_V6MEDIA_instruction()
12441 unop(Iop_32to16, mkexpr(irt_rN)) in decode_V6MEDIA_instruction()
12443 unop(Iop_16Sto32, in decode_V6MEDIA_instruction()
12444 unop(Iop_32to16, mkexpr(op_2)) in decode_V6MEDIA_instruction()
12464 assign( resHi, unop(Iop_64HIto32, mkexpr(result)) ); in decode_V6MEDIA_instruction()
12465 assign( resLo, unop(Iop_64to32, mkexpr(result)) ); in decode_V6MEDIA_instruction()
12528 unop(Iop_16Sto32, in decode_V6MEDIA_instruction()
12529 unop(Iop_32to16, mkexpr(irt_rN)) in decode_V6MEDIA_instruction()
12531 unop(Iop_16Sto32, in decode_V6MEDIA_instruction()
12532 unop(Iop_32to16, mkexpr(op_2)) in decode_V6MEDIA_instruction()
12552 assign( resHi, unop(Iop_64HIto32, mkexpr(result)) ); in decode_V6MEDIA_instruction()
12553 assign( resLo, unop(Iop_64to32, mkexpr(result)) ); in decode_V6MEDIA_instruction()
13157 unop(Iop_ReinterpI64asF64, in decode_CP10_CP11_instruction()
13178 assign(i64, unop(Iop_ReinterpF64asI64, getDReg(dM))); in decode_CP10_CP11_instruction()
13179 IRExpr* hi32 = unop(Iop_64HIto32, mkexpr(i64)); in decode_CP10_CP11_instruction()
13180 IRExpr* lo32 = unop(Iop_64to32, mkexpr(i64)); in decode_CP10_CP11_instruction()
13204 unop(Iop_ReinterpI32asF32, isT ? getIRegT(rN) : getIRegA(rN)), in decode_CP10_CP11_instruction()
13207 unop(Iop_ReinterpI32asF32, isT ? getIRegT(rM) : getIRegA(rM)), in decode_CP10_CP11_instruction()
13224 IRExpr* res0 = unop(Iop_ReinterpF32asI32, getFReg(sD)); in decode_CP10_CP11_instruction()
13225 IRExpr* res1 = unop(Iop_ReinterpF32asI32, getFReg(sD+1)); in decode_CP10_CP11_instruction()
13253 unop(Iop_32to8, in decode_CP10_CP11_instruction()
13264 unop(Iop_32to16, in decode_CP10_CP11_instruction()
13298 IRExpr* e = unop(U ? Iop_8Uto32 : Iop_8Sto32, in decode_CP10_CP11_instruction()
13312 IRExpr* e = unop(U ? Iop_16Uto32 : Iop_16Sto32, in decode_CP10_CP11_instruction()
13350 putFReg(rD, unop(Iop_ReinterpI32asF32, mkU32(imm)), condT); in decode_CP10_CP11_instruction()
13366 putDReg(rD, unop(Iop_ReinterpI64asF64, mkU64(imm)), condT); in decode_CP10_CP11_instruction()
13388 putQReg(rD, unop(Iop_Dup32x4, e), condT); in decode_CP10_CP11_instruction()
13391 putQReg(rD, unop(Iop_Dup16x8, unop(Iop_32to16, e)), in decode_CP10_CP11_instruction()
13395 putQReg(rD, unop(Iop_Dup8x16, unop(Iop_32to8, e)), in decode_CP10_CP11_instruction()
13405 putDRegI64(rD, unop(Iop_Dup32x2, e), condT); in decode_CP10_CP11_instruction()
13408 putDRegI64(rD, unop(Iop_Dup16x4, unop(Iop_32to16, e)), in decode_CP10_CP11_instruction()
13412 putDRegI64(rD, unop(Iop_Dup8x8, unop(Iop_32to8, e)), in decode_CP10_CP11_instruction()
13482 unop(Iop_NegF64, in decode_CP10_CP11_instruction()
13490 unop(Iop_NegF64, getDReg(dD)), in decode_CP10_CP11_instruction()
13498 unop(Iop_NegF64, getDReg(dD)), in decode_CP10_CP11_instruction()
13499 unop(Iop_NegF64, in decode_CP10_CP11_instruction()
13511 putDReg(dD, unop(Iop_NegF64, in decode_CP10_CP11_instruction()
13536 unop(Iop_NegF64, getDReg(dD)), in decode_CP10_CP11_instruction()
13547 unop(Iop_NegF64, getDReg(dD)), in decode_CP10_CP11_instruction()
13549 unop(Iop_NegF64, getDReg(dN)), in decode_CP10_CP11_instruction()
13570 unop(Iop_NegF64, getDReg(dN)), in decode_CP10_CP11_instruction()
13669 putDReg(dD, unop(Iop_AbsF64, getDReg(dM)), condT); in decode_CP10_CP11_instruction()
13675 putDReg(dD, unop(Iop_NegF64, getDReg(dM)), condT); in decode_CP10_CP11_instruction()
13705 putDReg(dD, unop(Iop_I32StoF64, in decode_CP10_CP11_instruction()
13706 unop(Iop_ReinterpF32asI32, getFReg(fM))), in decode_CP10_CP11_instruction()
13711 putDReg(dD, unop(Iop_I32UtoF64, in decode_CP10_CP11_instruction()
13712 unop(Iop_ReinterpF32asI32, getFReg(fM))), in decode_CP10_CP11_instruction()
13734 putFReg(fD, unop(Iop_ReinterpI32asF32, in decode_CP10_CP11_instruction()
13742 putFReg(fD, unop(Iop_ReinterpI32asF32, in decode_CP10_CP11_instruction()
13911 IRExpr* res = unop(Iop_ReinterpF32asI32, getFReg(fN)); in decode_CP10_CP11_instruction()
13918 putFReg(fN, unop(Iop_ReinterpI32asF32, in decode_CP10_CP11_instruction()
13989 unop(Iop_NegF32, in decode_CP10_CP11_instruction()
13997 unop(Iop_NegF32, getFReg(fD)), in decode_CP10_CP11_instruction()
14004 unop(Iop_NegF32, getFReg(fD)), in decode_CP10_CP11_instruction()
14005 unop(Iop_NegF32, in decode_CP10_CP11_instruction()
14018 putFReg(fD, unop(Iop_NegF32, in decode_CP10_CP11_instruction()
14043 unop(Iop_NegF32, getFReg(fD)), in decode_CP10_CP11_instruction()
14054 unop(Iop_NegF32, getFReg(fD)), in decode_CP10_CP11_instruction()
14056 unop(Iop_NegF32, getFReg(fN)), in decode_CP10_CP11_instruction()
14077 unop(Iop_NegF32, getFReg(fN)), in decode_CP10_CP11_instruction()
14120 assign(argL, unop(Iop_F32toF64, getFReg(fD))); in decode_CP10_CP11_instruction()
14122 : unop(Iop_F32toF64, getFReg(fM))); in decode_CP10_CP11_instruction()
14183 putFReg(fD, unop(Iop_AbsF32, getFReg(fM)), condT); in decode_CP10_CP11_instruction()
14189 putFReg(fD, unop(Iop_NegF32, getFReg(fM)), condT); in decode_CP10_CP11_instruction()
14229 unop(Iop_I32StoF64, in decode_CP10_CP11_instruction()
14230 unop(Iop_ReinterpF32asI32, getFReg(fM)))), in decode_CP10_CP11_instruction()
14237 unop(Iop_I32UtoF64, in decode_CP10_CP11_instruction()
14238 unop(Iop_ReinterpF32asI32, getFReg(fM)))), in decode_CP10_CP11_instruction()
14261 putFReg(fD, unop(Iop_ReinterpI32asF32, in decode_CP10_CP11_instruction()
14263 unop(Iop_F32toF64, getFReg(fM)))), in decode_CP10_CP11_instruction()
14270 putFReg(fD, unop(Iop_ReinterpI32asF32, in decode_CP10_CP11_instruction()
14272 unop(Iop_F32toF64, getFReg(fM)))), in decode_CP10_CP11_instruction()
14290 putDReg(dD, unop(Iop_F32toF64, getFReg(fM)), condT); in decode_CP10_CP11_instruction()
14344 assign(scale, unop(Iop_I32UtoF64, mkU32( 1 << (frac_bits-1) ))); in decode_CP10_CP11_instruction()
14354 assign(src32, unop(Iop_ReinterpF32asI32, getFReg(d))); in decode_CP10_CP11_instruction()
14355 IRExpr* as_F64 = unop( unsyned ? Iop_I32UtoF64 : Iop_I32StoF64, in decode_CP10_CP11_instruction()
14373 assign(src32, unop(Iop_64to32, getDRegI64(d))); in decode_CP10_CP11_instruction()
14374 IRExpr* as_F64 = unop( unsyned ? Iop_I32UtoF64 : Iop_I32StoF64, in decode_CP10_CP11_instruction()
14400 putDRegI64(d, unop(unsyned ? Iop_32Uto64 : Iop_32Sto64, in decode_CP10_CP11_instruction()
14414 rm, unop(Iop_F32toF64, mkexpr(srcF32)), in decode_CP10_CP11_instruction()
14422 putFReg(d, unop(Iop_ReinterpI32asF32, mkexpr(asI32)), condT); in decode_CP10_CP11_instruction()
14832 unop(Iop_Not32, mkexpr(shop))) ); in disInstr_ARM_WRK()
14895 assign( res, isMVN ? unop(Iop_Not32, mkexpr(shop)) in disInstr_ARM_WRK()
15195 storeGuardedLE( mkexpr(taT), unop(Iop_32to8, mkexpr(rDt)), condT ); in disInstr_ARM_WRK()
15432 unop(Iop_32to16, getIRegA(rD)), condT ); in disInstr_ARM_WRK()
15601 stmt( IRStmt_Exit( unop(Iop_Not1, in disInstr_ARM_WRK()
15602 unop(Iop_32to1, mkexpr(condT))), in disInstr_ARM_WRK()
15621 stmt( IRStmt_Exit( unop(Iop_32to1, mkexpr(condT)), in disInstr_ARM_WRK()
15632 stmt( IRStmt_Exit( unop(Iop_32to1, mkexpr(condT)), in disInstr_ARM_WRK()
15699 unop(Iop_Clz32, mkexpr(arg)) in disInstr_ARM_WRK()
15869 assign( resHi, unop(Iop_64HIto32, mkexpr(res)) ); in disInstr_ARM_WRK()
15870 assign( resLo, unop(Iop_64to32, mkexpr(res)) ); in disInstr_ARM_WRK()
15922 assign( resHi, unop(Iop_64HIto32, mkexpr(res)) ); in disInstr_ARM_WRK()
15923 assign( resLo, unop(Iop_64to32, mkexpr(res)) ); in disInstr_ARM_WRK()
15972 unop(Iop_32Uto64, mkexpr(argDhi))), in disInstr_ARM_WRK()
15973 unop(Iop_32Uto64, mkexpr(argDlo))) ); in disInstr_ARM_WRK()
15974 assign( resHi, unop(Iop_64HIto32, mkexpr(res)) ); in disInstr_ARM_WRK()
15975 assign( resLo, unop(Iop_64to32, mkexpr(res)) ); in disInstr_ARM_WRK()
16088 unop(Iop_32to8, mkexpr(tNew))) ); in disInstr_ARM_WRK()
16097 stmt( IRStmt_Exit(unop(Iop_Not1, mkexpr(tSC1)), in disInstr_ARM_WRK()
16101 putIRegA(rD, isB ? unop(Iop_8Uto32, mkexpr(tOld)) : mkexpr(tOld), in disInstr_ARM_WRK()
16153 putIRegA(rT+0, unop(Iop_64to32, mkexpr(res)), in disInstr_ARM_WRK()
16155 putIRegA(rT+1, unop(Iop_64HIto32, mkexpr(res)), in disInstr_ARM_WRK()
16161 ? mkexpr(res) : unop(widen, mkexpr(res)), in disInstr_ARM_WRK()
16211 : unop(narrow, getIRegA(rT))); in disInstr_ARM_WRK()
16220 unop(Iop_1Uto32, unop(Iop_Not1, mkexpr(resSC1)))); in disInstr_ARM_WRK()
16282 assign(dstT, unop(Iop_8Uto32, unop(Iop_32to8, mkexpr(rotT)))); in disInstr_ARM_WRK()
16286 assign(dstT, unop(Iop_8Sto32, unop(Iop_32to8, mkexpr(rotT)))); in disInstr_ARM_WRK()
16290 assign(dstT, unop(Iop_16Uto32, unop(Iop_32to16, mkexpr(rotT)))); in disInstr_ARM_WRK()
16294 assign(dstT, unop(Iop_16Sto32, unop(Iop_32to16, mkexpr(rotT)))); in disInstr_ARM_WRK()
16310 unop(Iop_8Sto32, in disInstr_ARM_WRK()
16311 unop(Iop_32to8, mkexpr(lo32))), in disInstr_ARM_WRK()
16314 unop(Iop_8Sto32, in disInstr_ARM_WRK()
16315 unop(Iop_32to8, mkexpr(hi32))), in disInstr_ARM_WRK()
16636 unop(isU ? Iop_8Uto32 : Iop_8Sto32, in disInstr_ARM_WRK()
16637 unop(Iop_32to8, in disInstr_ARM_WRK()
16666 unop(isU ? Iop_16Uto32 : Iop_16Sto32, in disInstr_ARM_WRK()
16667 unop(Iop_32to16, in disInstr_ARM_WRK()
16750 = unop(Iop_64HIto32, in disInstr_ARM_WRK()
16772 = unop(Iop_64HIto32, in disInstr_ARM_WRK()
17076 IRExpr* data = unop(Iop_32to8, getIRegA(rT)); in disInstr_ARM_WRK()
17103 IRExpr* data = unop(Iop_32to8, getIRegA(rT)); in disInstr_ARM_WRK()
17130 IRExpr* data = unop(Iop_32to16, getIRegA(rT)); in disInstr_ARM_WRK()
17155 IRExpr* data = unop(Iop_32to16, getIRegA(rT)); in disInstr_ARM_WRK()
17309 stmt( IRStmt_Exit( unop(Iop_32to1, in disInstr_ARM_WRK()
17420 unop(Iop_32to1, in disInstr_ARM_WRK()
17988 assign(res, unop(Iop_Not32, getIRegT(rM))); in disInstr_THUMB_WRK()
18039 unop(Iop_Not32, getIRegT(rM) ))); in disInstr_THUMB_WRK()
18730 storeGuardedLE( ea, unop(Iop_32to16, getIRegT(rD)), condT ); in disInstr_THUMB_WRK()
18791 storeGuardedLE( ea, unop(Iop_32to8, getIRegT(rD)), condT ); in disInstr_THUMB_WRK()
18945 storeGuardedLE( ea, unop(Iop_32to16, getIRegT(rD)), condT ); in disInstr_THUMB_WRK()
18970 storeGuardedLE( ea, unop(Iop_32to8, getIRegT(rD)), condT ); in disInstr_THUMB_WRK()
19184 stmt( IRStmt_Exit( unop(Iop_32to1, mkexpr(kondT)), in disInstr_THUMB_WRK()
19215 stmt( IRStmt_Exit( unop(Iop_32to1, mkexpr(condT)), in disInstr_THUMB_WRK()
19846 unop(Iop_Not32, mkexpr(argR)))); in disInstr_THUMB_WRK()
19930 assign(res, isMVN ? unop(Iop_Not32, mkexpr(oldRn)) in disInstr_THUMB_WRK()
20197 data = unop(Iop_32to8, mkexpr(oldRt)); in disInstr_THUMB_WRK()
20200 data = unop(Iop_32to16, mkexpr(oldRt)); in disInstr_THUMB_WRK()
20365 data = unop(Iop_32to8, mkexpr(oldRt)); in disInstr_THUMB_WRK()
20368 data = unop(Iop_32to16, mkexpr(oldRt)); in disInstr_THUMB_WRK()
20526 data = unop(Iop_32to8, mkexpr(oldRt)); in disInstr_THUMB_WRK()
20529 data = unop(Iop_32to16, mkexpr(oldRt)); in disInstr_THUMB_WRK()
20708 stmt( IRStmt_Exit( unop(Iop_32to1, mkexpr(kondT)), in disInstr_THUMB_WRK()
20784 assign(delta, unop(Iop_16Uto32, loadLE(Ity_I16, ea))); in disInstr_THUMB_WRK()
20786 assign(delta, unop(Iop_8Uto32, loadLE(Ity_I8, ea))); in disInstr_THUMB_WRK()
20873 assign(dstT, unop(Iop_8Uto32, in disInstr_THUMB_WRK()
20874 unop(Iop_32to8, mkexpr(rotT)))); in disInstr_THUMB_WRK()
20878 assign(dstT, unop(Iop_16Uto32, in disInstr_THUMB_WRK()
20879 unop(Iop_32to16, mkexpr(rotT)))); in disInstr_THUMB_WRK()
20883 assign(dstT, unop(Iop_8Sto32, in disInstr_THUMB_WRK()
20884 unop(Iop_32to8, mkexpr(rotT)))); in disInstr_THUMB_WRK()
20888 assign(dstT, unop(Iop_16Sto32, in disInstr_THUMB_WRK()
20889 unop(Iop_32to16, mkexpr(rotT)))); in disInstr_THUMB_WRK()
20906 unop(Iop_8Sto32, in disInstr_THUMB_WRK()
20907 unop(Iop_32to8, mkexpr(lo32))), in disInstr_THUMB_WRK()
20910 unop(Iop_8Sto32, in disInstr_THUMB_WRK()
20911 unop(Iop_32to8, mkexpr(hi32))), in disInstr_THUMB_WRK()
20991 putIRegT( rDhi, unop(Iop_64HIto32, mkexpr(res)), condT ); in disInstr_THUMB_WRK()
20992 putIRegT( rDlo, unop(Iop_64to32, mkexpr(res)), condT ); in disInstr_THUMB_WRK()
21064 assign( resHi, unop(Iop_64HIto32, mkexpr(res)) ); in disInstr_THUMB_WRK()
21065 assign( resLo, unop(Iop_64to32, mkexpr(res)) ); in disInstr_THUMB_WRK()
21097 unop(Iop_32Uto64, mkexpr(argDhi))), in disInstr_THUMB_WRK()
21098 unop(Iop_32Uto64, mkexpr(argDlo))) ); in disInstr_THUMB_WRK()
21099 assign( resHi, unop(Iop_64HIto32, mkexpr(res)) ); in disInstr_THUMB_WRK()
21100 assign( resLo, unop(Iop_64to32, mkexpr(res)) ); in disInstr_THUMB_WRK()
21119 = unop(Iop_64HIto32, in disInstr_THUMB_WRK()
21141 = unop(Iop_64HIto32, in disInstr_THUMB_WRK()
21233 unop(isU ? Iop_16Uto32 : Iop_16Sto32, in disInstr_THUMB_WRK()
21234 unop(Iop_32to16, in disInstr_THUMB_WRK()
21262 unop(isU ? Iop_8Uto32 : Iop_8Sto32, in disInstr_THUMB_WRK()
21263 unop(Iop_32to8, in disInstr_THUMB_WRK()
21286 unop(Iop_Clz32, mkexpr(arg)) in disInstr_THUMB_WRK()
21428 putIRegT(rT, unop(isH ? Iop_16Uto32 : Iop_8Uto32, mkexpr(res)), in disInstr_THUMB_WRK()
21450 putIRegT(rT, unop(Iop_64to32, mkexpr(res)), IRTemp_INVALID); in disInstr_THUMB_WRK()
21451 putIRegT(rT2, unop(Iop_64HIto32, mkexpr(res)), IRTemp_INVALID); in disInstr_THUMB_WRK()
21479 unop(Iop_1Uto32, unop(Iop_Not1, mkexpr(resSC1)))); in disInstr_THUMB_WRK()
21502 unop(isH ? Iop_32to16 : Iop_32to8, in disInstr_THUMB_WRK()
21508 unop(Iop_1Uto32, unop(Iop_Not1, mkexpr(resSC1)))); in disInstr_THUMB_WRK()
21538 unop(Iop_1Uto32, unop(Iop_Not1, mkexpr(resSC1)))); in disInstr_THUMB_WRK()
21726 IRExpr* data = unop(Iop_32to8, llGetIReg(rT)); in disInstr_THUMB_WRK()
21806 IRExpr* data = unop(Iop_32to16, llGetIReg(rT)); in disInstr_THUMB_WRK()