Home
last modified time | relevance | path

Searched defs:R0 (Results 1 – 24 of 24) sorted by relevance

/openbsd/gnu/gcc/gcc/config/bfin/
H A Dlib1funcs.asm74 R0 = R1 - R2; define
92 R0 = ROT R0 BY 1; define
101 R0 = ROT R0 BY 1; define
103 R0 = ~ R0; define
115 R0 = R3; define
/openbsd/gnu/llvm/llvm/lib/CodeGen/
H A DSafeStackLayout.cpp111 StackRegion R0 = R; in layoutObject() local
117 StackRegion R0 = R; in layoutObject() local
H A DComplexDeinterleavingPass.cpp422 Instruction *R0 = dyn_cast<Instruction>(Real->getOperand(0)); in identifyNodeWithImplicitAdd() local
563 Instruction *R0 = dyn_cast<Instruction>(RealMulI->getOperand(0)); in identifyPartialMul() local
/openbsd/lib/libcrypto/md5/asm/
H A Dmd5-586.pl43 sub R0 subroutine
/openbsd/gnu/llvm/compiler-rt/lib/xray/tests/unit/
H A Dfunction_call_trie_test.cpp126 const auto R0 = R[0]; in TEST() local
292 const auto &R0 = *Merged.getRoots()[0]; in TEST() local
/openbsd/lib/libm/src/ld128/
H A Ds_log1pl.c106 R0 = 1.418134209872192732479751274970992665513E5L, variable
/openbsd/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/lib/libc/hash/
H A Dsha1.c39 #define R0(v,w,x,y,z,i) z+=((w&(x^y))^y)+blk0(i)+0x5A827999+rol(v,5);w=rol(w,30); macro
/openbsd/sys/lib/libsa/
H A Dsha1.c40 #define R0(v,w,x,y,z,i) z+=((w&(x^y))^y)+blk0(i)+0x5A827999+rol(v,5);w=rol(w,30); macro
/openbsd/sys/crypto/
H A Dsha1.c41 #define R0(v,w,x,y,z,i) z+=((w&(x^y))^y)+blk0(i)+0x5A827999+rol(v,5);w=rol(w,30); macro
/openbsd/gnu/llvm/llvm/lib/Target/Mips/
H A DMicroMipsSizeReduction.cpp596 static bool IsMovepDestinationRegPair(unsigned R0, unsigned R1) { in IsMovepDestinationRegPair()
/openbsd/gnu/usr.bin/binutils/gdb/
H A Dm32r-stub.c121 { R0, R1, R2, R3, R4, R5, R6, R7, enumerator
H A Dsh-stub.c263 R0, R1, R2, R3, R4, R5, R6, R7, enumerator
H A Drs6000-tdep.c2281 #define R0 { 0, 0, 0, 0, 0, -1 } macro
/openbsd/gnu/llvm/llvm/lib/Target/Hexagon/
H A DHexagonGenInsert.cpp1086 unsigned R0 = BaseOrd[IF.SrcR], R1 = BaseOrd[IF.InsR]; in pruneCoveredSets() local
H A DHexagonISelLoweringHVX.cpp1422 SDValue R0 = LoHalf(V, DAG); in insertHvxSubvectorReg() local
/openbsd/gnu/llvm/llvm/lib/Target/PowerPC/
H A DPPCFrameLowering.cpp446 Register R0 = Subtarget.isPPC64() ? PPC::X0 : PPC::R0; in findScratchRegister() local
/openbsd/gnu/llvm/llvm/lib/Target/Mips/AsmParser/
H A DMipsAsmParser.cpp1424 unsigned R0 = RegList.List->front(); in isRegList16() local
2313 unsigned R0 = Inst.getOperand(0).getReg(); in processInstruction() local
/openbsd/gnu/llvm/llvm/lib/Analysis/
H A DValueTracking.cpp6828 static bool areMatchingOperands(const Value *L0, const Value *L1, const Value *R0, in areMatchingOperands()
6875 const Value *R0, const Value *R1, in isImpliedCondICmps()
/openbsd/gnu/llvm/llvm/lib/Transforms/InstCombine/
H A DInstructionCombining.cpp1665 Value *L0, *L1, *R0, *R1; in foldVectorBinop() local
H A DInstCombineAndOrXor.cpp1057 std::optional<IntPart> R0 = matchIntPart(Cmp0->getOperand(1)); in foldEqOfParts() local
/openbsd/gnu/llvm/clang/lib/CodeGen/
H A DMicrosoftCXXABI.cpp3025 llvm::Value *R0 = Builder.CreateExtractValue(R, 0, "rhs.0"); in EmitMemberPointerComparison() local
/openbsd/gnu/llvm/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp29338 SDValue R0 = DAG.getNode(ISD::SRL, DL, NextVT, ResNext, Shift); in LowerVectorCTLZInRegLUT() local
30556 SDValue R0 = DAG.getNode(Opc, dl, VT, R, Amt0); in LowerShift() local
30697 SDValue R0 = DAG.getNode(ShOpc, dl, VT, R, DAG.getBitcast(VT, Amt0)); in LowerShift() local
/openbsd/gnu/llvm/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp6247 SDValue R0 = RightHand.getOperand(0); in foldLogicTreeOfShifts() local