Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for appropriate (0.5 sec)

  1. src/cmd/internal/obj/ppc64/doc.go

    32 bit values, 63 for 64 bit values). If the shift count is in a register, then
    only the low 5 or 6 bits of the register will be used as the shift count. The
    Go compiler will add appropriate code to compare the shift value to achieve the
    correct result, and the assembler does not add extra checking.
    
    Examples:
    
    	SRAD $8,R3,R4		=>	sradi r4,r3,8
    	SRD $8,R3,R4		=>	rldicl r4,r3,56,8
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Apr 21 16:47:45 UTC 2023
    - 11.3K bytes
    - Viewed (0)
  2. src/cmd/cgo/doc.go

    in any package in the program are concatenated and used at link time. All the
    pkg-config directives are concatenated and sent to pkg-config simultaneously
    to add to each appropriate set of command-line flags.
    
    When the cgo directives are parsed, any occurrence of the string ${SRCDIR}
    will be replaced by the absolute path to the directory containing the source
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon May 13 17:12:16 UTC 2024
    - 42.2K bytes
    - Viewed (0)
Back to top