Searched refs:f80 (Results 1 - 23 of 23) sorted by relevance

/external/valgrind/VEX/useful/
H A Dfp_80_64.c44 static void convert_f80le_to_f64le_HW ( /*IN*/UChar* f80, /*OUT*/UChar* f64 ) argument
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[
244 convert_f80le_to_f64le( UChar* f80, UChar* f64 ) argument
465 do_80_to_64_test( Int test_no, UChar* f80, UChar* f64h, UChar* f64s) argument
551 UChar* f80 = malloc(10); local
[all...]
/external/valgrind/none/tests/amd64/
H A Dnan80and64.c69 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[
[all...]
/external/valgrind/VEX/priv/
H A Dguest_generic_x87.c105 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[
246 convert_f80le_to_f64le( UChar* f80, UChar* f64 ) argument
[all...]
H A Dguest_generic_x87.h60 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/lib/CodeGen/
H A DTargetLoweringBase.cpp465 if (OpVT == MVT::f80)
474 if (OpVT == MVT::f80)
481 if (OpVT == MVT::f80)
509 } else if (OpVT == MVT::f80) {
551 } else if (OpVT == MVT::f80) {
584 if (RetVT == MVT::f80)
595 if (RetVT == MVT::f80)
606 if (RetVT == MVT::f80)
624 if (RetVT == MVT::f80)
635 if (RetVT == MVT::f80)
[all...]
/external/llvm/lib/IR/
H A DValueTypes.cpp133 case MVT::f80: return "f80";
214 case MVT::f80: return Type::getX86_FP80Ty(Context);
288 case Type::X86_FP80TyID: return MVT(MVT::f80);
/external/llvm/include/llvm/CodeGen/
H A DMachineValueType.h52 f80 = 10, // This is a 80 bit floating point value enumerator in enum:llvm::MVT::SimpleValueType
471 case f80 : return 80;
556 return MVT::f80;
H A DSelectionDAG.h1117 case MVT::f80: return APFloat::x87DoubleExtended;
/external/chromium-trace/catapult/third_party/Paste/docs/web/
H A Ddefault-site.css172 background-color: #f80;
/external/valgrind/memcheck/tests/
H A Ddeep-backtrace.c80 int f80(int *p) { return f79(p); } function
81 int f81(int *p) { return f80(p); }
H A Ddeep-backtrace.stderr.exp81 by 0x........: f80 (deep-backtrace.c:80)
585 by 0x........: f80 (deep-backtrace.c:80)
/external/llvm/utils/TableGen/
H A DCodeGenTarget.cpp67 case MVT::f80: return "MVT::f80";
/external/elfutils/tests/
H A Drun-strings-test.sh373 testfile8: 7f80 %s: File format not recognized
/external/llvm/lib/Target/X86/
H A DX86FastISel.cpp332 // Similarly, no f80 support yet.
333 if (VT == MVT::f80)
391 case MVT::f80:
392 // No f80 support yet.
444 case MVT::f80: // No f80 support yet.
3182 // If we prefer to use the value in xmm registers, copy it out as f80 and
3186 CopyVT = MVT::f80;
3195 // Round the f80 to the right size, which also moves it to the appropriate
3196 // xmm register. This is accomplished by storing the f80 valu
[all...]
H A DX86ISelLowering.cpp155 setCondCodeAction(ISD::SETOEQ, MVT::f80, Expand);
158 setCondCodeAction(ISD::SETUNE, MVT::f80, Expand);
168 // f32/f64 are legal, f80 is custom.
191 // f32 and f64 cases are Legal, f80 case is not
209 // are Legal, f80 is custom lowered.
215 // f32 and f64 cases are Legal, f80 case is not
235 // FP_TO_UINT-i32/i64 is legal for f32/f64, but custom for f80.
250 // With AVX512 we can use vcvts[ds]2usi for f32/f64->i32, f80 is custom.
298 setOperationAction(ISD::BR_CC , MVT::f80, Expand);
306 setOperationAction(ISD::SELECT_CC , MVT::f80, Expan
[all...]
H A DX86ISelLowering.h867 return !X86ScalarSSEf64 || VT == MVT::f80;
/external/llvm/lib/CodeGen/SelectionDAG/
H A DLegalizeDAG.cpp2316 case MVT::f80: LC = Call_F80; break;
2411 case MVT::f80: LC = RTLIB::SINCOS_F80; break;
2459 case MVT::f80: LC = RTLIB::SINCOS_F80; break;
3402 if ((SVT == MVT::f64 || SVT == MVT::f80) &&
H A DLegalizeFloatTypes.cpp39 VT == MVT::f80 ? Call_F80 :
H A DSelectionDAG.cpp1266 else if (EltVT==MVT::f80 || EltVT==MVT::f128 || EltVT==MVT::ppcf128 ||
H A DDAGCombiner.cpp9039 // Skip this folding if it results in an fp_round from f80 to f16.
9041 // f80 to f16 always generates an expensive (and as yet, unimplemented)
9044 // fp_round from f80 to either f32 or f64 may become a NOP in platforms like
9046 if (N0.getOperand(0).getValueType() == MVT::f80 && VT == MVT::f16)
11779 case MVT::f80:
/external/llvm/lib/Target/AArch64/
H A DAArch64ISelLowering.cpp140 setOperationAction(ISD::FREM, MVT::f80, Expand);
434 setLoadExtAction(ISD::EXTLOAD, VT, MVT::f80, Expand);
442 setTruncStoreAction(MVT::f128, MVT::f80, Expand);
/external/llvm/bindings/ocaml/llvm/
H A Dllvm.mli443 like [e-p:32:32:32-i1:8:8-i8:8:8-i16:16:16-...-a0:0:64-f80:128:128]. See the
/external/llvm/lib/Target/SystemZ/
H A DSystemZISelLowering.cpp412 // a load-and-extend of a f80 constant (in cases where the constant
413 // would fit in an f80).
415 setLoadExtAction(ISD::EXTLOAD, VT, MVT::f80, Expand);

Completed in 560 milliseconds