HomeSort by relevance Sort by last modified time
    Searched refs:Rs (Results 1 - 16 of 16) sorted by null

  /system/core/libpixelflinger/codeflinger/
MIPSAssembler.h 70 virtual uint32_t reg_reg(int Rm, int type, int Rs);
94 int Rd, int Rm, int Rs, int Rn);
96 int Rd, int Rm, int Rs);
98 int RdLo, int RdHi, int Rm, int Rs);
100 int RdLo, int RdHi, int Rm, int Rs);
102 int RdLo, int RdHi, int Rm, int Rs);
104 int RdLo, int RdHi, int Rm, int Rs);
148 int Rd, int Rm, int Rs);
150 int Rd, int Rm, int Rs);
152 int Rd, int Rm, int Rs, int Rn)
    [all...]
ARMAssemblerInterface.h 83 virtual uint32_t reg_reg(int Rm, int type, int Rs) = 0;
128 int Rd, int Rm, int Rs, int Rn) = 0;
130 int Rd, int Rm, int Rs) = 0;
132 int RdLo, int RdHi, int Rm, int Rs) = 0;
134 int RdLo, int RdHi, int Rm, int Rs) = 0;
136 int RdLo, int RdHi, int Rm, int Rs) = 0;
138 int RdLo, int RdHi, int Rm, int Rs) = 0;
204 int Rd, int Rm, int Rs) = 0;
206 int Rd, int Rm, int Rs) = 0;
208 int Rd, int Rm, int Rs, int Rn) = 0
    [all...]
ARMAssemblerProxy.h 61 virtual uint32_t reg_reg(int Rm, int type, int Rs);
83 int Rd, int Rm, int Rs, int Rn);
85 int Rd, int Rm, int Rs);
87 int RdLo, int RdHi, int Rm, int Rs);
89 int RdLo, int RdHi, int Rm, int Rs);
91 int RdLo, int RdHi, int Rm, int Rs);
93 int RdLo, int RdHi, int Rm, int Rs);
136 int Rd, int Rm, int Rs);
138 int Rd, int Rm, int Rs);
140 int Rd, int Rm, int Rs, int Rn)
    [all...]
MIPSAssembler.cpp 248 uint32_t ArmToMipsAssembler::reg_reg(int Rm, int type, int Rs)
614 int Rd, int Rm, int Rs, int Rn) {
618 mMips->MUL(R_at, Rm, Rs);
627 int Rd, int Rm, int Rs) {
629 mMips->MUL(Rd, Rm, Rs);
637 int RdLo, int RdHi, int Rm, int Rs) {
639 mMips->MULT(Rm, Rs);
650 int RdLo, int RdHi, int Rm, int Rs) {
652 "UMUAL(r%u,r%u,r%u,r%u)", RdLo,RdHi,Rm,Rs);
654 // (RdHi<<16) | (RdLo<<12) | (Rs<<8) | 0x90 | Rm
    [all...]
ARMAssemblerProxy.cpp 103 uint32_t ARMAssemblerProxy::reg_reg(int Rm, int type, int Rs)
105 return mTarget->reg_reg(Rm, type, Rs);
166 void ARMAssemblerProxy::MLA(int cc, int s, int Rd, int Rm, int Rs, int Rn) {
167 mTarget->MLA(cc, s, Rd, Rm, Rs, Rn);
169 void ARMAssemblerProxy::MUL(int cc, int s, int Rd, int Rm, int Rs) {
170 mTarget->MUL(cc, s, Rd, Rm, Rs);
173 int RdLo, int RdHi, int Rm, int Rs) {
174 mTarget->UMULL(cc, s, RdLo, RdHi, Rm, Rs);
177 int RdLo, int RdHi, int Rm, int Rs) {
178 mTarget->UMUAL(cc, s, RdLo, RdHi, Rm, Rs);
    [all...]
ARMAssembler.cpp 229 int Rd, int Rm, int Rs, int Rn) {
230 if (Rd == Rm) { int t = Rm; Rm=Rs; Rs=t; }
231 LOG_FATAL_IF(Rd==Rm, "MLA(r%u,r%u,r%u,r%u)", Rd,Rm,Rs,Rn);
233 (Rd<<16) | (Rn<<12) | (Rs<<8) | 0x90 | Rm;
236 int Rd, int Rm, int Rs) {
237 if (Rd == Rm) { int t = Rm; Rm=Rs; Rs=t; }
238 LOG_FATAL_IF(Rd==Rm, "MUL(r%u,r%u,r%u)", Rd,Rm,Rs);
239 *mPC++ = (cc<<28) | (s<<20) | (Rd<<16) | (Rs<<8) | 0x90 | Rm
    [all...]
ARMAssembler.h 73 virtual uint32_t reg_reg(int Rm, int type, int Rs);
95 int Rd, int Rm, int Rs, int Rn);
97 int Rd, int Rm, int Rs);
99 int RdLo, int RdHi, int Rm, int Rs);
101 int RdLo, int RdHi, int Rm, int Rs);
103 int RdLo, int RdHi, int Rm, int Rs);
105 int RdLo, int RdHi, int Rm, int Rs);
150 int Rd, int Rm, int Rs);
152 int Rd, int Rm, int Rs);
154 int Rd, int Rm, int Rs, int Rn)
    [all...]
GGLAssembler.cpp 392 int Rs = scratches.obtain();
394 CONTEXT_LOAD(Rs, state.buffers.color.stride);
396 SMLABB(AL, Rs, Ry, Rs, Rx); // Rs = Rx + Ry*Rs
397 base_offset(parts.cbPtr, parts.cbPtr, Rs);
398 scratches.recycle(Rs);
428 int Rs = dzdx;
430 CONTEXT_LOAD(Rs, state.buffers.depth.stride)
    [all...]
  /development/tools/findunused/
findunusedstrings 32 for i in $(grep -Rs "\(string\|plurals\) name=" res | sed 's/.*string name=\"//' | sed 's/.*plurals name=\"//'|sed 's/".*$//'|sort -u)
  /frameworks/av/media/libstagefright/codecs/m4v_h263/enc/src/
rate_control.h 36 Int Rs; /*bit rate for the sequence (or segment) e.g., 24000 bits/sec */
  /frameworks/av/media/libstagefright/codecs/avc/enc/src/
avcenc_int.h 256 int Rs; /*bit rate for the sequence (or segment) e.g., 24000 bits/sec */
  /external/qemu/
trace.c 895 int Rs = (insn >> 8) & 15;
905 result += 2 + _interlock_use(Rm) + _interlock_use(Rs);
910 int Rs = (insn >> 8) & 15;
920 result += 3 + _interlock_use(Rm) + _interlock_use(Rs);
    [all...]
  /external/llvm/lib/Target/ARM/MCTargetDesc/
ARMMCCodeEmitter.cpp     [all...]
  /external/llvm/lib/Target/ARM/
ARMCodeEmitter.cpp     [all...]
  /external/v8/src/arm/
disasm-arm.cc 236 int rs = instr->RsValue(); local
239 PrintRegister(rs);
332 } else if (format[1] == 's') { // 'rs: Rs register
693 Format(instr, "mul'cond's 'rn, 'rm, 'rs");
696 // of registers as "Rd, Rm, Rs, Rn". But confusingly it uses the
699 Format(instr, "mla'cond's 'rn, 'rm, 'rs, 'rd");
707 // The order of registers is: <RdLo>, <RdHi>, <Rm>, <Rs>
708 Format(instr, "'um'al'cond's 'rd, 'rn, 'rm, 'rs");
    [all...]
  /external/llvm/lib/Target/ARM/Disassembler/
ARMDisassembler.cpp     [all...]

Completed in 1484 milliseconds