Searched refs:Iop_AtanF64 (Results 1 – 8 of 8) sorted by relevance
/external/valgrind/VEX/pub/ |
D | libvex_ir.h | 712 Iop_AtanF64, /* FPATAN, arctan(arg1/arg2) */ enumerator
|
/external/valgrind/VEX/priv/ |
D | ir_defs.c | 323 case Iop_AtanF64: vex_printf("AtanF64"); return; in ppIROp() 2897 case Iop_AtanF64: case Iop_Yl2xF64: case Iop_Yl2xp1F64: in typeOfPrimop()
|
D | host_amd64_isel.c | 2913 || triop->op == Iop_AtanF64 in iselDblExpr_wrk() 2945 case Iop_AtanF64: in iselDblExpr_wrk()
|
D | host_x86_isel.c | 3078 case Iop_AtanF64: fpop = Xfp_ATAN; break; in iselDblExpr_wrk()
|
D | guest_x86_toIR.c | 4356 triop(Iop_AtanF64, in dis_FPU()
|
D | guest_amd64_toIR.c | 6002 triop(Iop_AtanF64, in dis_FPU()
|
/external/valgrind/memcheck/tests/vbit-test/ |
D | irops.c | 267 …{ DEFOP(Iop_AtanF64, UNDEF_ALL), .s390x = 0, .amd64 = 1, .x86 = 1, .arm = 0, .ppc64 = 0, .pp…
|
/external/valgrind/memcheck/ |
D | mc_translate.c | 2901 case Iop_AtanF64: in expr2vbits_Triop()
|