HomeSort by relevance Sort by last modified time
    Searched refs:R1 (Results 101 - 125 of 169) sorted by null

1 2 3 45 6 7

  /external/llvm/lib/Target/PowerPC/
PPCRegisterInfo.cpp 166 Reserved.set(PPC::R1);
318 .addReg(PPC::R1);
369 BuildMI(MBB, II, dl, TII.get(PPC::STWUX), PPC::R1)
371 .addReg(PPC::R1)
374 .addReg(PPC::R1)
765 // Now add the frame object offset to the offset from r1.
837 return TFI->hasFP(MF) ? PPC::R31 : PPC::R1;
    [all...]
  /external/clang/test/CodeGenCXX/
vtable-layout.cpp 215 struct R1 { int r1; }; member in struct:Test4::R1
217 struct R3 : R1, R2 { int r3; };
    [all...]
  /external/llvm/utils/TableGen/
CodeGenRegisters.h 578 unsigned newRegUnit(CodeGenRegister *R0, CodeGenRegister *R1 = nullptr) {
581 RegUnits.back().Roots[1] = R1;
  /system/core/libpixelflinger/codeflinger/
ARMAssemblerInterface.h 50 R0, R1, R2, R3, R4, R5, R6, R7, R8, R9, R10, R11, R12, R13, R14, R15,
57 LIST(R0), LIST(R1), LIST(R2), LIST(R3), LIST(R4), LIST(R5), LIST(R6),
  /external/llvm/lib/Target/Hexagon/
HexagonISelDAGToDAG.cpp 71 bool SelectADDRri(SDValue& N, SDValue &R1, SDValue &R2);
72 bool SelectADDRriS11_0(SDValue& N, SDValue &R1, SDValue &R2);
73 bool SelectADDRriS11_1(SDValue& N, SDValue &R1, SDValue &R2);
74 bool SelectADDRriS11_2(SDValue& N, SDValue &R1, SDValue &R2);
76 bool SelectADDRriS11_3(SDValue& N, SDValue &R1, SDValue &R2);
78 bool SelectADDRriU6_0(SDValue& N, SDValue &R1, SDValue &R2);
79 bool SelectADDRriU6_1(SDValue& N, SDValue &R1, SDValue &R2);
80 bool SelectADDRriU6_2(SDValue& N, SDValue &R1, SDValue &R2);
    [all...]
  /external/llvm/lib/Target/ARM/MCTargetDesc/
ARMBaseInfo.h 213 case R0: case R1: case R2: case R3:
  /external/llvm/lib/Target/PowerPC/MCTargetDesc/
PPCMCTargetDesc.cpp 80 // Initial state of the frame pointer is R1.
81 unsigned Reg = isPPC64 ? PPC::X1 : PPC::R1;
  /external/openfst/src/test/
algo_test.h 573 VectorFst< ReverseArc<Arc> > R1;
575 Reverse(T, &R1);
576 Reverse(R1, &R2);
599 VectorFst<Arc> R1(T);
600 RmEpsilon(&R1);
601 CHECK(Equiv(T, R1));
606 CHECK(Equiv(R1, R2));
    [all...]
  /external/chromium_org/third_party/libvpx/source/libvpx/vp8/common/ppc/
filter_bilinear_altivec.asm 17 .macro load_c V, LABEL, OFF, R0, R1
19 la \R1, \LABEL@l(\R0)
20 lvx \V, \OFF, \R1
151 stvx \V, 0, r1
152 lwz \R, 0(r1)
154 lwz \R, 4(r1)
173 stwu r1,-32(r1) ;# create space on the stack
219 stvx v0, 0, r1
220 lwz r0, 0(r1)
    [all...]
variance_subpixel_altivec.asm 18 .macro load_c V, LABEL, OFF, R0, R1
20 la \R1, \LABEL@l(\R0)
21 lvx \V, \OFF, \R1
151 stvx \sum, 0, r1
152 lwz r3, 12(r1)
154 stvx \sse, 0, r1
155 lwz r4, 12(r1)
200 stwu r1,-32(r1) ;# create space on the stack
270 addi r1, r1, 32 ;# recover stac
    [all...]
  /external/libvpx/libvpx/vp8/common/ppc/
filter_bilinear_altivec.asm 17 .macro load_c V, LABEL, OFF, R0, R1
19 la \R1, \LABEL@l(\R0)
20 lvx \V, \OFF, \R1
151 stvx \V, 0, r1
152 lwz \R, 0(r1)
154 lwz \R, 4(r1)
173 stwu r1,-32(r1) ;# create space on the stack
219 stvx v0, 0, r1
220 lwz r0, 0(r1)
    [all...]
variance_subpixel_altivec.asm 18 .macro load_c V, LABEL, OFF, R0, R1
20 la \R1, \LABEL@l(\R0)
21 lvx \V, \OFF, \R1
151 stvx \sum, 0, r1
152 lwz r3, 12(r1)
154 stvx \sse, 0, r1
155 lwz r4, 12(r1)
200 stwu r1,-32(r1) ;# create space on the stack
270 addi r1, r1, 32 ;# recover stac
    [all...]
  /external/pdfium/core/src/fpdfapi/fpdf_page/
fpdf_page_colors.cpp 212 FX_FLOAT R1 = 3.2410f * X - 1.5374f * Y - 0.4986f * Z;
215 if (R1 > 1) {
216 R1 = 1;
218 if (R1 < 0) {
219 R1 = 0;
233 int scale = (int)(R1 * 1023);
    [all...]
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/common/ppc/
filter_bilinear_altivec.asm 17 .macro load_c V, LABEL, OFF, R0, R1
19 la \R1, \LABEL@l(\R0)
20 lvx \V, \OFF, \R1
151 stvx \V, 0, r1
152 lwz \R, 0(r1)
154 lwz \R, 4(r1)
173 stwu r1,-32(r1) ;# create space on the stack
219 stvx v0, 0, r1
220 lwz r0, 0(r1)
    [all...]
  /external/chromium_org/third_party/boringssl/src/crypto/rc4/asm/
rc4-md5-x86_64.pl 255 sub R1 {
378 for(;$i<32;$i++) { R1($i,@V); unshift(@V,pop(@V)); push(@TX,shift(@TX)); }
  /external/chromium_org/third_party/mesa/src/docs/OLD/
MESA_program_debug.spec 312 be used to print the values of R0, R1, R2 and R3 while executing
  /external/llvm/lib/Target/PowerPC/Disassembler/
PPCDisassembler.cpp 139 PPC::R0, PPC::R1, PPC::R2, PPC::R3,
150 PPC::ZERO, PPC::R1, PPC::R2, PPC::R3,
  /external/mesa3d/docs/OLD/
MESA_program_debug.spec 312 be used to print the values of R0, R1, R2 and R3 while executing
  /external/openssl/crypto/rc4/asm/
rc4-md5-x86_64.pl 255 sub R1 {
378 for(;$i<32;$i++) { R1($i,@V); unshift(@V,pop(@V)); push(@TX,shift(@TX)); }
  /external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/i965/
brw_blorp_blit.cpp 523 /* Pixel X/Y coordinates (always in R1). */
524 struct brw_reg R1;
767 this->R1 = retype(brw_vec8_grf(reg++, 0), BRW_REGISTER_TYPE_UW);
828 /* R1.2[15:0] = X coordinate of upper left pixel of subspan 0 (pixel 0)
829 * R1.3[15:0] = X coordinate of upper left pixel of subspan 1 (pixel 4)
830 * R1.4[15:0] = X coordinate of upper left pixel of subspan 2 (pixel 8)
831 * R1.5[15:0] = X coordinate of upper left pixel of subspan 3 (pixel 12)
838 * 16-bit value (vstride=2) from R1, starting at the 4th 16-bit value
840 * In other words, the data we want to access is R1.4<2;4,0>UW.
845 brw_ADD(&func, X, stride(suboffset(R1, 4), 2, 4, 0), brw_imm_v(0x10101010))
    [all...]
  /external/chromium_org/third_party/skia/gm/
strokes.cpp 261 static skiagm::GMRegistry R1(F1);
  /external/mesa3d/src/mesa/drivers/dri/i965/
brw_blorp_blit.cpp 523 /* Pixel X/Y coordinates (always in R1). */
524 struct brw_reg R1;
767 this->R1 = retype(brw_vec8_grf(reg++, 0), BRW_REGISTER_TYPE_UW);
828 /* R1.2[15:0] = X coordinate of upper left pixel of subspan 0 (pixel 0)
829 * R1.3[15:0] = X coordinate of upper left pixel of subspan 1 (pixel 4)
830 * R1.4[15:0] = X coordinate of upper left pixel of subspan 2 (pixel 8)
831 * R1.5[15:0] = X coordinate of upper left pixel of subspan 3 (pixel 12)
838 * 16-bit value (vstride=2) from R1, starting at the 4th 16-bit value
840 * In other words, the data we want to access is R1.4<2;4,0>UW.
845 brw_ADD(&func, X, stride(suboffset(R1, 4), 2, 4, 0), brw_imm_v(0x10101010))
    [all...]
  /external/skia/gm/
strokes.cpp 261 static skiagm::GMRegistry R1(F1);
  /external/checkpolicy/
policy_parse.y 133 %token U1 U2 U3 R1 R2 R3 T1 T2 T3 L1 L2 H1 H2
536 | R1 role_mls_op R2
551 | R1 op { if (insert_separator(1)) return -1; } names_push
  /external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/rtasm/
rtasm_x86sse.c 104 #define DUMP_RR( R0, R1 ) do { \
108 x86_print_reg( R1 ); \
117 #define DUMP_RRI( R0, R1, I ) do { \
121 x86_print_reg( R1 ); \
132 #define DUMP_RR( R0, R1 )
134 #define DUMP_RRI( R0, R1, I )
    [all...]

Completed in 504 milliseconds

1 2 3 45 6 7