Search Options

Results per page
Sort
Preferred Languages
Advance

Results 21 - 21 of 21 for PROPERTIES (0.2 sec)

  1. src/cmd/internal/obj/x86/asm6.go

    // setting MaxLoopPad = 0. The code is here for reference and
    // for future experiments.
    const (
    	loopAlign  = 16
    	maxLoopPad = 0
    )
    
    // Bit flags that are used to express jump target properties.
    const (
    	// branchBackwards marks targets that are located behind.
    	// Used to express jumps to loop headers.
    	branchBackwards = (1 << iota)
    	// branchShort marks branches those target is close,
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed May 15 15:44:14 UTC 2024
    - 146.9K bytes
    - Viewed (0)
Back to top