Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 5 of 5 for pstfs (0.15 sec)

  1. src/cmd/asm/internal/asm/testdata/ppc64_p10.s

    	PNOP                                    // 0700000000000000
    	PSTB R1, $1, 12345678(R2)               // 061000bc9822614e
    	PSTD R1, $1, 12345678(R2)               // 041000bcf422614e
    	PSTFD F1, $1, 12345678(R2)              // 061000bcd822614e
    	PSTFS F1, $1, 123456789(R7)             // 0610075bd027cd15
    	PSTH R1, $1, 12345678(R2)               // 061000bcb022614e
    	PSTQ R2, $1, 12345678(R2)               // 041000bcf042614e
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Mar 23 20:52:57 UTC 2023
    - 14.3K bytes
    - Viewed (0)
  2. src/cmd/internal/obj/ppc64/asm9_gtables.go

    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed Nov 16 20:18:50 UTC 2022
    - 42.6K bytes
    - Viewed (0)
  3. src/cmd/vendor/golang.org/x/arch/ppc64/ppc64asm/tables.go

    	PMXVI8GER4:     "pmxvi8ger4",
    	PMXVI8GER4PP:   "pmxvi8ger4pp",
    	PMXVI8GER4SPP:  "pmxvi8ger4spp",
    	PNOP:           "pnop",
    	PSTB:           "pstb",
    	PSTD:           "pstd",
    	PSTFD:          "pstfd",
    	PSTFS:          "pstfs",
    	PSTH:           "psth",
    	PSTQ:           "pstq",
    	PSTW:           "pstw",
    	PSTXSD:         "pstxsd",
    	PSTXSSP:        "pstxssp",
    	PSTXV:          "pstxv",
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Nov 22 17:16:14 UTC 2022
    - 334.7K bytes
    - Viewed (0)
  4. src/cmd/vendor/golang.org/x/arch/ppc64/ppc64asm/plan9.go

    	// store instructions always have the memory operand at the end, no need to reorder
    	// indexed stores handled separately
    	case STB, STBU,
    		STH, STHU,
    		STW, STWU,
    		STD, STDU,
    		STFD, STFDU,
    		STFS, STFSU,
    		STQ, HASHST, HASHSTP:
    		return op + " " + strings.Join(args, ",")
    
    	case FCMPU, FCMPO, CMPD, CMPDI, CMPLD, CMPLDI, CMPW, CMPWI, CMPLW, CMPLWI:
    		crf := int(inst.Args[0].(CondReg) - CR0)
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Nov 22 17:16:14 UTC 2022
    - 10.9K bytes
    - Viewed (0)
  5. src/cmd/internal/obj/ppc64/asm9.go

    		OPVCC(37, 0, 0, 0), // stwu
    		OPVCC(38, 0, 0, 0), // stb
    		OPVCC(39, 0, 0, 0), // stbu
    		OPVCC(44, 0, 0, 0), // sth
    		OPVCC(45, 0, 0, 0), // sthu
    		OPVCC(47, 0, 0, 0), // stmw
    		OPVCC(52, 0, 0, 0), // stfs
    		OPVCC(53, 0, 0, 0), // stfsu
    		OPVCC(54, 0, 0, 0), // stfd
    		OPVCC(55, 0, 0, 0): // stfdu
    		return D_FORM
    	}
    	return 0
    }
    
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed May 15 13:55:28 UTC 2024
    - 156.1K bytes
    - Viewed (0)
Back to top