Home
last modified time | relevance | path

Searched refs:mkU8 (Results 1 – 12 of 12) sorted by relevance

/external/valgrind/main/VEX/priv/
Dguest_ppc_toIR.c543 static IRExpr* mkU8 ( UChar i ) in mkU8() function
603 assign( ones8x16, unop(Iop_Dup8x16, mkU8(0x1)) ); in expand8Ux16()
606 binop(Iop_ShrV128, vIn, mkU8(8))) ); in expand8Ux16()
621 assign( ones8x16, unop(Iop_Dup8x16, mkU8(0x1)) ); in expand8Sx16()
624 binop(Iop_ShrV128, vIn, mkU8(8))) ); in expand8Sx16()
642 binop(Iop_ShrV128, vIn, mkU8(16))) ); in expand16Ux8()
660 binop(Iop_ShrV128, vIn, mkU8(16))) ); in expand16Sx8()
797 binop( Iop_Sar32, mkexpr(lo32), mkU8(31)))), in mkQNarrow64Sto32()
800 binop(Iop_Shr32, mkexpr(hi32), mkU8(31))), in mkQNarrow64Sto32()
862 binop(Iop_ShrV128, expr_vA, mkU8(8)), \
[all …]
Dguest_arm_toIR.c284 static IRExpr* mkU8 ( UInt i ) in mkU8() function
353 binop(Iop_Shl32, mkexpr(src), mkU8(32 - rot)), in genROR32()
354 binop(Iop_Shr32, mkexpr(src), mkU8(rot))); in genROR32()
948 assign(masked, binop(Iop_Shr32, e, mkU8(lowbits_to_ignore))); in put_GEFLAG32()
1034 binop(Iop_Shr32, IRExpr_Get(OFFB_FPSCR, Ity_I32), mkU8(22))); in mk_get_IR_rounding_mode()
1039 binop(Iop_Shl32, mkexpr(armEncd), mkU8(1)), in mk_get_IR_rounding_mode()
1042 binop(Iop_Shr32, mkexpr(armEncd), mkU8(1)), in mk_get_IR_rounding_mode()
1216 args1 = mkIRExprVec_4 ( binop(Iop_GetElem32x4, resL, mkU8(0)), in mk_armg_calculate_flag_qc()
1217 binop(Iop_GetElem32x4, resL, mkU8(1)), in mk_armg_calculate_flag_qc()
1218 binop(Iop_GetElem32x4, resR, mkU8(0)), in mk_armg_calculate_flag_qc()
[all …]
Dguest_x86_toIR.c666 static IRExpr* mkU8 ( UInt i ) in mkU8() function
690 if (ty == Ity_I8) return mkU8(i); in mkU()
1588 mkU8(scale))))); in disAMode()
1600 binop(Iop_Shl32, getIReg(4,index_r), mkU8(scale)), in disAMode()
1656 getIReg(4,index_r), mkU8(scale))), in disAMode()
1697 getIReg(4,index_r), mkU8(scale))), in disAMode()
2464 assign( shift_amt, binop(Iop_And8, shift_expr, mkU8(31)) ); in dis_Grp2()
2479 mkexpr(shift_amt), mkU8(1)), in dis_Grp2()
2480 mkU8(31))) ); in dis_Grp2()
2502 assign(rot_amt32, binop(Iop_And8, shift_expr, mkU8(31))); in dis_Grp2()
[all …]
Dguest_amd64_toIR.c268 static IRExpr* mkU8 ( ULong i ) in mkU8() function
294 case Ity_I8: return mkU8(i); in mkU()
2414 mkU8(scale))))); in disAMode()
2427 mkU8(scale)), in disAMode()
2490 getIReg64rexX(pfx,index_r), mkU8(scale))), in disAMode()
2537 getIReg64rexX(pfx,index_r), mkU8(scale))), in disAMode()
3383 assign( shift_amt, binop(Iop_And8, shift_expr, mkU8(mask)) ); in dis_Grp2()
3398 mkexpr(shift_amt), mkU8(1)), in dis_Grp2()
3399 mkU8(mask))) ); in dis_Grp2()
3423 assign(rot_amt64, binop(Iop_And8, shift_expr, mkU8(mask))); in dis_Grp2()
[all …]
Dguest_x86_helpers.c783 # define mkU8(_n) IRExpr_Const(IRConst_U8(_n)) in guest_x86_spechelper() macro
965 binop(Iop_Shr32,cc_dep1,mkU8(7)), in guest_x86_spechelper()
976 binop(Iop_Shr32,cc_dep1,mkU8(7)), in guest_x86_spechelper()
1015 binop(Iop_Shr32,cc_dep1,mkU8(31)), in guest_x86_spechelper()
1023 binop(Iop_Shr32,cc_dep1,mkU8(31)), in guest_x86_spechelper()
1041 binop(Iop_Shr32,cc_dep1,mkU8(15)), in guest_x86_spechelper()
1071 binop(Iop_Shr32,cc_dep1,mkU8(7)), in guest_x86_spechelper()
1079 binop(Iop_Shr32,cc_dep1,mkU8(7)), in guest_x86_spechelper()
1102 binop(Iop_Shl32,cc_dep1,mkU8(16)), in guest_x86_spechelper()
1113 binop(Iop_Shl32,cc_dep1,mkU8(16)), in guest_x86_spechelper()
[all …]
Dguest_amd64_helpers.c881 # define mkU8(_n) IRExpr_Const(IRConst_U8(_n)) in guest_amd64_spechelper() macro
1064 binop(Iop_Shl64,cc_dep1,mkU8(48)), in guest_amd64_spechelper()
1065 binop(Iop_Shl64,cc_dep2,mkU8(48)))); in guest_amd64_spechelper()
1106 binop(Iop_Shr64,cc_dep1,mkU8(7)), in guest_amd64_spechelper()
1117 binop(Iop_Shr64,cc_dep1,mkU8(7)), in guest_amd64_spechelper()
1181 binop(Iop_Shr64, cc_dep1, mkU8(31)), in guest_amd64_spechelper()
1188 binop(Iop_Shr64, cc_dep1, mkU8(31)), in guest_amd64_spechelper()
1217 binop(Iop_Shr64,cc_dep1,mkU8(7)), in guest_amd64_spechelper()
1224 binop(Iop_Shr64,cc_dep1,mkU8(7)), in guest_amd64_spechelper()
1236 mkU8(7)), in guest_amd64_spechelper()
[all …]
Dguest_arm_helpers.c561 # define mkU8(_n) IRExpr_Const(IRConst_U8(_n)) in guest_arm_spechelper() macro
683 binop(Iop_Shr32, cc_dep1, mkU8(31)), in guest_arm_spechelper()
690 binop(Iop_Shr32, cc_dep1, mkU8(31)), in guest_arm_spechelper()
830 mkU8(31) in guest_arm_spechelper()
865 # undef mkU8 in guest_arm_spechelper()
Dguest_s390_helpers.c689 #define mkU8(v) IRExpr_Const(IRConst_U8(v)) macro
941 word = binop(Iop_Sar32, binop(Iop_Shl32, word, mkU8(shift)), in guest_s390x_spechelper()
942 mkU8(shift)); in guest_s390x_spechelper()
1243 IRExpr *bit = binop(Iop_Shr64, cc_dep1, mkU8(7)); in guest_s390x_spechelper()
Dguest_s390_toIR.c172 mkU8(UInt value) in mkU8() function
2667 assign(carry_in, binop(Iop_Shr32, s390_call_calculate_cc(), mkU8(1))); in s390_irgen_ALCR()
2687 mkU8(1)))); in s390_irgen_ALCGR()
2706 assign(carry_in, binop(Iop_Shr32, s390_call_calculate_cc(), mkU8(1))); in s390_irgen_ALC()
2726 mkU8(1)))); in s390_irgen_ALCG()
2956 assign(result, binop(Iop_And8, mkexpr(op1), mkU8(op2))); in s390_irgen_NI()
2972 assign(result, binop(Iop_And8, mkexpr(op1), mkU8(op2))); in s390_irgen_NIY()
4085 mkU8(op2))); in s390_irgen_CLI()
4099 mkU8(op2))); in s390_irgen_CLIY()
4488 mkexpr(b0), mkU8(24)), binop(Iop_Shl32, mkexpr(b1), mkU8(16))), in s390_irgen_CLM()
[all …]
/external/valgrind/main/coregrind/
Dm_translate.c881 static IRExpr* mkU8 ( UChar n ) { in mkU8() function
967 mkU8(8 * VG_WORDSIZE - 1) in gen_PUSH()
1046 mkU8(8 * VG_WORDSIZE - 1) in gen_POP()
/external/valgrind/main/memcheck/
Dmc_translate.c415 #define mkU8(_n) IRExpr_Const(IRConst_U8(_n)) macro
983 binop(opSHR, xxhash, mkU8(width-1))), in doCmpORD()
984 mkU8(3) in doCmpORD()
2973 at = assignNew('V', mce, Ity_V128, binop(Iop_ShlN32x4, at, mkU8(16))); in expr2vbits_Binop()
2974 at = assignNew('V', mce, Ity_V128, binop(Iop_SarN32x4, at, mkU8(16))); in expr2vbits_Binop()
2983 at = assignNew('V', mce, Ity_V128, binop(Iop_ShlN16x8, at, mkU8(8))); in expr2vbits_Binop()
2984 at = assignNew('V', mce, Ity_V128, binop(Iop_SarN16x8, at, mkU8(8))); in expr2vbits_Binop()
4537 elemSzB = 1; zero = mkU8(0); in do_shadow_CAS_double()
/external/valgrind/main/VEX/
Dtest_main.c694 #define mkU8(_n) IRExpr_Const(IRConst_U8(_n)) macro
801 binop(Iop_Sub8, mkU8(0), a1) ))); in mkLeft8()
948 tmp1 = assignNew(mce, Ity_I1, binop(Iop_CmpNE8, vbits, mkU8(0))); in mkPCastTo()