Searched refs:Iop_AddF32 (Results 1 – 12 of 12) sorted by relevance
/external/valgrind/VEX/pub/ |
D | libvex_ir.h | 559 Iop_AddF32, Iop_SubF32, Iop_MulF32, Iop_DivF32, enumerator
|
/external/valgrind/VEX/priv/ |
D | guest_arm_toIR.c | 13980 putFReg(fD, triop(Iop_AddF32, rm, in decode_CP10_CP11_instruction() 13987 putFReg(fD, triop(Iop_AddF32, rm, in decode_CP10_CP11_instruction() 13996 putFReg(fD, triop(Iop_AddF32, rm, in decode_CP10_CP11_instruction() 14003 putFReg(fD, triop(Iop_AddF32, rm, in decode_CP10_CP11_instruction() 14025 putFReg(fD, triop(Iop_AddF32, rm, getFReg(fN), getFReg(fM)), in decode_CP10_CP11_instruction() 14042 putFReg(fD, triop(Iop_AddF32, rm, in decode_CP10_CP11_instruction() 14053 putFReg(fD, triop(Iop_AddF32, rm, in decode_CP10_CP11_instruction() 14064 putFReg(fD, triop(Iop_AddF32, rm, in decode_CP10_CP11_instruction() 14074 putFReg(fD, triop(Iop_AddF32, rm, in decode_CP10_CP11_instruction()
|
D | ir_defs.c | 274 case Iop_AddF32: vex_printf("AddF32"); return; in ppIROp() 2762 case Iop_AddF32: case Iop_SubF32: in typeOfPrimop()
|
D | host_mips_isel.c | 3126 case Iop_AddF32: in iselFltExpr_wrk() 3149 case Iop_AddF32: in iselFltExpr_wrk()
|
D | host_s390_isel.c | 2380 case Iop_AddF32: in s390_isel_float_expr_wrk()
|
D | host_arm_isel.c | 5639 case Iop_AddF32: in iselFltExpr_wrk() 5648 case Iop_AddF32: op = ARMvfp_ADD; break; in iselFltExpr_wrk()
|
D | host_arm64_isel.c | 3309 case Iop_AddF32: sglop = ARM64fpb_ADD; break; in iselFltExpr_wrk()
|
D | guest_s390_toIR.c | 8955 assign(result, triop(Iop_AddF32, mkexpr(rounding_mode), mkexpr(op1), in s390_irgen_AEBR() 8991 assign(result, triop(Iop_AddF32, mkexpr(rounding_mode), mkexpr(op1), in s390_irgen_AEB()
|
D | guest_arm64_toIR.c | 530 case Ity_F32: return Iop_AddF32; in mkADDF()
|
D | guest_mips_toIR.c | 12809 putFReg(fd, mkWidenFromF32(tyF, triop(Iop_AddF32, rm, in disInstr_MIPS_WRK()
|
/external/valgrind/memcheck/tests/vbit-test/ |
D | irops.c | 192 …{ DEFOP(Iop_AddF32, UNDEF_ALL), .s390x = 1, .amd64 = 0, .x86 = 0, .arm = 1, .ppc64 = 0, .ppc32 …
|
/external/valgrind/memcheck/ |
D | mc_translate.c | 2866 case Iop_AddF32: in expr2vbits_Triop()
|