Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 12 for 168 (0.03 sec)

  1. src/cmd/compile/internal/ssa/_gen/S390X.rules

    (Rsh(16|8)Ux64 <t> x y) => (LOCGR {s390x.GreaterOrEqual} <t> (SRW <t> (MOV(H|B)Zreg x) y) (MOVDconst [0]) (CMPUconst y [64]))
    (Rsh(16|8)Ux32 <t> x y) => (LOCGR {s390x.GreaterOrEqual} <t> (SRW <t> (MOV(H|B)Zreg x) y) (MOVDconst [0]) (CMPWUconst y [64]))
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Oct 12 18:09:26 UTC 2023
    - 74.3K bytes
    - Viewed (0)
  2. src/cmd/compile/internal/ssa/_gen/AMD64.rules

    // Adjust moves to be a multiple of 16 bytes.
    (Move [s] dst src mem)
    	&& s > 16 && s%16 != 0 && s%16 <= 8 =>
    	(Move [s-s%16]
    		(OffPtr <dst.Type> dst [s%16])
    		(OffPtr <src.Type> src [s%16])
    		(MOVQstore dst (MOVQload src mem) mem))
    (Move [s] dst src mem)
    	&& s > 16 && s%16 != 0 && s%16 > 8 && config.useSSE =>
    	(Move [s-s%16]
    		(OffPtr <dst.Type> dst [s%16])
    		(OffPtr <src.Type> src [s%16])
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Mar 12 19:38:41 UTC 2024
    - 93.9K bytes
    - Viewed (0)
  3. src/cmd/asm/internal/asm/testdata/arm.s

    // BFX/BFXU/BFC/BFI
    	BFX	$16, $8, R1, R2 // BFX $16, R1, $8, R2   // 5124afe7
    	BFX	$29, $2, R8                              // 5881bce7
    	BFXU	$16, $8, R1, R2 // BFXU $16, R1, $8, R2  // 5124efe7
    	BFXU	$29, $2, R8                              // 5881fce7
    	BFC	$29, $2, R8                              // 1f81dee7
    	BFI	$29, $2, R8                              // 1881dee7
    	BFI	$16, $8, R1, R2 // BFI $16, R1, $8, R2   // 1124d7e7
    
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Dec 15 20:51:01 UTC 2023
    - 69K bytes
    - Viewed (0)
  4. src/fmt/fmt_test.go

    	{"%.4b", float32(1.0), "8388608p-23"},
    	{"%.4b", -1.0, "-4503599627370496p-52"},
    	// Test correct f.intbuf boundary checks.
    	{"%.68f", 1.0, zeroFill("1.", 68, "")},
    	{"%.68f", -1.0, zeroFill("-1.", 68, "")},
    	// float infinites and NaNs
    	{"%f", posInf, "+Inf"},
    	{"%.1f", negInf, "-Inf"},
    	{"% f", NaN, " NaN"},
    	{"%20f", posInf, "                +Inf"},
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Mar 04 17:31:55 UTC 2024
    - 58.6K bytes
    - Viewed (0)
  5. src/syscall/zerrors_linux_mips.go

    	162:  "key has expired",
    	163:  "key has been revoked",
    	164:  "key was rejected by service",
    	165:  "owner died",
    	166:  "state not recoverable",
    	167:  "operation not possible due to RF-kill",
    	168:  "memory page has hardware error",
    	1133: "disk quota exceeded",
    }
    
    // Signal table
    var signals = [...]string{
    	1:  "hangup",
    	2:  "interrupt",
    	3:  "quit",
    	4:  "illegal instruction",
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Aug 19 16:12:50 UTC 2022
    - 69.2K bytes
    - Viewed (0)
  6. src/syscall/zerrors_linux_mips64.go

    	162:  "key has expired",
    	163:  "key has been revoked",
    	164:  "key was rejected by service",
    	165:  "owner died",
    	166:  "state not recoverable",
    	167:  "operation not possible due to RF-kill",
    	168:  "memory page has hardware error",
    	1133: "disk quota exceeded",
    }
    
    // Signal table
    var signals = [...]string{
    	1:  "hangup",
    	2:  "interrupt",
    	3:  "quit",
    	4:  "illegal instruction",
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Aug 19 16:12:50 UTC 2022
    - 68.5K bytes
    - Viewed (0)
  7. src/syscall/zerrors_linux_mips64le.go

    	162:  "key has expired",
    	163:  "key has been revoked",
    	164:  "key was rejected by service",
    	165:  "owner died",
    	166:  "state not recoverable",
    	167:  "operation not possible due to RF-kill",
    	168:  "memory page has hardware error",
    	1133: "disk quota exceeded",
    }
    
    // Signal table
    var signals = [...]string{
    	1:  "hangup",
    	2:  "interrupt",
    	3:  "quit",
    	4:  "illegal instruction",
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Aug 19 16:12:50 UTC 2022
    - 68.5K bytes
    - Viewed (0)
  8. src/syscall/zerrors_linux_mipsle.go

    	162:  "key has expired",
    	163:  "key has been revoked",
    	164:  "key was rejected by service",
    	165:  "owner died",
    	166:  "state not recoverable",
    	167:  "operation not possible due to RF-kill",
    	168:  "memory page has hardware error",
    	1133: "disk quota exceeded",
    }
    
    // Signal table
    var signals = [...]string{
    	1:  "hangup",
    	2:  "interrupt",
    	3:  "quit",
    	4:  "illegal instruction",
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Aug 19 16:12:50 UTC 2022
    - 69.2K bytes
    - Viewed (0)
  9. src/runtime/asm_amd64.s

    	MOVQ X3, 96(R12)
    	MOVQ X4, 104(R12)
    	MOVQ X5, 112(R12)
    	MOVQ X6, 120(R12)
    	MOVQ X7, 128(R12)
    	MOVQ X8, 136(R12)
    	MOVQ X9, 144(R12)
    	MOVQ X10, 152(R12)
    	MOVQ X11, 160(R12)
    	MOVQ X12, 168(R12)
    	MOVQ X13, 176(R12)
    	MOVQ X14, 184(R12)
    	RET
    
    // unspillArgs loads args into registers from a *internal/abi.RegArgs in R12.
    TEXT ·unspillArgs(SB),NOSPLIT,$0-0
    	MOVQ 0(R12), AX
    	MOVQ 8(R12), BX
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Sat May 11 20:38:24 UTC 2024
    - 60.4K bytes
    - Viewed (0)
  10. platforms/software/dependency-management/src/main/resources/org/gradle/api/internal/artifacts/ivyservice/ivyresolve/verification/report/uikit-icons.min.js

    10.37,7.49 C13.3,8.65 15.54,10.96 16.65,13.08 C16.97,13.7 17.48,14.86 17.68,16 C16.87,15.05 15.73,14.15 14.82,13.53 L14.82,13.53 Z"/></svg>',rss:'<svg width="20" height="20" viewBox="0 0 20 20" xmlns="http://www.w3.org/2000/svg"><circle cx="3.12" cy="16.8" r="1.85"/><path fill="none" stroke="#000" stroke-width="1.1" d="M1.5,8.2 C1.78,8.18 2.06,8.16 2.35,8.16 C7.57,8.16 11.81,12.37 11.81,17.57 C11.81,17.89 11.79,18.19 11.76,18.5"/><path fill="none" stroke="#000" stroke-width="1.1" d="M1.5,2.52 C1.78,2.51...
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue Oct 10 21:10:11 UTC 2023
    - 62.5K bytes
    - Viewed (0)
Back to top