HomeSort by: relevance | last modified time | path
    Searched refs:CS0 (Results 1 - 7 of 7) sorted by relevancy

  /src/external/gpl3/gcc/dist/libgcc/config/libbid/
bid64_sqrt.c 218 UINT64 sign_x, Carry, B10, res, mul_factor, mul_factor2 = 0x0ull, CS0;
331 CS0 = CS2.w[1] >> 1;
332 if (CS.w[0] != ((CS0 << 3) + (CS0 << 1))) {
339 CS.w[0] = CS0;
345 CS0 = CS2.w[1] >> 1;
346 if (CS.w[0] != ((CS0 << 3) + (CS0 << 1))) {
353 CS.w[0] = CS0;
358 CS0 = CS.w[0] * mul_factor
    [all...]
  /src/external/gpl3/gcc.old/dist/libgcc/config/libbid/
bid64_sqrt.c 218 UINT64 sign_x, Carry, B10, res, mul_factor, mul_factor2 = 0x0ull, CS0;
331 CS0 = CS2.w[1] >> 1;
332 if (CS.w[0] != ((CS0 << 3) + (CS0 << 1))) {
339 CS.w[0] = CS0;
345 CS0 = CS2.w[1] >> 1;
346 if (CS.w[0] != ((CS0 << 3) + (CS0 << 1))) {
353 CS.w[0] = CS0;
358 CS0 = CS.w[0] * mul_factor
    [all...]
  /src/external/apache2/llvm/dist/llvm/lib/Target/Hexagon/
HexagonRegisterInfo.cpp 171 Reserved.set(Hexagon::CS0); // C12
HexagonISelLowering.cpp 332 .Case("cs0", Hexagon::CS0)
HexagonInstrInfo.cpp 1013 unsigned CSx = (Mx == Hexagon::M0 ? Hexagon::CS0 : Hexagon::CS1);
  /src/external/apache2/llvm/dist/llvm/lib/Target/Hexagon/Disassembler/
HexagonDisassembler.cpp 664 /* 12 */ CS0, CS1, UPCYCLELO, UPCYCLEHI,
  /src/external/apache2/llvm/dist/llvm/lib/Transforms/IPO/
AttributorAttributes.cpp 3475 ChangeStatus CS0 =
3478 return CS0 | CS1;

Completed in 30 milliseconds