HomeSort by relevance Sort by last modified time
    Searched refs:f80 (Results 1 - 25 of 27) sorted by null

1 2

  /external/valgrind/main/VEX/useful/
fp_80_64.c 44 static void convert_f80le_to_f64le_HW ( /*IN*/UChar* f80, /*OUT*/UChar* f64 )
48 : "r" (&f80[0]), "r" (&f64[0])
52 static void convert_f64le_to_f80le_HW ( /*IN*/UChar* f64, /*OUT*/UChar* f80 )
56 : "r" (&f64[0]), "r" (&f80[0])
103 static void convert_f64le_to_f80le ( /*IN*/UChar* f64, /*OUT*/UChar* f80 )
130 f80[9] = toUChar( sign << 7 );
131 f80[8] = f80[7] = f80[6] = f80[5] = f80[4
551 UChar* f80 = malloc(10); local
    [all...]
  /external/valgrind/main/none/tests/amd64/
nan80and64.c 69 static void rev80 ( UChar* f80 )
71 SWAPC( f80[0], f80[9] );
72 SWAPC( f80[1], f80[8] );
73 SWAPC( f80[2], f80[7] );
74 SWAPC( f80[3], f80[6] );
75 SWAPC( f80[4], f80[5] )
    [all...]
  /external/valgrind/main/VEX/priv/
guest_generic_x87.c 105 void convert_f64le_to_f80le ( /*IN*/UChar* f64, /*OUT*/UChar* f80 )
132 f80[9] = toUChar( sign << 7 );
133 f80[8] = f80[7] = f80[6] = f80[5] = f80[4]
134 = f80[3] = f80[2] = f80[1] = f80[0] = 0
    [all...]
guest_generic_x87.h 60 void convert_f64le_to_f80le ( /*IN*/UChar* f64, /*OUT*/UChar* f80 );
75 void convert_f80le_to_f64le ( /*IN*/UChar* f80, /*OUT*/UChar* f64 );
  /external/llvm/include/llvm/CodeGen/
MachineValueType.h 51 f80 = 10, // This is a 80 bit floating point value enumerator in enum:llvm::MVT::SimpleValueType
405 case f80 : return 80;
480 return MVT::f80;
SelectionDAG.h     [all...]
  /external/llvm/lib/IR/
ValueTypes.cpp 124 case MVT::f80: return "f80";
195 case MVT::f80: return Type::getX86_FP80Ty(Context);
259 case Type::X86_FP80TyID: return MVT(MVT::f80);
  /external/llvm/lib/CodeGen/
TargetLoweringBase.cpp 440 if (OpVT == MVT::f80)
447 if (OpVT == MVT::f80)
483 } else if (OpVT == MVT::f80) {
533 } else if (OpVT == MVT::f80) {
566 if (RetVT == MVT::f80)
577 if (RetVT == MVT::f80)
588 if (RetVT == MVT::f80)
606 if (RetVT == MVT::f80)
617 if (RetVT == MVT::f80)
628 if (RetVT == MVT::f80)
    [all...]
  /external/valgrind/main/memcheck/tests/
deep-backtrace.c 80 int f80(int *p) { return f79(p); } function
81 int f81(int *p) { return f80(p); }
deep-backtrace.stderr.exp 81 by 0x........: f80 (deep-backtrace.c:80)
585 by 0x........: f80 (deep-backtrace.c:80)
    [all...]
  /external/llvm/lib/Target/X86/
X86ISelLowering.cpp 322 setCondCodeAction(ISD::SETOEQ, MVT::f80, Expand);
325 setCondCodeAction(ISD::SETUNE, MVT::f80, Expand);
354 // f32 and f64 cases are Legal, f80 case is not
366 // are Legal, f80 is custom lowered.
377 // f32 and f64 cases are Legal, f80 case is not
453 setOperationAction(ISD::BR_CC , MVT::f80, Expand);
460 setOperationAction(ISD::SELECT_CC , MVT::f80, Expand);
473 setOperationAction(ISD::FREM , MVT::f80 , Expand);
549 setOperationAction(ISD::SELECT , MVT::f80 , Custom);
555 setOperationAction(ISD::SETCC , MVT::f80 , Custom)
    [all...]
X86ISelLowering.h 743 return !X86ScalarSSEf64 || VT == MVT::f80;
    [all...]
X86FastISel.cpp 349 // Similarly, no f80 support yet.
350 if (VT == MVT::f80)
407 case MVT::f80:
408 // No f80 support yet.
431 case MVT::f80: // No f80 support yet.
    [all...]
  /external/llvm/utils/TableGen/
CodeGenTarget.cpp 66 case MVT::f80: return "MVT::f80";
  /external/openssl/crypto/bn/asm/
ia64.S 667 { .mfi; xma.lu f80=f32,f124,f0 };;
771 { .mfi; getf.sig r16=f80
    [all...]
  /external/llvm/lib/CodeGen/SelectionDAG/
LegalizeDAG.cpp     [all...]
LegalizeFloatTypes.cpp 39 VT == MVT::f80 ? Call_F80 :
    [all...]
SelectionDAG.cpp     [all...]
  /art/test/083-compiler-regressions/src/
Main.java 5479 float f80 = 80; local
    [all...]
  /external/llvm/lib/Target/AArch64/
AArch64ISelLowering.cpp 150 setOperationAction(ISD::FREM, MVT::f80, Expand);
310 setLoadExtAction(ISD::EXTLOAD, MVT::f80, Expand);
315 setTruncStoreAction(MVT::f128, MVT::f80, Expand);
    [all...]
  /build/tools/droiddoc/templates-ds/assets/css/
default.css 1431 color: #F80;
    [all...]
  /build/tools/droiddoc/templates-sac/assets/css/
default.css 1495 color: #F80;
1504 color: #F80;
    [all...]
  /external/llvm/lib/Target/SystemZ/
SystemZISelLowering.cpp 276 // a load-and-extend of a f80 constant (in cases where the constant
277 // would fit in an f80).
278 setLoadExtAction(ISD::EXTLOAD, MVT::f80, Expand);
    [all...]
  /build/tools/droiddoc/templates-sdk-dyn/assets/css/
default.css 1530 color: #F80;
    [all...]
  /external/llvm/bindings/ocaml/llvm/
llvm.mli 426 like [e-p:32:32:32-i1:8:8-i8:8:8-i16:16:16-...-a0:0:64-f80:128:128]. See the
    [all...]

Completed in 395 milliseconds

1 2