Search Options

Results per page
Sort
Preferred Languages
Advance

Results 11 - 13 of 13 for lxvl (0.51 sec)

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

    	"SETBCR",
    	"SETBC",
    	"PEXTD",
    	"PDEPD",
    	"MTVSRWM",
    	"MTVSRQM",
    	"MTVSRHM",
    	"MTVSRDM",
    	"MTVSRBMI",
    	"MTVSRBM",
    	"LXVRWX",
    	"LXVRHX",
    	"LXVRDX",
    	"LXVRBX",
    	"LXVPX",
    	"LXVP",
    	"LXVKQ",
    	"DCTFIXQQ",
    	"DCFFIXQQ",
    	"CNTTZDM",
    	"CNTLZDM",
    	"CFUGED",
    	"BRW",
    	"BRH",
    	"BRD",
    	"HASHSTP",
    	"HASHST",
    	"HASHCHKP",
    	"HASHCHK",
    	"XXSPLTIW",
    	"XXSPLTIDP",
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed Nov 16 20:18:50 UTC 2022
    - 42.6K bytes
    - Viewed (0)
  2. src/crypto/aes/gcm_ppc64x.s

    	XXLOR	VS14, VS14, V23		// Save last key
    final_block_last:
    	VCIPHERLAST V15, V23, V15	// Finish encryption
    #ifdef GOPPC64_power10
    	// set up length
    	SLD	$56, IN_LEN, R17
    	LXVLL	BLK_INP, R17, V25
    	VXOR	V25, V15, V25
    	STXVLL	V25, BLK_OUT, R17
    #else
    	ADD	$32, R1, MASK_PTR
    	MOVD	$0, R16
    	P8_STXVB16X(V15, MASK_PTR, R0)
    	CMP	IN_LEN, $8
    	BLT	next4
    	MOVD	0(MASK_PTR), R14
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Mar 04 17:29:44 UTC 2024
    - 27.1K bytes
    - Viewed (0)
  3. src/cmd/compile/internal/ssa/_gen/PPC64Ops.go

    			},
    			typ:            "Mem",
    			faultOnNilArg0: true,
    			faultOnNilArg1: true,
    			unsafePoint:    true,
    		},
    
    		// The following is similar to the LoweredMove, but uses
    		// LXV instead of LXVD2X, which does not require an index
    		// register and will do 4 in a loop instead of only.
    		{
    			name:      "LoweredQuadMove",
    			aux:       "Int64",
    			argLength: 3,
    			reg: regInfo{
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed May 22 19:59:38 UTC 2024
    - 43.8K bytes
    - Viewed (0)
Back to top