Home
last modified time | relevance | path

Searched defs:R2 (Results 1 – 25 of 53) sorted by relevance

123

/openbsd-src/gnu/gcc/gcc/config/bfin/
H A Dlib1funcs.asm39 R2 = -R0; define
44 R2 = -R1; define
47 R2 = CC; define
71 R2 = [SP++]; define
94 R2 = R3 - R1; define
/openbsd-src/gnu/llvm/llvm/lib/Support/
H A DDivisionByConstantInfo.cpp35 APInt Q1, R1, Q2, R2; in get() local
90 APInt Q1, R1, Q2, R2; in get() local
/openbsd-src/lib/libcrypto/md5/asm/
H A Dmd5-586.pl94 sub R2 subroutine
[all...]
/openbsd-src/gnu/llvm/clang/include/clang/Tooling/Transformer/
H A DRangeSelector.h60 inline RangeSelector between(RangeSelector R1, RangeSelector R2) { in between()
/openbsd-src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.other/
H A Dambig3.C20 struct R2 : virtual A {}; struct
/openbsd-src/gnu/llvm/clang/lib/Analysis/
H A DReachableCode.cpp553 SourceRange &R2) { in GetUnreachableLoc()
640 SourceRange R1(Loc, Loc), R2; in reportDeadCode() local
666 SourceRange R1, R2; in reportDeadCode() local
/openbsd-src/gnu/usr.bin/gcc/gcc/testsuite/g77.f-torture/compile/
H A D20020307-1.f3 REAL*8 B,W1,W2,BNORM,BINV,WT,W0,C1,C2,R1,R2 local
/openbsd-src/gnu/llvm/llvm/lib/Analysis/
H A DConstraintSystem.cpp48 for (unsigned R2 = R1 + 1; R2 < NumConstraints; R2++) { in eliminateUsingFM() local
/openbsd-src/lib/libm/src/ld128/
H A Ds_log1pl.c104 R2 = 2.048819892795278657810231591630928516206E4L, variable
/openbsd-src/gnu/llvm/compiler-rt/lib/orc/tests/unit/
H A Dexecutor_address_test.cpp88 ExecutorAddrRange R0(A0, A1), R1(A1, A2), R2(A2, A3), R3(A0, A2), R4(A1, A3); in TEST() local
/openbsd-src/gnu/llvm/llvm/lib/Target/Hexagon/
H A DHexagonConstPropagation.cpp1107 const RegisterSubReg &R2, const CellMap &Inputs, bool &Result) { in evaluateCMPrr()
1371 const RegisterSubReg &R2, const CellMap &Inputs, LatticeCell &Result) { in evaluateANDrr()
1438 const RegisterSubReg &R2, const CellMap &Inputs, LatticeCell &Result) { in evaluateORrr()
1505 const RegisterSubReg &R2, const CellMap &Inputs, LatticeCell &Result) { in evaluateXORrr()
2607 RegisterSubReg R2(Src2); in evaluateHexCompare2() local
2616 RegisterSubReg R2(Src2); in evaluateHexCompare2() local
2977 RegisterSubReg R2(MI.getOperand(2)); in rewriteHexConstUses() local
3040 RegisterSubReg R2(MI.getOperand(2)); in rewriteHexConstUses() local
3076 RegisterSubReg R2(MI.getOperand(2)); in rewriteHexConstUses() local
H A DHexagonBitTracker.cpp764 RegisterCell R2 = rc(2); in evaluate() local
772 RegisterCell R2 = rc(2); in evaluate() local
814 RegisterCell R2 = cop(2, W0); in evaluate() local
/openbsd-src/sys/lib/libsa/
H A Dsha1.c42 #define R2(v,w,x,y,z,i) z+=(w^x^y)+blk(i)+0x6ED9EBA1+rol(v,5);w=rol(w,30); macro
/openbsd-src/lib/libc/hash/
H A Dsha1.c41 #define R2(v,w,x,y,z,i) z+=(w^x^y)+blk(i)+0x6ED9EBA1+rol(v,5);w=rol(w,30); macro
/openbsd-src/sys/crypto/
H A Dsha1.c43 #define R2(v,w,x,y,z,i) z+=(w^x^y)+blk(i)+0x6ED9EBA1+rol(v,5);w=rol(w,30); macro
/openbsd-src/gnu/gcc/gcc/
H A Dconflict.c115 #define CONFLICT_HASH_FN(R1, R2) ((R2) * ((R2) - 1) / 2 + (R1)) argument
/openbsd-src/gnu/llvm/llvm/lib/Target/Lanai/
H A DLanaiISelDAGToDAG.cpp215 bool LanaiDAGToDAGISel::selectAddrRr(SDValue Addr, SDValue &R1, SDValue &R2, in selectAddrRr()
/openbsd-src/gnu/usr.bin/binutils/include/opcode/
H A Di960.h114 #define R2 OP( 1, 0, 0, 0 ) macro
/openbsd-src/gnu/usr.bin/binutils-2.17/include/opcode/
H A Di960.h114 #define R2 OP( 1, 0, 0, 0 ) macro
/openbsd-src/gnu/llvm/llvm/lib/Target/Sparc/
H A DSparcISelDAGToDAG.cpp127 bool SparcDAGToDAGISel::SelectADDRrr(SDValue Addr, SDValue &R1, SDValue &R2) { in SelectADDRrr()
/openbsd-src/gnu/usr.bin/gcc/gcc/
H A Dconflict.c113 #define CONFLICT_HASH_FN(R1, R2) ((R2) * ((R2) - 1) / 2 + (R1)) argument
/openbsd-src/gnu/usr.bin/binutils/opcodes/
H A Dia64-opc.h70 #define R2 IA64_OPND_R2 macro
/openbsd-src/gnu/usr.bin/binutils-2.17/opcodes/
H A Dia64-opc.h71 #define R2 IA64_OPND_R2 macro
/openbsd-src/lib/libcrypto/sm3/
H A Dsm3.c58 #define R2(A, B, C, D, E, F, G, H, TJ, Wi, Wj) \ macro
[all...]
/openbsd-src/gnu/llvm/clang/lib/AST/
H A DRawCommentList.cpp71 const RawComment &R2) { in commentsStartOnSameColumn()

123