Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 5 of 5 for vpkshss (2.29 sec)

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

    	VNOR:           "vnor",
    	VOR:            "vor",
    	VPERM:          "vperm",
    	VPKPX:          "vpkpx",
    	VPKSHSS:        "vpkshss",
    	VPKSHUS:        "vpkshus",
    	VPKSWSS:        "vpkswss",
    	VPKSWUS:        "vpkswus",
    	VPKUHUM:        "vpkuhum",
    	VPKUHUS:        "vpkuhus",
    	VPKUWUM:        "vpkuwum",
    	VPKUWUS:        "vpkuwus",
    	VREFP:          "vrefp",
    	VRFIM:          "vrfim",
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Nov 22 17:16:14 UTC 2022
    - 334.7K bytes
    - Viewed (0)
  2. src/cmd/internal/obj/s390x/anames.go

    	"VMOF",
    	"VNO",
    	"VNOT",
    	"VO",
    	"VPK",
    	"VPKH",
    	"VPKF",
    	"VPKG",
    	"VPKLS",
    	"VPKLSH",
    	"VPKLSF",
    	"VPKLSG",
    	"VPKLSHS",
    	"VPKLSFS",
    	"VPKLSGS",
    	"VPKS",
    	"VPKSH",
    	"VPKSF",
    	"VPKSG",
    	"VPKSHS",
    	"VPKSFS",
    	"VPKSGS",
    	"VPERM",
    	"VPDI",
    	"VPOPCT",
    	"VREP",
    	"VREPB",
    	"VREPH",
    	"VREPF",
    	"VREPG",
    	"VREPI",
    	"VREPIB",
    	"VREPIH",
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Sep 05 16:41:03 UTC 2023
    - 7.1K bytes
    - Viewed (0)
  3. src/cmd/internal/obj/s390x/a.out.go

    	AVMOF
    	AVNO
    	AVNOT
    	AVO
    	AVPK
    	AVPKH
    	AVPKF
    	AVPKG
    	AVPKLS
    	AVPKLSH
    	AVPKLSF
    	AVPKLSG
    	AVPKLSHS
    	AVPKLSFS
    	AVPKLSGS
    	AVPKS
    	AVPKSH
    	AVPKSF
    	AVPKSG
    	AVPKSHS
    	AVPKSFS
    	AVPKSGS
    	AVPERM
    	AVPDI
    	AVPOPCT
    	AVREP
    	AVREPB
    	AVREPH
    	AVREPF
    	AVREPG
    	AVREPI
    	AVREPIB
    	AVREPIH
    	AVREPIF
    	AVREPIG
    	AVSCEF
    	AVSCEG
    	AVSEL
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Sep 05 16:41:03 UTC 2023
    - 12.4K bytes
    - Viewed (0)
  4. src/cmd/internal/obj/s390x/vector.go

    	case AVPKLSGS:
    		return op_VPKLS, 3, 1
    	case AVPKS:
    		return op_VPKS, 0, 0
    	case AVPKSH:
    		return op_VPKS, 1, 0
    	case AVPKSF:
    		return op_VPKS, 2, 0
    	case AVPKSG:
    		return op_VPKS, 3, 0
    	case AVPKSHS:
    		return op_VPKS, 1, 1
    	case AVPKSFS:
    		return op_VPKS, 2, 1
    	case AVPKSGS:
    		return op_VPKS, 3, 1
    	case AVPERM:
    		return op_VPERM, 0, 0
    	case AVPDI:
    		return op_VPDI, 0, 0
    	case AVPOPCT:
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed Oct 09 14:45:09 UTC 2019
    - 19.3K bytes
    - Viewed (0)
  5. src/cmd/internal/obj/s390x/asmz.go

    			opset(AVFENEZH, r)
    			opset(AVFENEZF, r)
    			opset(AVFENEZBS, r)
    			opset(AVFENEZHS, r)
    			opset(AVFENEZFS, r)
    		case AVPKSG:
    			opset(AVPKSH, r)
    			opset(AVPKSF, r)
    			opset(AVPKSHS, r)
    			opset(AVPKSFS, r)
    			opset(AVPKSGS, r)
    			opset(AVPKLSH, r)
    			opset(AVPKLSF, r)
    			opset(AVPKLSG, r)
    			opset(AVPKLSHS, r)
    			opset(AVPKLSFS, r)
    			opset(AVPKLSGS, r)
    		case AVAQ:
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Apr 16 17:46:09 UTC 2024
    - 176.7K bytes
    - Viewed (0)
Back to top