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

/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.cpp147 EVT CVT = Count.getValueType(); local
148 SDValue Left = DAG.getNode(ISD::AND, dl, CVT, Count,
149 DAG.getConstant((AVT == MVT::i64) ? 7 : 3, CVT));
150 Chain = DAG.getCopyToReg(Chain, dl, (CVT == MVT::i64) ? X86::RCX :
H A DX86ISelLowering.cpp5834 EVT CVT = Ld.getValueType(); local
5835 assert(!CVT.isVector() && "Must not broadcast a vector type");
5836 unsigned ScalarSize = CVT.getSizeInBits();
5850 Ld = DAG.getLoad(CVT, dl, DAG.getEntryNode(), CP,
/external/valgrind/main/VEX/priv/
H A Dguest_x86_toIR.c9670 # define CVT(_t) binop( Iop_F64toF32, \ macro
9674 putXMMRegLane32F( gregOfRM(modrm), 3, CVT(t3) );
9675 putXMMRegLane32F( gregOfRM(modrm), 2, CVT(t2) );
9676 putXMMRegLane32F( gregOfRM(modrm), 1, CVT(t1) );
9677 putXMMRegLane32F( gregOfRM(modrm), 0, CVT(t0) );
9679 # undef CVT macro
9713 # define CVT(_t) binop( Iop_F64toI32S, \ macro
9719 putXMMRegLane32( gregOfRM(modrm), 1, CVT(t1) );
9720 putXMMRegLane32( gregOfRM(modrm), 0, CVT(t0) );
9722 # undef CVT macro
9809 # define CVT macro
9818 # undef CVT macro
9887 # define CVT macro
9898 # undef CVT macro
10085 # define CVT macro
10094 # undef CVT macro
10125 # define CVT macro
10136 # undef CVT macro
[all...]
H A Dguest_amd64_toIR.c10425 # define CVT(_t) binop( Iop_F64toF32, mkexpr(rmode), mkexpr(_t) ) macro
10428 putXMMRegLane32F( rG, 1, CVT(t1) );
10429 putXMMRegLane32F( rG, 0, CVT(t0) );
10430 # undef CVT macro
10470 # define CVT(_t) \ macro
10476 putXMMRegLane32( rG, 3, CVT(t3) );
10477 putXMMRegLane32( rG, 2, CVT(t2) );
10478 putXMMRegLane32( rG, 1, CVT(t1) );
10479 putXMMRegLane32( rG, 0, CVT(t0) );
10480 # undef CVT macro
10520 # define CVT macro
10534 # undef CVT macro
10579 # define CVT macro
10587 # undef CVT macro
10633 # define CVT macro
10642 # undef CVT macro
10682 # define CVT macro
10690 # undef CVT macro
10732 # define CVT macro
10744 # undef CVT macro
23256 # define CVT macro
23262 # undef CVT macro
29874 # define CVT macro
29880 # undef CVT macro
29925 # define CVT macro
29935 # undef CVT macro
29977 # define CVT macro
29981 # undef CVT macro
30022 # define CVT macro
30028 # undef CVT macro
[all...]

Completed in 1269 milliseconds