Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for ZW (0.14 sec)

  1. src/cmd/compile/internal/ssa/_gen/ARM64Ops.go

    		{name: "UGT", controls: 1},
    		{name: "UGE", controls: 1},
    		{name: "Z", controls: 1},                  // Control == 0 (take a register instead of flags)
    		{name: "NZ", controls: 1},                 // Control != 0
    		{name: "ZW", controls: 1},                 // Control == 0, 32-bit
    		{name: "NZW", controls: 1},                // Control != 0, 32-bit
    		{name: "TBZ", controls: 1, aux: "Int64"},  // Control & (1 << AuxInt) == 0
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu May 23 15:49:20 UTC 2024
    - 58.8K bytes
    - Viewed (0)
Back to top