/external/valgrind/VEX/priv/ |
D | guest_arm_toIR.c | 10893 IRExpr* resLo in decode_V6MEDIA_instruction() local 10904 = binop( Iop_Or32, resHi, resLo ); in decode_V6MEDIA_instruction() 11863 IRExpr* resLo in decode_V6MEDIA_instruction() local 11887 = binop( Iop_Or32, resHi, resLo ); in decode_V6MEDIA_instruction() 12433 IRTemp resLo = newTemp(Ity_I32); in decode_V6MEDIA_instruction() local 12465 assign( resLo, unop(Iop_64to32, mkexpr(result)) ); in decode_V6MEDIA_instruction() 12468 putIRegT( rDlo, mkexpr(resLo), condT ); in decode_V6MEDIA_instruction() 12471 putIRegA( rDlo, mkexpr(resLo), condT, Ijk_Boring ); in decode_V6MEDIA_instruction() 12521 IRTemp resLo = newTemp(Ity_I32); in decode_V6MEDIA_instruction() local 12553 assign( resLo, unop(Iop_64to32, mkexpr(result)) ); in decode_V6MEDIA_instruction() [all …]
|
D | guest_x86_toIR.c | 2755 IRTemp resLo = newTemp(Ity_I32); in codegen_mulL_A_D() local 2761 assign( resLo, unop(Iop_64to32,mkexpr(res64))); in codegen_mulL_A_D() 2763 putIReg(4, R_EAX, mkexpr(resLo)); in codegen_mulL_A_D() 2769 IRTemp resLo = newTemp(Ity_I16); in codegen_mulL_A_D() local 2775 assign( resLo, unop(Iop_32to16,mkexpr(res32))); in codegen_mulL_A_D() 2777 putIReg(2, R_EAX, mkexpr(resLo)); in codegen_mulL_A_D() 2783 IRTemp resLo = newTemp(Ity_I8); in codegen_mulL_A_D() local 2789 assign( resLo, unop(Iop_16to8,mkexpr(res16))); in codegen_mulL_A_D() 3332 IRTemp resLo = newTemp(ty); in dis_mul_E_G() local 3344 assign( resLo, binop( mkSizedOp(ty, Iop_Mul8), mkexpr(te), mkexpr(tg) ) ); in dis_mul_E_G() [all …]
|
D | guest_amd64_toIR.c | 3926 IRTemp resLo = newTemp(Ity_I64); in codegen_mulL_A_D() local 3932 assign( resLo, unop(Iop_128to64,mkexpr(res128))); in codegen_mulL_A_D() 3934 putIReg64(R_RAX, mkexpr(resLo)); in codegen_mulL_A_D() 3940 IRTemp resLo = newTemp(Ity_I32); in codegen_mulL_A_D() local 3946 assign( resLo, unop(Iop_64to32,mkexpr(res64))); in codegen_mulL_A_D() 3948 putIRegRAX(4, mkexpr(resLo)); in codegen_mulL_A_D() 3954 IRTemp resLo = newTemp(Ity_I16); in codegen_mulL_A_D() local 3960 assign( resLo, unop(Iop_32to16,mkexpr(res32))); in codegen_mulL_A_D() 3962 putIRegRAX(2, mkexpr(resLo)); in codegen_mulL_A_D() 3968 IRTemp resLo = newTemp(Ity_I8); in codegen_mulL_A_D() local [all …]
|
D | host_ppc_isel.c | 3419 HReg resLo = newVRegI(env); in iselInt64Expr_wrk() local 3425 resLo, zero32, argLo )); in iselInt64Expr_wrk() 3429 addInstr(env, PPCInstr_Alu(Palu_OR, resLo, resLo, PPCRH_Reg(argLo))); in iselInt64Expr_wrk() 3432 *rLo = resLo; in iselInt64Expr_wrk()
|
D | host_arm64_isel.c | 3458 HReg resLo = newVRegV(env); in iselV256Expr_wrk() local 3485 addInstr(env, ARM64Instr_VBinV(op, resLo, argL, argR)); in iselV256Expr_wrk() 3496 *rLo = resLo; in iselV256Expr_wrk()
|
D | guest_arm64_toIR.c | 11090 IRTemp resLo = newTempV128(); in dis_AdvSIMD_three_same() local 11103 assign(resLo, binop(opSxR, in dis_AdvSIMD_three_same() 11106 res = math_NARROW_LANES ( resHi, resLo, size ); in dis_AdvSIMD_three_same()
|
D | guest_ppc_toIR.c | 14278 IRTemp resLo = newTemp(Ity_I64); in dis_vxv_misc() local 14303 assign( resLo, in dis_vxv_misc() 14320 putVSReg( XT, binop( Iop_64HLtoV128, mkexpr( resHi ), mkexpr( resLo ) ) ); in dis_vxv_misc()
|