Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for symMode (0.36 sec)

  1. src/cmd/internal/obj/arm/asm5.go

    	{REG_MB_OSH, 3},
    	{REG_MB_OSHST, 2},
    }
    
    var oprange [ALAST & obj.AMask][]Optab
    
    var xcmp [C_GOK + 1][C_GOK + 1]bool
    
    var (
    	symdiv  *obj.LSym
    	symdivu *obj.LSym
    	symmod  *obj.LSym
    	symmodu *obj.LSym
    )
    
    // Note about encoding: Prog.scond holds the condition encoding,
    // but XOR'ed with C_SCOND_XOR, so that C_SCOND_NONE == 0.
    // The code that shifts the value << 28 has the responsibility
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Dec 15 20:51:01 UTC 2023
    - 79.4K bytes
    - Viewed (0)
Back to top