Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for bic64 (0.08 sec)

  1. test/armimm.go

    	}
    	if want, got = c64s-a, subr64s(a); got != want {
    		panic(fmt.Sprintf("subr64s(%x) = %x, want %x", a, got, want))
    	}
    	if want, got = a&^c64a, bic64(a); got != want {
    		panic(fmt.Sprintf("bic64(%x) = %x, want %x", a, got, want))
    	}
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu May 11 13:53:54 UTC 2017
    - 3.9K bytes
    - Viewed (0)
Back to top