Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for VLEIG (0.15 sec)

  1. src/cmd/internal/obj/s390x/anames.go

    	"VLREP",
    	"VLREPB",
    	"VLREPH",
    	"VLREPF",
    	"VLREPG",
    	"VLC",
    	"VLCB",
    	"VLCH",
    	"VLCF",
    	"VLCG",
    	"VLEH",
    	"VLEF",
    	"VLEG",
    	"VLEB",
    	"VLEIH",
    	"VLEIF",
    	"VLEIG",
    	"VLEIB",
    	"VFI",
    	"VFIDB",
    	"WFIDB",
    	"VLGV",
    	"VLGVB",
    	"VLGVH",
    	"VLGVF",
    	"VLGVG",
    	"VLLEZ",
    	"VLLEZB",
    	"VLLEZH",
    	"VLLEZF",
    	"VLLEZG",
    	"VLM",
    	"VLP",
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Sep 05 16:41:03 UTC 2023
    - 7.1K bytes
    - Viewed (0)
  2. src/hash/crc32/crc32_s390x.s

    	ADD     $16, R3
    	ADD     $-16, R4
    
    	// Process remaining data chunks
    	CMP     R4 ,$16
    	BGE     fold_16bytes_loop
    
    final_fold:
    	VLEIB   $7, $0x40, V9
    	VSRLB   V9, CONST_R4R3, V0
    	VLEIG   $0, $1, V0
    
    	VGFMG   V0, V1, V1
    
    	VLEIB   $7, $0x20, V9         // Shift by words
    	VSRLB   V9, V1, V2            // Store remaining bits in V2
    	VUPLLF  V1, V1                // Split rightmost doubleword
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Apr 20 00:49:17 UTC 2021
    - 7.6K bytes
    - Viewed (0)
Back to top