Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for Cretel (0.08 sec)

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

    	CMPPD	X1, X2, 4
    	CMPPD	foo+4(SB), X2, 4
    
    // LTYPEX spec9	{ outcode($1, &$2); }
    	PINSRW	$4, AX, X2
    	PINSRW	$4, foo+4(SB), X2
    
    // LTYPERT spec10	{ outcode($1, &$2); }
    	JCS	2(PC)
    	RETFL	$4
    
    // Was bug: LOOP is a branch instruction.
    	JCS	2(PC)
    loop:
    	LOOP	loop // LOOP
    
    	// Intel pseudonyms for our own renamings.
    	PADDD	M2, M1 // PADDL M2, M1
    	MOVDQ2Q	X1, M1 // MOVQ X1, M1
    Registered: Tue Sep 09 11:13:09 UTC 2025
    - Last Modified: Tue Apr 09 18:57:21 UTC 2019
    - 3.3K bytes
    - Viewed (0)
  2. src/cmd/asm/internal/asm/testdata/amd64enc.s

    	INVPCID (BX), R11                       // 66440f38821b
    	INVPCID (R11), R11                      // 66450f38821b
    	JCS 2(PC)
    	IRETW                                   // 66cf
    	JCS 2(PC)
    	IRETL                                   // cf
    	JCS 2(PC)
    	IRETQ                                   // 48cf
    	//TODO: JA .+$0x11223344                // 480f8744332211 or 0f8744332211
    Registered: Tue Sep 09 11:13:09 UTC 2025
    - Last Modified: Fri Oct 08 21:38:44 UTC 2021
    - 581.9K bytes
    - Viewed (1)
Back to top