/external/clang/test/Sema/ |
H A D | deref.c | 37 typedef const void CVT; typedef 38 extern CVT cv3;
|
/external/llvm/lib/Target/X86/ |
H A D | X86SelectionDAGInfo.cpp | 168 EVT CVT = Count.getValueType(); local 169 SDValue Left = DAG.getNode(ISD::AND, dl, CVT, Count, 171 CVT)); 172 Chain = DAG.getCopyToReg(Chain, dl, (CVT == MVT::i64) ? X86::RCX : X86::ECX,
|
H A D | X86ISelLowering.cpp | 5600 EVT CVT = Ld.getValueType(); local 5601 assert(!CVT.isVector() && "Must not broadcast a vector type"); 5622 CVT, dl, DAG.getEntryNode(), CP, 25035 EVT CVT = N1.getValueType(); 25054 DAG.getConstant(-SarConst, DL, CVT)); 25057 DAG.getConstant(SarConst, DL, CVT)); [all...] |
/external/pdfium/core/src/fxcodec/codec/ |
H A D | fx_codec_tiff.cpp | 374 #define CVT(x) ((uint16_t)((x) >> 8))
macro 375 red_orig[i] = CVT(red_orig[i]);
376 green_orig[i] = CVT(green_orig[i]);
377 blue_orig[i] = CVT(blue_orig[i]);
378 #undef CVT
macro
|
/external/llvm/utils/TableGen/ |
H A D | DAGISelMatcher.cpp | 441 if (const CheckValueTypeMatcher *CVT = dyn_cast<CheckValueTypeMatcher>(M)) 442 return CVT->getTypeName() != getTypeName();
|
/external/mesa3d/src/gallium/drivers/nv50/codegen/ |
H A D | nv50_ir_from_tgsi.cpp | 469 NV50_IR_OPCODE_CASE(ROUND, CVT); 504 NV50_IR_OPCODE_CASE(I2F, CVT); 522 NV50_IR_OPCODE_CASE(F2I, CVT); 531 NV50_IR_OPCODE_CASE(F2U, CVT); 532 NV50_IR_OPCODE_CASE(U2F, CVT);
|
/external/pdfium/third_party/libtiff/ |
H A D | tif_getimage.c | 2393 #define CVT(x) ((uint16)((x)>>8)) macro 2394 r[i] = CVT(r[i]); 2395 g[i] = CVT(g[i]); 2396 b[i] = CVT(b[i]); 2397 #undef CVT macro
|
/external/valgrind/VEX/priv/ |
H A D | guest_amd64_toIR.c | 10527 # define CVT(_t) binop( Iop_F64toF32, mkexpr(rmode), mkexpr(_t) ) macro 10530 putXMMRegLane32F( rG, 1, CVT(t1) ); 10531 putXMMRegLane32F( rG, 0, CVT(t0) ); 10532 # undef CVT macro 10572 # define CVT(_t) \ macro 10578 putXMMRegLane32( rG, 3, CVT(t3) ); 10579 putXMMRegLane32( rG, 2, CVT(t2) ); 10580 putXMMRegLane32( rG, 1, CVT(t1) ); 10581 putXMMRegLane32( rG, 0, CVT(t0) ); 10582 # undef CVT macro 10622 # define CVT macro 10636 # undef CVT macro 10681 # define CVT macro 10689 # undef CVT macro 10735 # define CVT macro 10744 # undef CVT macro 10784 # define CVT macro 10792 # undef CVT macro 10834 # define CVT macro 10846 # undef CVT macro 23770 # define CVT macro 23776 # undef CVT macro 30475 # define CVT macro 30481 # undef CVT macro 30526 # define CVT macro 30536 # undef CVT macro 30578 # define CVT macro 30582 # undef CVT macro 30623 # define CVT macro 30629 # undef CVT macro [all...] |
H A D | guest_x86_toIR.c | 9679 # define CVT(_t) binop( Iop_F64toF32, \ macro 9683 putXMMRegLane32F( gregOfRM(modrm), 3, CVT(t3) ); 9684 putXMMRegLane32F( gregOfRM(modrm), 2, CVT(t2) ); 9685 putXMMRegLane32F( gregOfRM(modrm), 1, CVT(t1) ); 9686 putXMMRegLane32F( gregOfRM(modrm), 0, CVT(t0) ); 9688 # undef CVT macro 9722 # define CVT(_t) binop( Iop_F64toI32S, \ macro 9728 putXMMRegLane32( gregOfRM(modrm), 1, CVT(t1) ); 9729 putXMMRegLane32( gregOfRM(modrm), 0, CVT(t0) ); 9731 # undef CVT macro 9818 # define CVT macro 9827 # undef CVT macro 9896 # define CVT macro 9907 # undef CVT macro 10094 # define CVT macro 10103 # undef CVT macro 10134 # define CVT macro 10145 # undef CVT macro [all...] |
/external/v8/test/cctest/ |
H A D | test-assembler-mips.cc | 4183 TEST(CVT) {
|
H A D | test-assembler-mips64.cc | 4342 TEST(CVT) {
|