Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for pla (0.03 sec)

  1. src/cmd/link/internal/ppc64/asm.go

    	OP_BCL           = 0x40000001 // bcl
    	OP_ADDI          = 0x38000000 // addi
    	OP_ADDIS         = 0x3c000000 // addis
    	OP_LD            = 0xe8000000 // ld
    	OP_PLA_PFX       = 0x06100000 // pla (prefix instruction word)
    	OP_PLA_SFX       = 0x38000000 // pla (suffix instruction word)
    	OP_PLD_PFX_PCREL = 0x04100000 // pld (prefix instruction word, R=1)
    	OP_PLD_SFX       = 0xe4000000 // pld (suffix instruction word)
    	OP_MFLR          = 0x7c0802a6 // mflr
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Mar 19 20:54:08 UTC 2024
    - 63.7K bytes
    - Viewed (0)
Back to top