Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 3 of 3 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 Dec 30 11:13:12 UTC 2025
    - Last Modified: Fri Oct 08 21:38:44 UTC 2021
    - 581.9K bytes
    - Viewed (1)
  2. lib/fips140/v1.0.0-c2097c7c.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-c2097c7c/fips140/v1.0.0-c2097c7c/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,...
    Registered: Tue Dec 30 11:13:12 UTC 2025
    - Last Modified: Thu Sep 25 19:53:19 UTC 2025
    - 642.7K bytes
    - Viewed (0)
  3. lib/fips140/v1.1.0-rc1.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.1.0-rc1/fips140/v1.1.0-rc1/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,...
    Registered: Tue Dec 30 11:13:12 UTC 2025
    - Last Modified: Thu Dec 11 16:27:41 UTC 2025
    - 663K bytes
    - Viewed (0)
Back to top