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

  /toolchain/binutils/binutils-2.27/include/opcode/
sparc.h 188 2 rs2 register.
231 O Single register that is both rs2 and rd.
276 #define RS2(x) ((x) & 0x1f) /* Rs2 field. */
290 #define RS2_G0 RS2 (~0)
  /external/aac/libAACenc/src/
metadata_compressor.cpp 125 enum { L = 0, R = 1, C = 2, LFE = 3, LS = 4, RS = 5, S = 6, LS2 = 7, RS2 = 8 };
177 Ls, Rs, S, Ls2, Rs2). */
547 if (drcComp->channelIdx[RS2] >= 0)
549 (FIXP_PCM)pSamples[drcComp->channelIdx[RS2]]) >>
550 (DOWNMIX_SHIFT - 1); /* Rs2 */
589 if (drcComp->channelIdx[RS2] >= 0)
591 (FIXP_PCM)pSamples[drcComp->channelIdx[RS2]]) >>
592 (DOWNMIX_SHIFT - 1); /* Rs2 */
593 if ((drcComp->channelIdx[RS] >= 0) && (drcComp->channelIdx[RS2] >= 0))
    [all...]
  /external/llvm/lib/Target/Hexagon/
HexagonSplitDouble.cpp 883 unsigned RS2 = getRegState(Op2);
907 .addReg(Op2.getReg(), RS2 & ~RegState::Kill, LoSR);
910 .addReg(Op2.getReg(), RS2, HiSR);
914 .addReg(Op2.getReg(), RS2 & ~RegState::Kill, LoSR)
918 .addReg(Op2.getReg(), RS2 & ~RegState::Kill, LoSR)
927 .addReg(Op2.getReg(), RS2, HiSR)
938 .addReg(Op2.getReg(), RS2, LoSR);
949 .addReg(Op2.getReg(), RS2, LoSR)
    [all...]

Completed in 731 milliseconds