Home
last modified time | relevance | path

Searched defs:r3 (Results 1 – 25 of 129) sorted by relevance

123456

/external/llvm/test/MC/Hexagon/
Dalign.s22 r3 = sub(#1, r3) } define
29 r3 = sub(#1, r3) define
47 r3 = sub(#1, r3) } define
/external/valgrind/none/tests/s390x/
Dopcodes.h22 #define RIE_RRI0(op1,r1,r3,i2,u0,op2) \ argument
25 #define RRF_R0RR2(op,r3,u0,r1,r2) ".long 0x" #op #r3 #u0 #r1 #r2 "\n\t" argument
68 #define RSY_RURD(op1,r1,r3,b2,dl2,dh2,op2) \ argument
71 #define RRF_F0FF2(op,r3,u0,r1,r2) ".long 0x" #op #r3 #u0 #r1 #r2 "\n\t" argument
72 #define RRF_FUFF2(op,r3,m4,r1,r2) ".long 0x" #op #r3 #m4 #r1 #r2 "\n\t" argument
76 #define RSY_RRRD(op1,r1,r3,b2,dl2,dh2,op2) \ argument
79 #define RSY_AARD(op1,r1,r3,b2,dl2,dh2,op2) \ argument
88 #define RSY_RDRM(op1,r1,r3,b2,dl2,dh2,op2) \ argument
91 #define RRF_U0RR(op,r3,u0,r1,r2) ".long 0x" #op #r3 #u0 #r1 #r2 "\n\t" argument
104 #define ADTRA(r3,m4,r1,r2) RRF_FUFF2(b3d2,r3,m4,r1,r2) argument
[all …]
/external/v8/src/s390/
Dassembler-s390.cc707 void Assembler::rie_form(Opcode op, Register r1, Register r3, in rie_form()
784 void Assembler::rrd_form(Opcode op, Register r1, Register r3, Register r2) { in rrd_form()
801 void Assembler::rs_form(Opcode op, Register r1, Register r3, Register b2, in rs_form()
837 void Assembler::rsi_form(Opcode op, Register r1, Register r3, in rsi_form()
877 void Assembler::rsy_form(Opcode op, Register r1, Register r3, Register b2, in rsy_form()
1158 void Assembler::rxf_form(Opcode op, Register r1, Register r3, Register b2, in rxf_form()
1276 void Assembler::ss_form(Opcode op, Register r1, Register r3, Register b1, in ss_form()
1349 void Assembler::ssf_form(Opcode op, Register r3, Register b1, Disp d1, in ssf_form()
1374 void Assembler::rrf1_form(Opcode op, Register r1, Register r2, Register r3) { in rrf1_form()
1888 void Assembler::ahik(Register r1, Register r3, const Operand& i2) { in ahik()
[all …]
/external/webrtc/webrtc/modules/audio_processing/ns/
Dnsx_core_mips.c38 int32_t r0, r1, r2, r3, r4, r5, r6, r7, r8, r9; in WebRtcNsx_SpeechNoiseProb() local
339 int r0, r1, r2, r3, r4, r5, r6, r7; in WebRtcNsx_AnalysisUpdate_mips() local
510 int r0, r1, r2, r3, r4, r5, r6, r7; in WebRtcNsx_SynthesisUpdate_mips() local
864 int32_t r0, r1, r2, r3, t0; in WebRtcNsx_Denormalize_mips() local
954 int32_t r0, r1, r2, r3, t0; in WebRtcNsx_NormalizeRealBuffer_mips() local
/external/valgrind/VEX/priv/
Dguest_s390_toIR.c1787 s390_format_RIE_RRP(const HChar *(*irgen)(UChar r1, UChar r3, UShort i2), in s390_format_RIE_RRP()
1797 s390_format_RIE_RRI0(const HChar *(*irgen)(UChar r1, UChar r3, UShort i2), in s390_format_RIE_RRI0()
2043 UChar r1, UChar r3, UChar r2) in s390_format_RRF_F0FF()
2053 UChar r3, UChar r1, UChar r2) in s390_format_RRF_F0FR()
2117 UChar r3, UChar r1, UChar r2) in s390_format_RRF_F0FF2()
2127 UChar r3, UChar m4, UChar r1, UChar r2) in s390_format_RRF_FFRU()
2137 UChar r3, UChar m4, UChar r1, UChar r2) in s390_format_RRF_FUFF()
2147 UChar r3, UChar m4, UChar r1, UChar r2) in s390_format_RRF_FUFF2()
2156 s390_format_RRF_R0RR2(const HChar *(*irgen)(UChar r3, UChar r1, UChar r2), in s390_format_RRF_R0RR2()
2200 s390_format_RS_RRRD(const HChar *(*irgen)(UChar r1, UChar r3, IRTemp op2addr), in s390_format_RS_RRRD()
[all …]
Dhost_s390_defs.c1291 emit_RRF(UChar *p, UInt op, UChar r1, UChar r3, UChar r2) in emit_RRF()
1318 emit_RRF3(UChar *p, UInt op, UChar r3, UChar r1, UChar r2) in emit_RRF3()
1331 emit_RRF4(UChar *p, UInt op, UChar r3, UChar m4, UChar r1, UChar r2) in emit_RRF4()
1358 emit_RS(UChar *p, UInt op, UChar r1, UChar r3, UChar b2, UShort d2) in emit_RS()
1372 emit_RSY(UChar *p, ULong op, UChar r1, UChar r3, UChar b2, UShort dl2, UChar dh2) in emit_RSY()
1401 emit_RXF(UChar *p, ULong op, UChar r3, UChar x2, UChar b2, UShort d2, UChar r1) in emit_RXF()
1838 s390_emit_CS(UChar *p, UChar r1, UChar r3, UChar b2, UShort d2) in s390_emit_CS()
1848 s390_emit_CSY(UChar *p, UChar r1, UChar r3, UChar b2, UShort dl2, UChar dh2) in s390_emit_CSY()
1858 s390_emit_CSG(UChar *p, UChar r1, UChar r3, UChar b2, UShort dl2, UChar dh2) in s390_emit_CSG()
1868 s390_emit_CDS(UChar *p, UChar r1, UChar r3, UChar b2, UShort d2) in s390_emit_CDS()
[all …]
/external/ltp/lib/
Dtst_kvercmp.c74 int tst_kvercmp(int r1, int r2, int r3) in tst_kvercmp()
110 int tst_kvercmp2(int r1, int r2, int r3, struct tst_kern_exv *vers) in tst_kvercmp2()
/external/llvm/unittests/Support/
DRegexTest.cpp33 Regex r3("[0-9]+([a-f])?:([0-9]+)"); in TEST_F() local
77 Regex r3("a([0-9])([a-z])b\\1\\2"); in TEST_F() local
/external/libcxx/test/std/containers/container.adaptors/stack/stack.defn/
Demplace.pass.cpp33 T& r3 = q.emplace(3, 4.5); in main() local
/external/libcxx/test/std/containers/container.adaptors/queue/queue.defn/
Demplace.pass.cpp34 T& r3 = q.emplace(3, 4.5); in main() local
/external/clang/test/Misc/
Dverify.c12 struct s r3; // expected-error-re {{tentative definition has type '{{(.*)[[:space:]]*(.*)}}' that i… variable
/external/valgrind/none/tests/ppc64/
Dtest_tm.c3 int __attribute__ ((noinline)) htm_begin (int r3, int r4) in htm_begin()
/external/valgrind/none/tests/ppc32/
Dtest_tm.c3 int __attribute__ ((noinline)) htm_begin (int r3, int r4) in htm_begin()
/external/webrtc/webrtc/modules/audio_coding/codecs/isac/fix/source/
Dtransform_mips.c30 int32_t r0, r1, r2, r3, r4, r5, r6, r7, r8, r9; in WebRtcIsacfix_Time2SpecMIPS() local
609 int32_t r0, r1, r2, r3, r4, r5, r6, r7, r8, r9, max, max1; in WebRtcIsacfix_Spec2TimeMIPS() local
Dfilters_mips.c26 int32_t r0, r1, r2, r3; in WebRtcIsacfix_AutocorrMIPS() local
/external/lzma/Asm/x86/
D7zAsm.asm69 r3 equ RBX define
86 r3 equ x3 define
/external/valgrind/none/tests/x86/
Dincdec_alt.c7 int r1,r2,r3,r4,r5,r6,r7,r8,a1,a2; variable
/external/clang/test/CodeGen/
Dbuiltins-ppc-crypto-disabled.c34 vector unsigned long long r3 = __builtin_crypto_vcipherlast(ad, bd); in call_crypto_intrinsics() local
/external/libvpx/libvpx/vpx_dsp/mips/
Dloopfilter_masks_dspr2.h33 uint32_t c, r, r3, r_k; in filter_hev_mask_dspr2() local
132 uint32_t c, r, r3, r_k, r_flat; in filter_hev_mask_flatmask4_dspr2() local
/external/eigen/unsupported/Eigen/src/IterativeSolvers/
DMINRES.h110 … const RealScalar r3 =s_old*beta; // s, s_old, c and c_old are still from previous iteration in minres() local
/external/swiftshader/third_party/LLVM/unittests/Support/
DRegexTest.cpp33 Regex r3("[0-9]+([a-f])?:([0-9]+)"); in TEST_F() local
/external/mesa3d/src/mesa/x86/
Dsse_xform4.S39 #define SELECT(r0, r1, r2, r3) CONST( r0 * 64 + r1 * 16 + r2 * 4 + r3 ) argument
/external/clang/test/SemaCXX/
Dbuiltin-assume-aligned.cpp36 constexpr void *r3 = __builtin_assume_aligned(&ar2[2], 16, 2); variable
/external/webrtc/webrtc/common_audio/signal_processing/
Dfilter_ar_fast_q12_mips.c19 int r0, r1, r2, r3; in WebRtcSpl_FilterARFastQ12() local
/external/clang/test/CXX/dcl.decl/dcl.meaning/dcl.ref/
Dp6-0x.cpp23 typedef const LRI&& r3; CHECK_EQUAL_TYPES(r3, int&); // expected-warning {{'const' qualifier on ref… typedef

123456