/netbsd-src/lib/libc/arch/mips/string/ |
H A D | bcmp.S | 55 PTR_SUBU a3, zero, a1 # compute # bytes to word align address 68 and a3, a2, ~3 # compute number of whole words left 70 PTR_ADDU a3, a3, a0 # compute ending address 84 PTR_ADDU a3, a3, a0 # compute ending address 94 and a3, a2, ~3 # compute number of whole words left 96 PTR_ADDU a3, a3, a0 # compute ending address 108 PTR_ADDU a3, a2, a0 # compute ending address
|
H A D | bzero.S | 54 PTR_SUBU a3, zero, a0 # compute # bytes to word align address 79 and v0, a1, SZREG-1 # compute number of words left 82 PTR_ADDU a3, a3, a0 # compute ending address 89 PTR_ADDU a3, a1, a0 # compute ending address
|
/netbsd-src/external/lgpl3/gmp/dist/mpn/power/ |
H A D | rshift.asm | 46 sle 3,0,8 C compute carry limb, and init MQ register 49 sleq 7,0,8 C compute least significant limb of result 53 sleq 7,0,8 C compute result limb 56 Lend2: sre 7,0,6 C compute most significant limb
|
/netbsd-src/external/lgpl3/gmp/dist/mpn/x86/ |
H A D | lshift.asm | 69 shldl( %cl, %ebx, %eax) C compute carry limb 79 shldl( %cl, %ebx, %eax) C compute result limb 88 shll %cl,%eax C compute least significant limb 98 L(end): shll %cl,%ebx C compute least significant limb
|
H A D | rshift.asm | 71 shrdl( %cl, %ebx, %eax) C compute carry limb 81 shrdl( %cl, %ebx, %eax) C compute result limb 90 shrl %cl,%eax C compute most significant limb 100 L(end): shrl %cl,%ebx C compute most significant limb
|
/netbsd-src/lib/libc/arch/sparc/gen/ |
H A D | _setjmp.S | 77 movrnz %i1, %i1, %i0 ! compute v ? v : 1 82 tst %i1 ! compute v ? v : 1
|
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/ |
H A D | RegisterClassInfo.h | 73 void compute(const TargetRegisterClass *RC) const; 79 compute(RC); in get()
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Analysis/ |
H A D | MemoryBuiltins.cpp | 518 SizeOffsetType Data = Visitor.compute(const_cast<Value*>(Ptr)); in getObjectSize() 559 Eval.compute(ObjectSize->getArgOperand(0)); in lowerObjectSizeCall() 611 SizeOffsetType ObjectSizeOffsetVisitor::compute(Value *V) { in compute() function in ObjectSizeOffsetVisitor 785 SizeOffsetType PtrData = compute(GEP.getPointerOperand()); in visitGEPOperator() 796 return compute(GA.getAliasee()); in visitGlobalAlias() 823 SizeOffsetType TrueSide = compute(I.getTrueValue()); in visitSelectInst() 824 SizeOffsetType FalseSide = compute(I.getFalseValue()); in visitSelectInst() 872 SizeOffsetEvalType ObjectSizeOffsetEvaluator::compute(Value *V) { in compute() function in ObjectSizeOffsetEvaluator 904 SizeOffsetType Const = Visitor.compute(V); in compute_()
|
H A D | DivergenceAnalysis.cpp | 313 void DivergenceAnalysisImpl::compute() { in compute() function in DivergenceAnalysisImpl 377 DA->compute(); in DivergenceInfo()
|
/netbsd-src/external/gpl3/gdb/dist/sim/mips/ |
H A D | m16.igen | 15 :compute:::int:TRX:RX:((RX < 2) ? (16 + RX) \: RX) 16 :compute:::int:TRY:RY:((RY < 2) ? (16 + RY) \: RY) 17 :compute:::int:TRZ:RZ:((RZ < 2) ? (16 + RZ) \: RZ) 18 :compute:::int:SHIFT:SHAMT:((SHAMT == 0) ? 8 \: SHAMT) 20 :compute:::int:SHAMT:SHAMT_4_0,S5:(LSINSERTED (S5, 5, 5) | SHAMT_4_0) 22 :compute:::address_word:IMMEDIATE:IMM_25_21,IMM_20_16,IMMED_15_0:(LSINSERTED (IMM_25_21, 25, 21) | … 23 :compute:::int:R32:R32L,R32H:((R32H << 3) | R32L) 25 :compute:::address_word:IMMEDIATE:IMM_10_5,IMM_15_11,IMM_4_0:(LSINSERTED (IMM_10_5, 10, 5) | LSINSE… 27 :compute:::address_word:IMMEDIATE:IMM_10_4,IMM_14_11,IMM_3_0:(LSINSERTED (IMM_10_4, 10, 4) | LSINSE… 1047 // compute basepc dependant on us being in a delay slot
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/ |
H A D | RegisterClassInfo.cpp | 92 void RegisterClassInfo::compute(const TargetRegisterClass *RC) const { in compute() function in RegisterClassInfo 192 compute(RC); in computePSetLimit()
|
/netbsd-src/sys/external/gpl2/dts/dist/arch/arm64/boot/dts/qcom/ |
H A D | sm8250.dtsi | 1367 compatible = "qcom,sm8250-compute-noc"; 2120 compute-cb@1 { 2121 compatible = "qcom,fastrpc-compute-cb"; 2126 compute-cb@2 { 2127 compatible = "qcom,fastrpc-compute-cb"; 2132 compute-cb@3 { 2133 compatible = "qcom,fastrpc-compute-cb"; 2185 compute-cb@1 { 2186 compatible = "qcom,fastrpc-compute-cb"; 2191 compute-cb@2 { [all …]
|
/netbsd-src/lib/libc/arch/mips/gen/ |
H A D | fabs.S | 61 abs.d $f0, $f12 # compute absolute value of x
|
/netbsd-src/common/lib/libc/arch/mips/string/ |
H A D | strlen.S | 48 PTR_SUBU v0, a0, v1 # compute length - 1 for '\0' char
|
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Tooling/Refactoring/Extract/ |
H A D | SourceExtraction.h | 34 static ExtractionSemicolonPolicy compute(const Stmt *S,
|
/netbsd-src/sys/arch/mips/mips/ |
H A D | fp.S | 904 or t0, t0, ta0 # compute result sign 907 and t0, t0, ta0 # compute result sign 942 li t9, 32 # compute 32 - abs(exp diff) 963 or t0, t0, ta0 # compute result sign 966 and t0, t0, ta0 # compute result sign 969 sltu v0, zero, t9 # compute t2:zero - ta2:t9 976 sltu v0, zero, t9 # compute ta2:zero - t2:t9 1027 or t0, t0, ta0 # compute result sign 1030 and t0, t0, ta0 # compute result sign 1107 sltu v0, t3, ta3 # compute carry [all …]
|
/netbsd-src/external/gpl3/binutils/dist/gas/doc/ |
H A D | c-m32r.texi | 193 or3 r0, r0, #low(0x12345678) ; compute r0 = r0 | 0x5678 194 add3, r0, r0, #low(fred) ; compute r0 = r0 + low 16-bits of address of fred 204 seth r0, #high(0x12345678) ; compute r0 = 0x12340000 205 seth, r0, #high(fred) ; compute r0 = upper 16-bits of address of fred 222 seth r0, #shigh(0x12345678) ; compute r0 = 0x12340000 223 seth r0, #shigh(0x00008000) ; compute r0 = 0x00010000
|
/netbsd-src/external/gpl3/binutils.old/dist/gas/doc/ |
H A D | c-m32r.texi | 193 or3 r0, r0, #low(0x12345678) ; compute r0 = r0 | 0x5678 194 add3, r0, r0, #low(fred) ; compute r0 = r0 + low 16-bits of address of fred 204 seth r0, #high(0x12345678) ; compute r0 = 0x12340000 205 seth, r0, #high(fred) ; compute r0 = upper 16-bits of address of fred 222 seth r0, #shigh(0x12345678) ; compute r0 = 0x12340000 223 seth r0, #shigh(0x00008000) ; compute r0 = 0x00010000
|
/netbsd-src/sys/arch/sparc/sparc/ |
H A D | sunos_sigcode.s | 78 add %sp, 64 + 16, %o0 ! compute scp
|
/netbsd-src/lib/libc/arch/mips/sys/ |
H A D | sbrk.S | 61 PTR_ADDU a0, a0, t1 # compute current break
|
/netbsd-src/lib/libc/arch/sparc64/gen/ |
H A D | _setjmp.S | 91 movrnz %i1, %i1, %i0 ! compute v ? v : 1
|
/netbsd-src/external/mit/libuv/dist/docs/code/ |
H A D | CMakeLists.txt | 16 idle-compute
|
/netbsd-src/external/apache2/llvm/dist/llvm/docs/ |
H A D | GetElementPtr.rst | 118 address of ``MyVar``. They compute, as follows (using C syntax): 221 Quick Answer: They compute different address locations. 244 Quick Answer: They compute the same address location. 246 These two GEP instructions will compute the same address because indexing 347 valid to compute arbitrary element indices, as the computation only depends on 399 You can compute an address that way, but if you use GEP to do the add, you can't 415 Can I compute the distance between two objects, and add that value to one address to compute the ot… 418 As with arithmetic on null, you can use GEP to compute an address that way, but
|
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Analysis/ |
H A D | MemoryBuiltins.h | 254 SizeOffsetType compute(Value *V); 322 SizeOffsetEvalType compute(Value *V);
|
/netbsd-src/sys/arch/newsmips/stand/boot/ |
H A D | locore.S | 79 addu a1, a1, a0 # compute ending address
|