Search Options

Display Count
Sort
Preferred Language
Advanced Search

Results 1 - 3 of 3 for CMPB (0.06 seconds)

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

    	CMPQ R11, R11                           // 4d39db or 4d3bdb
    	CMPB (BX), $7                           // 803b07
    	CMPB (R11), $7                          // 41803b07
    	CMPB DL, $7                             // 80fa07
    	CMPB R11, $7                            // 4180fb07
    	CMPB (BX), DL                           // 3813
    	CMPB (BX), R11                          // 44381b
    	CMPB (R11), DL                          // 413813
    Created: Tue Apr 07 11:13:11 GMT 2026
    - Last Modified: Fri Oct 08 21:38:44 GMT 2021
    - 581.9K bytes
    - Click Count (1)
  2. lib/fips140/v1.26.0.zip

    igmod/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) (c uint) // Requires: ADX, BMI2 TEXT 路addMulVVW1024(SB), $0-32 CMPB 路supportADX+0(SB), $0x01 JEQ adx MOVQ z+0(FP), CX MOVQ x+8(FP), BX MOVQ y+16(FP), SI XORQ DI, DI // Iteration 0 MOVQ (BX), AX MULQ SI ADDQ (CX), AX ADCQ $0x00, DX ADDQ DI, AX ADCQ $0x00, DX MOVQ DX, DI MOVQ AX, (CX) // Iteration 1 MOVQ 8(BX), AX MULQ...
    Created: Tue Apr 07 11:13:11 GMT 2026
    - Last Modified: Thu Jan 08 17:58:32 GMT 2026
    - 660.3K bytes
    - Click Count (0)
  3. lib/fips140/v1.0.0-c2097c7c.zip

    igmod/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) (c uint) // Requires: ADX, BMI2 TEXT 路addMulVVW1024(SB), $0-32 CMPB 路supportADX+0(SB), $0x01 JEQ adx MOVQ z+0(FP), CX MOVQ x+8(FP), BX MOVQ y+16(FP), SI XORQ DI, DI // Iteration 0 MOVQ (BX), AX MULQ SI ADDQ (CX), AX ADCQ $0x00, DX ADDQ DI, AX ADCQ $0x00, DX MOVQ DX, DI MOVQ AX, (CX) // Iteration 1 MOVQ 8(BX), AX MULQ...
    Created: Tue Apr 07 11:13:11 GMT 2026
    - Last Modified: Thu Sep 25 19:53:19 GMT 2025
    - 642.7K bytes
    - Click Count (0)
Back to Top