HomeSort by relevance Sort by last modified time
    Searched refs:Ity_F64 (Results 1 - 20 of 20) sorted by null

  /external/valgrind/main/VEX/priv/
ir_defs.c 58 case Ity_F64: vex_printf( "F64"); break;
    [all...]
guest_mips_toIR.c 810 vassert(ty == Ity_F32 || ty == Ity_F64);
811 if (ty == Ity_F64) {
824 vassert(ty == Ity_F32 || ty == Ity_F64);
825 return ty == Ity_F64 ? unop(Iop_F32toF64, src) : src;
878 IRType ty = mode64 ? Ity_F64 : Ity_F32;
887 IRTemp t2 = newTemp(Ity_F64);
906 IRType ty = mode64 ? Ity_F64 : Ity_F32;
914 vassert(typeOfIRExpr(irsb->tyenv, e) == Ity_F64);
915 IRTemp t1 = newTemp(Ity_F64);
    [all...]
guest_ppc_toIR.c 682 *t0 = newTemp(Ity_F64);
683 *t1 = newTemp(Ity_F64);
684 *t2 = newTemp(Ity_F64);
685 *t3 = newTemp(Ity_F64);
    [all...]
guest_s390_toIR.c 895 vassert(typeOfIRExpr(irsb->tyenv, expr) == Ity_F64);
904 return IRExpr_Get(fpr_dw0_offset(archreg), Ity_F64);
    [all...]
guest_x86_toIR.c 587 return IRExpr_Get( xmmGuestRegLane64offset(xmmreg,laneno), Ity_F64 );
614 vassert(typeOfIRExpr(irsb->tyenv,e) == Ity_F64);
    [all...]
host_mips_isel.c     [all...]
host_s390_isel.c     [all...]
guest_amd64_toIR.c     [all...]
host_amd64_isel.c     [all...]
host_x86_isel.c     [all...]
host_ppc_isel.c     [all...]
host_arm_isel.c     [all...]
guest_arm_toIR.c 650 return IRExpr_Get( doubleGuestRegOffset(dregNo), Ity_F64 );
662 vassert(typeOfIRExpr(irsb->tyenv, e) == Ity_F64);
    [all...]
ir_opt.c     [all...]
  /external/valgrind/main/drd/
drd_load_store.c 390 IRTemp tmp = newIRTemp(bb->tyenv, Ity_F64);
394 ty_data_expr = Ity_F64;
404 } else if (ty_data_expr == Ity_F64) {
  /external/valgrind/main/lackey/
lk_main.c 316 case Ity_F64: return 7;
    [all...]
  /external/valgrind/main/VEX/pub/
libvex_ir.h 229 Ity_F64, /* IEEE 754 double */
    [all...]
  /external/valgrind/main/memcheck/
mc_machine.c     [all...]
mc_translate.c 374 case Ity_F64: return Ity_I64;
    [all...]
  /external/valgrind/main/VEX/
test_main.c 657 case Ity_F64: return Ity_I64;
    [all...]

Completed in 76 milliseconds