HomeSort by relevance Sort by last modified time
    Searched defs:CST (Results 1 - 10 of 10) 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/strace/
sysent_shorthand_undefs.h 19 #undef CST
sysent_shorthand_defs.h 22 # define CST 0
46 # define CST COMPAT_SYSCALL_TYPES
  /external/webp/src/dsp/
lossless_enc_neon.c 78 #define CST(X) (((int16_t)(m->X << 8)) >> 6)
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_),
83 CST(green_to_blue_), CST(green_to_red_)
87 0, CST(red_to_blue_), 0, CST(red_to_blue_)
    [all...]
lossless_neon.c 548 #define CST(X) (((int16_t)(m->X << 8)) >> 6)
550 CST(green_to_blue_), CST(green_to_red_),
551 CST(green_to_blue_), CST(green_to_red_),
552 CST(green_to_blue_), CST(green_to_red_),
553 CST(green_to_blue_), CST(green_to_red_)
557 0, CST(red_to_blue_), 0, CST(red_to_blue_)
    [all...]
lossless_sse2.c 455 #define CST(X) (((int16_t)(m->X << 8)) >> 5) // sign-extend
457 CST(green_to_red_), CST(green_to_blue_),
458 CST(green_to_red_), CST(green_to_blue_),
459 CST(green_to_red_), CST(green_to_blue_),
460 CST(green_to_red_), CST(green_to_blue_));
462 CST(red_to_blue_), 0, CST(red_to_blue_), 0
    [all...]
  /toolchain/binutils/binutils-2.27/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/swiftshader/third_party/LLVM/lib/Transforms/Scalar/
SCCP.cpp     [all...]
  /external/swiftshader/third_party/LLVM/lib/Target/PowerPC/
PPCISelLowering.cpp     [all...]
  /external/llvm/lib/Target/PowerPC/
PPCISelLowering.cpp     [all...]

Completed in 369 milliseconds