Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for SPOP_ (0.81 sec)

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

    // Code generated by "stringer -type SpecialOperand -trimprefix SPOP_"; DO NOT EDIT.
    
    package arm64
    
    import "strconv"
    
    func _() {
    	// An "invalid array index" compiler error signifies that the constant values have changed.
    	// Re-run the stringer command to generate them again.
    	var x [1]struct{}
    	_ = x[SPOP_PLDL1KEEP-0]
    	_ = x[SPOP_BEGIN-0]
    	_ = x[SPOP_PLDL1STRM-1]
    	_ = x[SPOP_PLDL2KEEP-2]
    	_ = x[SPOP_PLDL2STRM-3]
    	_ = x[SPOP_PLDL3KEEP-4]
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Apr 01 07:18:42 UTC 2022
    - 5.5K bytes
    - Viewed (0)
  2. src/cmd/internal/obj/arm64/a.out.go

    	ARNG_1D
    	ARNG_4H
    	ARNG_8H
    	ARNG_2S
    	ARNG_4S
    	ARNG_2D
    	ARNG_1Q
    	ARNG_B
    	ARNG_H
    	ARNG_S
    	ARNG_D
    )
    
    //go:generate stringer -type SpecialOperand -trimprefix SPOP_
    type SpecialOperand int
    
    const (
    	// PRFM
    	SPOP_PLDL1KEEP SpecialOperand = iota     // must be the first one
    	SPOP_BEGIN     SpecialOperand = iota - 1 // set as the lower bound
    	SPOP_PLDL1STRM
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed Oct 18 17:56:30 UTC 2023
    - 18.1K bytes
    - Viewed (0)
Back to top