Searched defs:CVT (Results 1 - 9 of 9) sorted by relevance

/external/libcxx/test/std/utilities/smartptr/unique.ptr/unique.ptr.class/unique.ptr.observers/
H A Dget.pass.cpp25 typedef const VT CVT; typedef
37 typedef std::unique_ptr<CVT> U;
/external/clang/test/Sema/
H A Dderef.c37 typedef const void CVT; typedef
38 extern CVT cv3;
/external/llvm/lib/Target/X86/
H A DX86SelectionDAGInfo.cpp167 EVT CVT = Count.getValueType(); local
168 SDValue Left = DAG.getNode(ISD::AND, dl, CVT, Count,
170 CVT));
171 Chain = DAG.getCopyToReg(Chain, dl, (CVT == MVT::i64) ? X86::RCX : X86::ECX,
H A DX86ISelLowering.cpp5843 EVT CVT = Ld.getValueType(); local
5844 assert(!CVT.isVector() && "Must not broadcast a vector type");
5865 CVT, dl, DAG.getEntryNode(), CP,
27771 EVT CVT = N1.getValueType(); local
[all...]
/external/swiftshader/third_party/LLVM/lib/Target/X86/
H A DX86SelectionDAGInfo.cpp146 EVT CVT = Count.getValueType(); local
147 SDValue Left = DAG.getNode(ISD::AND, dl, CVT, Count,
148 DAG.getConstant((AVT == MVT::i64) ? 7 : 3, CVT));
149 Chain = DAG.getCopyToReg(Chain, dl, (CVT == MVT::i64) ? X86::RCX :
/external/pdfium/core/fxcodec/codec/
H A Dccodec_tiffmodule.cpp332 #define CVT(x) ((uint16_t)((x) >> 8)) macro
333 red_orig[i] = CVT(red_orig[i]);
334 green_orig[i] = CVT(green_orig[i]);
335 blue_orig[i] = CVT(blue_orig[i]);
336 #undef CVT macro
/external/pdfium/third_party/libtiff/
H A Dtif_getimage.c2524 #define CVT(x) ((uint16)((x)>>8)) macro
2525 r[i] = CVT(r[i]);
2526 g[i] = CVT(g[i]);
2527 b[i] = CVT(b[i]);
2528 #undef CVT macro
/external/valgrind/VEX/priv/
H A Dguest_x86_toIR.c9732 # define CVT(_t) binop( Iop_F64toF32, \ macro
9736 putXMMRegLane32F( gregOfRM(modrm), 3, CVT(t3) );
9737 putXMMRegLane32F( gregOfRM(modrm), 2, CVT(t2) );
9738 putXMMRegLane32F( gregOfRM(modrm), 1, CVT(t1) );
9739 putXMMRegLane32F( gregOfRM(modrm), 0, CVT(t0) );
9741 # undef CVT macro
9775 # define CVT(_t) binop( Iop_F64toI32S, \ macro
9781 putXMMRegLane32( gregOfRM(modrm), 1, CVT(t1) );
9782 putXMMRegLane32( gregOfRM(modrm), 0, CVT(t0) );
9784 # undef CVT macro
9871 # define CVT macro
9880 # undef CVT macro
9949 # define CVT macro
9960 # undef CVT macro
10147 # define CVT macro
10156 # undef CVT macro
10187 # define CVT macro
10198 # undef CVT macro
[all...]
H A Dguest_amd64_toIR.c10651 # define CVT(_t) binop( Iop_F64toF32, mkexpr(rmode), mkexpr(_t) ) macro
10654 putXMMRegLane32F( rG, 1, CVT(t1) );
10655 putXMMRegLane32F( rG, 0, CVT(t0) );
10656 # undef CVT macro
10696 # define CVT(_t) \ macro
10702 putXMMRegLane32( rG, 3, CVT(t3) );
10703 putXMMRegLane32( rG, 2, CVT(t2) );
10704 putXMMRegLane32( rG, 1, CVT(t1) );
10705 putXMMRegLane32( rG, 0, CVT(t0) );
10706 # undef CVT macro
10746 # define CVT macro
10760 # undef CVT macro
10805 # define CVT macro
10813 # undef CVT macro
10859 # define CVT macro
10868 # undef CVT macro
10908 # define CVT macro
10916 # undef CVT macro
10958 # define CVT macro
10970 # undef CVT macro
23951 # define CVT macro
23957 # undef CVT macro
30748 # define CVT macro
30754 # undef CVT macro
30799 # define CVT macro
30809 # undef CVT macro
30851 # define CVT macro
30855 # undef CVT macro
30896 # define CVT macro
30902 # undef CVT macro
[all...]

Completed in 374 milliseconds