Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for pfxEnabled (0.12 sec)

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

    		isU32 := uint64(uint32(p.From.Offset)) == uint64(p.From.Offset)
    		// If prefixed instructions are supported, a 34b signed constant can be generated by one pli instruction.
    		isS34 := pfxEnabled && (p.From.Offset<<30)>>30 == p.From.Offset
    
    		// Try converting MOVD $const,Rx into ADDIS/ORIS $s32>>16,R0,Rx
    		switch {
    		case isS32 && p.From.Offset&0xFFFF == 0 && p.From.Offset != 0:
    			p.As = AADDIS
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed May 22 18:17:17 UTC 2024
    - 40.8K bytes
    - Viewed (0)
Back to top