HomeSort by relevance Sort by last modified time
    Searched refs:Rt (Results 1 - 25 of 40) sorted by null

1 2

  /system/core/libpixelflinger/codeflinger/
MIPSAssembler.h 272 void ADDU(int Rd, int Rs, int Rt);
273 void ADDIU(int Rt, int Rs, int16_t imm);
274 void SUBU(int Rd, int Rs, int Rt);
275 void SUBIU(int Rt, int Rs, int16_t imm);
277 void MUL(int Rd, int Rs, int Rt);
278 void MULT(int Rs, int Rt); // dest is hi,lo
279 void MULTU(int Rs, int Rt); // dest is hi,lo
280 void MADD(int Rs, int Rt); // hi,lo = hi,lo + Rs * Rt
281 void MADDU(int Rs, int Rt); // hi,lo = hi,lo + Rs * R
    [all...]
MIPSAssembler.cpp     [all...]
Arm64Assembler.cpp 1003 uint32_t size, uint32_t Rt,
1009 dataTransferOpName[op], Rt, Rn, Rm);
1010 return(dataTransferOpCode[op] | (Rm << 16) | (Rn << 5) | Rt);
1015 dataTransferOpName[op], Rt, Rn, Rm);
1016 return(dataTransferOpCode[op] | (0x1<<30) | (Rm<<16) | (Rn<<5)|Rt);
1020 uint32_t ArmToArm64Assembler::A64_STR_IMM_PreIndex(uint32_t Rt,
1024 LOG_INSTR("STR W%d, [SP, #%d]!\n", Rt, simm);
1026 LOG_INSTR("STR W%d, [X%d, #%d]!\n", Rt, Rn, simm);
1029 return (0xB8 << 24) | (imm9 << 12) | (0x3 << 10) | (Rn << 5) | Rt;
1032 uint32_t ArmToArm64Assembler::A64_LDR_IMM_PostIndex(uint32_t Rt,
    [all...]
Arm64Assembler.h 198 uint32_t size, uint32_t Rt,
201 uint32_t A64_STR_IMM_PreIndex(uint32_t Rt, uint32_t Rn, int32_t simm);
202 uint32_t A64_LDR_IMM_PostIndex(uint32_t Rt,uint32_t Rn, int32_t simm);
  /external/eigen/Eigen/src/Geometry/
Umeyama.h 135 TransformationMatrixType Rt = TransformationMatrixType::Identity(m+1,m+1);
146 Rt.block(0,0,m,m).noalias() = svd.matrixU()*svd.matrixV().transpose();
149 Rt.block(0,0,m,m).noalias() = svd.matrixU() * S.asDiagonal() * svd.matrixV().transpose();
153 Rt.block(0,0,m,m).noalias() = svd.matrixU() * S.asDiagonal() * svd.matrixV().transpose();
162 Rt.col(m).head(m) = dst_mean;
163 Rt.col(m).head(m).noalias() -= c*Rt.topLeftCorner(m,m)*src_mean;
164 Rt.block(0,0,m,m) *= c;
168 Rt.col(m).head(m) = dst_mean;
169 Rt.col(m).head(m).noalias() -= Rt.topLeftCorner(m,m)*src_mean
    [all...]
  /frameworks/rs/java/tests/ImageProcessing/src/com/android/rs/image/
vibrance.rs 35 float Rt = Rf * MS;
43 float Rc = R * (Rt + S) + G * Gt + B * Bt;
44 float Gc = R * Rt + G * (Gt + S) + B * Bt;
45 float Bc = R * Rt + G * Gt + B * (Bt + S);
  /frameworks/rs/java/tests/ImageProcessing2/src/com/android/rs/image/
vibrance.rs 35 float Rt = Rf * MS;
43 float Rc = R * (Rt + S) + G * Gt + B * Bt;
44 float Gc = R * Rt + G * (Gt + S) + B * Bt;
45 float Bc = R * Rt + G * Gt + B * (Bt + S);
  /frameworks/rs/java/tests/ImageProcessing_jb/src/com/android/rs/image/
vibrance.rs 35 float Rt = Rf * MS;
43 float Rc = R * (Rt + S) + G * Gt + B * Bt;
44 float Gc = R * Rt + G * (Gt + S) + B * Bt;
45 float Bc = R * Rt + G * Gt + B * (Bt + S);
  /frameworks/rs/java/tests/ScriptGroupTest/src/com/android/rs/sgtest/
vibrance_f.rs 35 float Rt = Rf * MS;
43 float Rc = R * (Rt + S) + G * Gt + B * Bt;
44 float Gc = R * Rt + G * (Gt + S) + B * Bt;
45 float Bc = R * Rt + G * Gt + B * (Bt + S);
  /packages/apps/Gallery2/jni/filters/
saturated.c 30 float Rt = Rf * MS;
44 float Rc = R * (Rt + S) + G * Gt + B * Bt;
45 float Gc = R * Rt + G * (Gt + S) + B * Bt;
46 float Bc = R * Rt + G * Gt + B * (Bt + S);
vibrance.c 32 float Rt = Rf * MS;
45 Rt = Rf * MS;
53 float Rc = R * (Rt + S) + G * Gt + B * Bt;
54 float Gc = R * Rt + G * (Gt + S) + B * Bt;
55 float Bc = R * Rt + G * Gt + B * (Bt + S);
  /packages/apps/Gallery2/src/com/android/gallery3d/filtershow/filters/
saturation.rs 70 float Rt = Rf * MS;
76 rsMatrixSet(&colorMatrix_max, 0, 0, b * (Rt + S));
79 rsMatrixSet(&colorMatrix_max, 0, 1, b * Rt);
82 rsMatrixSet(&colorMatrix_max, 0, 2, b * Rt);
88 Rt = Rf * MS;
93 rsMatrixSet(&colorMatrix_min, 0, 0, b * (Rt + S));
96 rsMatrixSet(&colorMatrix_min, 0, 1, b * Rt);
99 rsMatrixSet(&colorMatrix_min, 0, 2, b * Rt);
vignette.rs 46 float Rt = Rf * MS;
54 rsMatrixSet(&colorMatrix, 0, 0, b * (Rt + S));
57 rsMatrixSet(&colorMatrix, 0, 1, b * Rt);
60 rsMatrixSet(&colorMatrix, 0, 2, b * Rt);
grad.rs 72 float Rt = Rf * MS;
80 rsMatrixSet(&grads[i].colorMatrix, 0, 0, b * (Rt + S));
83 rsMatrixSet(&grads[i].colorMatrix, 0, 1, b * Rt);
86 rsMatrixSet(&grads[i].colorMatrix, 0, 2, b * Rt);
  /art/disassembler/
disassembler_arm.cc 542 ArmRegister Rt(instr, 12);
555 args << Rt << "," << Rd << ", [" << Rn;
570 args << Rd << ", " << Rt << ", [" << Rn << ", #" << (imm8 << 2) << "]";
571 if (Rd.r == 13 || Rd.r == 15 || Rt.r == 13 || Rt.r == 15 || Rn.r == 15 ||
572 Rd.r == Rn.r || Rd.r == Rt.r) {
583 args << Rd << ", " << Rt << ", [" << Rn << "]";
584 if (Rd.r == 13 || Rd.r == 15 || Rt.r == 13 || Rt.r == 15 || Rn.r == 15 ||
585 Rd.r == Rn.r || Rd.r == Rt.r || (instr & 0xf00) != 0xf00)
    [all...]
  /external/llvm/test/MC/ARM/
thumb2-ldrb-ldrh.s 4 @ Thumb2 LDRS?[BH] are not valid when Rt == PC (these encodings are used for
  /external/llvm/lib/Target/Mips/Disassembler/
MipsDisassembler.cpp 514 // BOVC if rs >= rt
515 // BEQZALC if rs == 0 && rt != 0
516 // BEQC if rs < rt && rs != 0
519 InsnType Rt = fieldFromInstruction(insn, 16, 5);
523 if (Rs >= Rt) {
526 } else if (Rs != 0 && Rs < Rt) {
537 Rt)));
553 // BNVC if rs >= rt
554 // BNEZALC if rs == 0 && rt != 0
555 // BNEC if rs < rt && rs !=
    [all...]
  /external/llvm/lib/Target/AArch64/Disassembler/
AArch64Disassembler.cpp     [all...]
  /external/llvm/lib/Target/ARM/Disassembler/
ARMDisassembler.cpp     [all...]
  /external/llvm/test/MC/AArch64/
arm64-diags.s 155 ; Load pair instructions where Rt==Rt2 and writeback load/store instructions
156 ; where Rt==Rn or Rt2==Rn are unpredicatable.
194 ; CHECK-ERRORS: error: unpredictable LDP instruction, Rt2==Rt
197 ; CHECK-ERRORS: error: unpredictable LDP instruction, Rt2==Rt
200 ; CHECK-ERRORS: error: unpredictable LDP instruction, Rt2==Rt
203 ; CHECK-ERRORS: error: unpredictable LDP instruction, Rt2==Rt
206 ; CHECK-ERRORS: error: unpredictable LDP instruction, Rt2==Rt
209 ; CHECK-ERRORS: error: unpredictable LDP instruction, Rt2==Rt
212 ; CHECK-ERRORS: error: unpredictable LDP instruction, Rt2==Rt
215 ; CHECK-ERRORS: error: unpredictable LDP instruction, Rt2==Rt
    [all...]
  /external/vixl/src/vixl/a64/
assembler-a64.cc 670 void Assembler::cbz(const Register& rt,
672 Emit(SF(rt) | CBZ | ImmCmpBranch(imm19) | Rt(rt));
676 void Assembler::cbz(const Register& rt,
678 cbz(rt, LinkAndGetInstructionOffsetTo(label));
682 void Assembler::cbnz(const Register& rt,
684 Emit(SF(rt) | CBNZ | ImmCmpBranch(imm19) | Rt(rt));
    [all...]
  /cts/tests/tests/hardware/src/android/hardware/cts/
SensorManagerStaticTest.java 271 float [] Rt;
275 Rt = mat9T(mat9VRot(rotv)); // from world frame to phone frame
276 //Rt = mat9I();
283 float [] gmb = mat9Mul(Rt, gm); // do not care about right most column
290 float [] n = mat9Mul(Rr, Rt);
294 i, mat9ToStr(mat9T(Rt)), mat9ToStr(Rr)),
  /external/v8/src/arm64/
assembler-arm64.cc 463 Assembler::Rt(xzr));
499 instr->preceding()->Rt() == xzr.code());
894 bool result = instr->IsLdrLiteralX() && (instr->Rt() == xzr.code());
1011 void Assembler::cbz(const Register& rt,
1014 Emit(SF(rt) | CBZ | ImmCmpBranch(imm19) | Rt(rt));
1018 void Assembler::cbz(const Register& rt,
1021 cbz(rt, LinkAndGetInstructionOffsetTo(label));
1025 void Assembler::cbnz(const Register& rt,
    [all...]
  /external/llvm/lib/Target/ARM/
ARMBaseInstrInfo.cpp     [all...]
  /external/lldb/source/Plugins/Instruction/ARM/
EmulateInstructionARM.cpp 367 uint32_t Rt; // the source register
386 Rt = Bits32(opcode, 15, 12);
388 if (BadReg(Rt))
390 registers = (1u << Rt);
399 Rt = Bits32(opcode, 15, 12);
401 if (Rt == dwarf_sp)
403 registers = (1u << Rt);
490 uint32_t Rt; // the destination register
512 Rt = Bits32(opcode, 15, 12);
514 if (Rt == 13
    [all...]

Completed in 5424 milliseconds

1 2