Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 4 of 4 for plwa (0.13 sec)

  1. src/cmd/vendor/golang.org/x/arch/ppc64/ppc64asm/gnu.go

    	case "paddi":
    		// There are several extended mnemonics.  Notably, "pla" is
    		// the only valid mnemonic for paddi (R=1), In this case, RA must
    		// always be 0.  Otherwise it is invalid.
    		r := inst.Args[3].(Imm)
    		ra := inst.Args[1].(Reg)
    		str := opName
    		if ra == R0 {
    			name := []string{"pli", "pla"}
    			str = fmt.Sprintf("%s %s,%s",
    				name[r&1],
    				gnuArg(&inst, 0, inst.Args[0], PC),
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Oct 19 23:33:33 UTC 2023
    - 12.2K bytes
    - Viewed (0)
  2. 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)
  3. src/cmd/internal/obj/ppc64/asm9.go

    // The size is needed when setting the offset value in the instruction
    // and when generating relocation for that field.
    // DS form instructions include: ld, ldu, lwa, std, stdu.  All other
    // loads and stores with an offset field are D form.  This function should
    // only be called with the same opcodes as are handled by opstore and opload.
    func (c *ctxt9) opform(insn uint32) int {
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed May 15 13:55:28 UTC 2024
    - 156.1K bytes
    - Viewed (0)
  4. okhttp/src/test/resources/okhttp3/internal/publicsuffix/public_suffix_list.dat

    // Submitted by Jesse MacFadyen<******@****.***>
    adobeio-static.net
    adobeioruntime.net
    
    // Agnat sp. z o.o. : https://domena.pl
    // Submitted by Przemyslaw Plewa <******@****.***>
    beep.pl
    
    // Airkit : https://www.airkit.com/
    // Submitted by Grant Cooksey <******@****.***>
    airkitapps.com
    airkitapps-au.com
    airkitapps.eu
    
    Registered: Sun Jun 16 04:42:17 UTC 2024
    - Last Modified: Wed Dec 20 23:27:07 UTC 2023
    - 240.3K bytes
    - Viewed (0)
Back to top