| /openbsd-src/sys/lib/libkern/arch/mips64/ |
| H A D | bzero.S | 45 PTR_SUBU a3, zero, a0 # compute # bytes to word align address 52 and v0, a1, 3 # compute number of words left 55 PTR_ADDU a3, a3, a0 # compute ending address 62 PTR_SUBU a3, zero, a0 # compute # bytes to word align address 69 and v0, a1, 7 # compute number of words left 72 PTR_ADDU a3, a3, a0 # compute ending address 80 PTR_ADDU a3, a1, a0 # compute ending address
|
| H A D | bcmp.S | 45 PTR_SUBU a3, zero, a1 # compute # bytes to word align address 58 and a3, a2, ~3 # compute number of whole words left 60 PTR_ADDU a3, a3, a0 # compute ending address 74 PTR_ADDU a3, a3, a0 # compute ending address 84 and a3, a2, ~3 # compute number of whole words left 86 PTR_ADDU a3, a3, a0 # compute ending address 98 PTR_ADDU a3, a2, a0 # compute ending address
|
| H A D | memmove.S | 85 PTR_SUBU a3, zero, a1 # compute # bytes to word align address 97 and v1, a2, 3 # compute number of words left 100 PTR_ADDU a3, a3, a0 # compute ending address 119 and v1, a2, 3 # compute number of whole words left 122 PTR_ADDU a3, a3, a0 # compute ending address 133 PTR_SUBU a3, zero, a1 # compute # bytes to dword align address 145 and v1, a2, 7 # compute number of dwords left 149 PTR_ADDU a3, a3, a0 # compute ending address 168 and v1, a2, 7 # compute number of whole dwords left 172 PTR_ADDU a3, a3, a0 # compute endin [all...] |
| H A D | strlen.S | 48 PTR_SUBU v0, a0, v1 # compute length - 1 for '\0' char
|
| /openbsd-src/lib/libc/arch/mips64/string/ |
| H A D | bcmp.S | 43 dsubu a3, zero, a1 # compute # bytes to word align address 56 and a3, a2, ~3 # compute number of whole words left 58 daddu a3, a3, a0 # compute ending address 72 daddu a3, a3, a0 # compute ending address 82 and a3, a2, ~3 # compute number of whole words left 84 daddu a3, a3, a0 # compute ending address 96 daddu a3, a2, a0 # compute ending address
|
| H A D | bzero.S | 41 dsubu a3, zero, a0 # compute # bytes to word align address 48 and v0, a1, 3 # compute number of words left 51 daddu a3, a3, a0 # compute ending address 58 daddu a3, a1, a0 # compute ending address
|
| H A D | bcopy.S | 63 dsubu a3, zero, a1 # compute # bytes to word align address 75 and v0, a2, 3 # compute number of words left 78 daddu a3, a3, a0 # compute ending address 96 and v0, a2, 3 # compute number of whole words left 99 daddu a3, a3, a0 # compute ending address 108 daddu a3, a2, a0 # compute ending address
|
| H A D | strlen.S | 43 dsubu v0, a0, v1 # compute length - 1 for '\0' char
|
| /openbsd-src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.mike/ |
| H A D | p2846a.C | 21 B compute(void) const; 24 B D::compute(void) const in compute() function 32 titi.compute().print(); in main()
|
| H A D | p2846b.C | 25 B compute(void) const; 41 B A::compute(void) const in compute() function 50 titi.compute().beefy(); in main()
|
| H A D | p2846.C | 25 B compute(void) const; 47 B A::compute(void) const { in compute() function 55 A toto = titi.compute(); in main()
|
| /openbsd-src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.pt/ |
| H A D | goto.C | 4 void compute(T) { in compute() function 11 compute(0); in main()
|
| /openbsd-src/gnu/llvm/llvm/lib/Analysis/ |
| H A D | CycleAnalysis.cpp | 25 CI.compute(F); in run() 69 CI.compute(Func); in runOnFunction()
|
| H A D | MemoryBuiltins.cpp | 581 SizeOffsetType Data = Visitor.compute(const_cast<Value*>(Ptr)); in getObjectSize() 632 Eval.compute(ObjectSize->getArgOperand(0)); in lowerObjectSizeCall() 684 SizeOffsetType ObjectSizeOffsetVisitor::compute(Value *V) { in compute() function in ObjectSizeOffsetVisitor 817 return compute(GA.getAliasee()); in visitGlobalAlias() 870 return Known(compute(SI->getValueOperand())); in findLoadSizeOffset() 981 compute(*IncomingValues.begin()), in visitPHINode() 983 return combineSizeOffset(LHS, compute(VRHS)); in visitPHINode() 988 return combineSizeOffset(compute(I.getTrueValue()), in visitSelectInst() 989 compute(I.getFalseValue())); in visitSelectInst() 1014 SizeOffsetEvalType ObjectSizeOffsetEvaluator::compute(Value *V) { in compute() function in ObjectSizeOffsetEvaluator [all …]
|
| /openbsd-src/sys/arch/i386/stand/libsa/ |
| H A D | time.c | 56 compute(int year, u_int8_t month, u_int8_t day, u_int8_t hour, in compute() function 127 return compute(datebuf[0] * 100 + datebuf[1], datebuf[2], in getsecs()
|
| /openbsd-src/sys/arch/amd64/stand/libsa/ |
| H A D | time.c | 56 compute(int year, u_int8_t month, u_int8_t day, u_int8_t hour, in compute() function 127 return compute(datebuf[0] * 100 + datebuf[1], datebuf[2], in getsecs()
|
| /openbsd-src/gnu/llvm/llvm/include/llvm/CodeGen/ |
| H A D | RegisterClassInfo.h | 75 void compute(const TargetRegisterClass *RC) const; 81 compute(RC); in get()
|
| /openbsd-src/lib/libc/arch/mips64/gen/ |
| H A D | fabs.S | 45 abs.d $f0, $f12 # compute absolute value of x
|
| /openbsd-src/gnu/llvm/llvm/docs/AMDGPU/ |
| H A D | gfx940_hwreg.rst | 50 HW_REG_HW_ID Id of wave, simd, compute unit, etc. 59 HW_REG_XCC_ID ID of this XCC (compute accelerator chip).
|
| /openbsd-src/lib/libc/arch/sparc64/gen/ |
| H A D | _setjmp.S | 65 movrnz %i1, %i1, %i0 ! compute v ? v : 1
|
| H A D | setjmp.S | 78 movrnz %i1, %i1, %i0 ! compute v ? v : 1
|
| H A D | sigsetjmp.S | 72 movrnz %i1, %i1, %i0 ! compute v ? v : 1
|
| /openbsd-src/gnu/llvm/clang/include/clang/Tooling/Refactoring/Extract/ |
| H A D | SourceExtraction.h | 34 static ExtractionSemicolonPolicy compute(const Stmt *S,
|
| /openbsd-src/gnu/llvm/llvm/lib/CodeGen/ |
| H A D | RegisterClassInfo.cpp | 126 void RegisterClassInfo::compute(const TargetRegisterClass *RC) const { in compute() function in RegisterClassInfo 225 compute(RC); in computePSetLimit()
|
| /openbsd-src/gnu/llvm/clang/docs/HLSL/ |
| H A D | HLSLIRReference.rst | 31 ``compute``, ``pixel``, etc).
|