Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for JL (0.04 sec)

  1. src/cmd/asm/internal/asm/testdata/amd64enc.s

    	//TODO: JG .+$0x11                      // 7f11
    	//TODO: JGE .+$0x11223344               // 480f8d44332211 or 0f8d44332211
    	//TODO: JGE .+$0x11                     // 7d11
    	//TODO: JL .+$0x11223344                // 0f8c44332211 or 480f8c44332211
    	//TODO: JL .+$0x11                      // 7c11
    	//TODO: JLE .+$0x11223344               // 0f8e44332211 or 480f8e44332211
    	//TODO: JLE .+$0x11                     // 7e11
    	JCS 2(PC)
    Registered: Tue Sep 09 11:13:09 UTC 2025
    - Last Modified: Fri Oct 08 21:38:44 UTC 2021
    - 581.9K bytes
    - Viewed (1)
  2. lib/fips140/v1.0.0.zip

    SI MOVL y+8(FP), BP LEAL (DI)(BX*4), DI LEAL (SI)(BX*4), SI NEGL BX // i = -n MOVL $0, CX // c = 0 JMP E6 L6: MOVL (SI)(BX*4), AX MULL BP ADDL CX, AX ADCL $0, DX ADDL AX, (DI)(BX*4) ADCL $0, DX MOVL DX, CX ADDL $1, BX // i++ E6: CMPL BX, $0 // i < 0 JL L6 MOVL CX, c+12(FP) RET golang.org/fips140@v1.0.0/fips140/v1.0.0/bigmod/nat_amd64.s // Code generated by command: go run nat_amd64_asm.go -out ../nat_amd64.s -pkg bigmod. DO NOT EDIT. //go:build !purego // func addMulVVW1024(z *uint, x *uint, y uint)...
    Registered: Tue Sep 09 11:13:09 UTC 2025
    - Last Modified: Wed Jan 29 15:10:35 UTC 2025
    - 635K bytes
    - Viewed (0)
Back to top