Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for xxxxxxx (0.05 sec)

  1. src/cmd/internal/obj/arm64/asm7.go

    // by R bits, and repeated with period of 64, 32, 16, 8, 4, or 2.
    // it is encoded in logical instructions with 3 bitfields
    // N (1 bit) : R (6 bits) : S (6 bits), where
    // N=1           -- period=64
    // N=0, S=0xxxxx -- period=32
    // N=0, S=10xxxx -- period=16
    // N=0, S=110xxx -- period=8
    // N=0, S=1110xx -- period=4
    // N=0, S=11110x -- period=2
    // R is the shift amount, low bits of S = n-1
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed May 15 15:44:14 UTC 2024
    - 201.1K bytes
    - Viewed (0)
Back to top