Searched defs:CVT (Results 1 – 10 of 10) sorted by relevance
/external/clang/test/Sema/ |
D | deref.c | 37 typedef const void CVT; typedef
|
/external/swiftshader/third_party/LLVM/lib/Target/X86/ |
D | X86SelectionDAGInfo.cpp | 146 EVT CVT = Count.getValueType(); in EmitTargetCodeForMemset() local
|
/external/llvm/lib/Target/X86/ |
D | X86SelectionDAGInfo.cpp | 167 EVT CVT = Count.getValueType(); in EmitTargetCodeForMemset() local
|
D | X86ISelLowering.cpp | 5843 EVT CVT = Ld.getValueType(); in LowerVectorBroadcast() local 27771 EVT CVT = N1.getValueType(); in combineShiftRightAlgebraic() local
|
/external/llvm/utils/TableGen/ |
D | DAGISelMatcher.cpp | 387 if (const CheckValueTypeMatcher *CVT = dyn_cast<CheckValueTypeMatcher>(M)) in isContradictoryImpl() local
|
/external/swiftshader/third_party/LLVM/utils/TableGen/ |
D | DAGISelMatcher.cpp | 405 if (const CheckValueTypeMatcher *CVT = dyn_cast<CheckValueTypeMatcher>(M)) in isContradictoryImpl() local
|
/external/pdfium/core/fxcodec/codec/ |
D | ccodec_tiffmodule.cpp | 328 #define CVT(x) ((uint16_t)((x) >> 8)) in SetPalette() macro
|
/external/valgrind/VEX/priv/ |
D | guest_x86_toIR.c | 9732 # define CVT(_t) binop( Iop_F64toF32, \ in disInstr_X86_WRK() macro 9775 # define CVT(_t) binop( Iop_F64toI32S, \ in disInstr_X86_WRK() macro 9871 # define CVT(_t) binop( Iop_F64toF32, \ in disInstr_X86_WRK() macro 9949 # define CVT(_t) \ in disInstr_X86_WRK() macro 10147 # define CVT(_t) binop( Iop_F64toI32S, \ in disInstr_X86_WRK() macro 10187 # define CVT(_t) \ in disInstr_X86_WRK() macro
|
D | guest_amd64_toIR.c | 10651 # define CVT(_t) binop( Iop_F64toF32, mkexpr(rmode), mkexpr(_t) ) in dis_CVTPD2PS_128() macro 10696 # define CVT(_t) \ in dis_CVTxPS2DQ_128() macro 10746 # define CVT(_t) \ in dis_CVTxPS2DQ_256() macro 10805 # define CVT(_t) binop( Iop_F64toI32S, \ in dis_CVTxPD2DQ_128() macro 10859 # define CVT(_t) binop( Iop_F64toI32S, \ in dis_CVTxPD2DQ_256() macro 10908 # define CVT(_t) binop( Iop_F64toF32, \ in dis_CVTDQ2PS_128() macro 10958 # define CVT(_t) binop( Iop_F64toF32, \ in dis_CVTDQ2PS_256() macro 23951 # define CVT(_t) binop( Iop_F64toF32, mkexpr(rmode), \ in dis_CVTPD2PS_256() macro 30748 # define CVT(s) binop(Iop_RoundF32toInt, mkexpr(rm), \ in dis_ESC_0F3A__VEX() macro 30799 # define CVT(s) binop(Iop_RoundF32toInt, mkexpr(rm), \ in dis_ESC_0F3A__VEX() macro [all …]
|
/external/pdfium/third_party/libtiff/ |
D | tif_getimage.c | 2430 #define CVT(x) ((uint16)((x)>>8)) in cvtcmap() macro
|