Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 4 of 4 for vadduhs (0.14 sec)

  1. src/cmd/internal/obj/ppc64/a.out.go

    	ASTVXL
    	AVAND
    	AVANDC
    	AVNAND
    	AVOR
    	AVORC
    	AVNOR
    	AVXOR
    	AVEQV
    	AVADDUM
    	AVADDUBM
    	AVADDUHM
    	AVADDUWM
    	AVADDUDM
    	AVADDUQM
    	AVADDCU
    	AVADDCUQ
    	AVADDCUW
    	AVADDUS
    	AVADDUBS
    	AVADDUHS
    	AVADDUWS
    	AVADDSS
    	AVADDSBS
    	AVADDSHS
    	AVADDSWS
    	AVADDE
    	AVADDEUQM
    	AVADDECUQ
    	AVSUBUM
    	AVSUBUBM
    	AVSUBUHM
    	AVSUBUWM
    	AVSUBUDM
    	AVSUBUQM
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Apr 01 18:50:29 UTC 2024
    - 16K bytes
    - Viewed (0)
  2. src/crypto/sha512/sha512block_ppc64x.s

    	VSHASIGMAD	$15, e, $1, S1; \
    	VADDUDM		xi, h, h; \
    	VSHASIGMAD	$0, a, $1, S0; \
    	VSHASIGMAD	$15, xj_14, $0, s1; \
    	VADDUDM		FUNC, h, h; \
    	VXOR		b, a, FUNC; \
    	VADDUDM		xj_9, xj, xj; \
    	VADDUDM		S1, h, h; \
    	VSEL		b, c, FUNC, FUNC; \
    	VADDUDM		KI, g, g; \
    	VADDUDM		h, d, d; \
    	VADDUDM		FUNC, S0, S0; \
    	VADDUDM		s0, xj, xj; \
    	LVX		(TBL)(idx), KI; \
    	VADDUDM		S0, h, h; \
    	VADDUDM		s1, xj, xj
    
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Mar 04 17:29:44 UTC 2024
    - 15.8K bytes
    - Viewed (0)
  3. src/crypto/aes/asm_ppc64x.s

    	VSLDOI	$12, ZERO, TMP, TMP // vsldoi 6,0,6,12
    	VXOR	IN0, TMP, IN0       // vxor 1,1,6
    	VSLDOI	$12, ZERO, TMP, TMP // vsldoi 6,0,6,12
    	VXOR	IN0, TMP, IN0       // vxor 1,1,6
    	VADDUWM	RCON, RCON, RCON    // vadduwm 4,4,4
    	VXOR	IN0, KEY, IN0       // vxor 1,1,3
    	BDNZ	loop128
    
    	LVX	(PTR)(R0), RCON // lvx 4,0,6     Last two round keys
    
    	// Key schedule (Round 9)
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon May 20 18:05:32 UTC 2024
    - 18.6K bytes
    - Viewed (0)
  4. src/runtime/symtab.go

    // to allow the linker to generate long calls when necessary.
    // When this happens, the vaddr for each text section is set to its offset within the text.
    // Each function's offset is compared against the section vaddrs and ends to determine the containing section.
    // Then the section relative offset is added to the section's
    // relocated baseaddr to compute the function address.
    //
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed May 29 17:58:53 UTC 2024
    - 40K bytes
    - Viewed (0)
Back to top