HomeSort by relevance Sort by last modified time
    Searched defs:CST (Results 1 - 7 of 7) sorted by null

  /external/clang/test/CodeGen/
2002-12-15-StructParameters.c 14 compile_stack_type CST;
15 foo(&CST);
17 bar(CST, 12);
  /external/webp/src/dsp/
lossless_enc_neon.c 77 #define CST(X) (((int16_t)(m->X << 8)) >> 6)
79 CST(green_to_blue_), CST(green_to_red_),
80 CST(green_to_blue_), CST(green_to_red_),
81 CST(green_to_blue_), CST(green_to_red_),
82 CST(green_to_blue_), CST(green_to_red_)
86 0, CST(red_to_blue_), 0, CST(red_to_blue_)
    [all...]
lossless_neon.c 196 #define CST(X) (((int16_t)(m->X << 8)) >> 6)
198 CST(green_to_blue_), CST(green_to_red_),
199 CST(green_to_blue_), CST(green_to_red_),
200 CST(green_to_blue_), CST(green_to_red_),
201 CST(green_to_blue_), CST(green_to_red_)
205 0, CST(red_to_blue_), 0, CST(red_to_blue_)
    [all...]
lossless_sse2.c 178 #define CST(X) (((int16_t)(m->X << 8)) >> 5) // sign-extend
180 CST(green_to_red_), CST(green_to_blue_),
181 CST(green_to_red_), CST(green_to_blue_),
182 CST(green_to_red_), CST(green_to_blue_),
183 CST(green_to_red_), CST(green_to_blue_));
185 CST(red_to_blue_), 0, CST(red_to_blue_), 0
    [all...]
  /toolchain/binutils/binutils-2.25/bfd/
cpu-ia64-opc.c 466 #define CST IA64_OPND_CLASS_CST
478 { CST, ins_const, ext_const, "NIL", {{ 0, 0}}, 0, "<none>" },
479 { CST, ins_const, ext_const, "ar.csd", {{ 0, 0}}, 0, "ar.csd" },
480 { CST, ins_const, ext_const, "ar.ccv", {{ 0, 0}}, 0, "ar.ccv" },
481 { CST, ins_const, ext_const, "ar.pfs", {{ 0, 0}}, 0, "ar.pfs" },
482 { CST, ins_const, ext_const, "1", {{ 0, 0}}, 0, "1" },
483 { CST, ins_const, ext_const, "8", {{ 0, 0}}, 0, "8" },
484 { CST, ins_const, ext_const, "16", {{ 0, 0}}, 0, "16" },
485 { CST, ins_const, ext_const, "r0", {{ 0, 0}}, 0, "r0" },
486 { CST, ins_const, ext_const, "ip", {{ 0, 0}}, 0, "ip" }
    [all...]
  /external/llvm/lib/Transforms/Scalar/
SCCP.cpp     [all...]
  /external/llvm/lib/Target/PowerPC/
PPCISelLowering.cpp     [all...]

Completed in 811 milliseconds