Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for VM (0.12 sec)

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

    	VPGATHERDQ Y5, 664(DX*8), Y6    // ERROR "invalid instruction"
    	VPGATHERDQ Y5, (DX), Y0         // ERROR "invalid instruction"
    	// VM/X rejects Y index register.
    	VPGATHERDQ Y5, 664(Y14*8), Y6   // ERROR "invalid instruction"
    	VPGATHERQQ X2, (BP)(Y7*2), X1   // ERROR "invalid instruction"
    	// VM/Y rejects X index register.
    	VPGATHERQQ Y2, (BP)(X7*2), Y1   // ERROR "invalid instruction"
    Others
    - Registered: Tue Apr 30 11:13:12 GMT 2024
    - Last Modified: Wed Jun 14 00:03:57 GMT 2023
    - 8.9K bytes
    - Viewed (0)
  2. api/go1.16.txt

    pkg syscall (darwin-arm64), const NOTE_VM_ERROR = 268435456
    pkg syscall (darwin-arm64), const NOTE_VM_ERROR ideal-int
    pkg syscall (darwin-arm64), const NOTE_VM_PRESSURE = 2147483648
    pkg syscall (darwin-arm64), const NOTE_VM_PRESSURE ideal-int
    pkg syscall (darwin-arm64), const NOTE_VM_PRESSURE_SUDDEN_TERMINATE = 536870912
    pkg syscall (darwin-arm64), const NOTE_VM_PRESSURE_SUDDEN_TERMINATE ideal-int
    Plain Text
    - Registered: Tue May 07 11:14:38 GMT 2024
    - Last Modified: Fri Dec 02 16:30:41 GMT 2022
    - 479.2K bytes
    - Viewed (0)
Back to top