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

  /toolchain/binutils/binutils-2.25/include/opcode/
sparc.h 179 2 rs2 register.
222 O Single register that is both rs2 and rd.
265 #define RS2(x) ((x) & 0x1f) /* Rs2 field. */
279 #define RS2_G0 RS2 (~0)
  /external/aac/libAACenc/src/
metadata_compressor.cpp 124 RS2 = 8
176 INT channelIdx[9]; /*!< Offsets of interleaved channel samples (L, R, C, LFE, Ls, Rs, S, Ls2, Rs2). */
550 drcComp->channelIdx[RS2] = channelMapping.elInfo[1].ChannelIndex[1]; /* rc */
560 drcComp->channelIdx[RS2] = channelMapping.elInfo[2].ChannelIndex[1]; /* rs */
    [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 275 milliseconds