Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for NEGQ (0.23 sec)

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

    // instructions for each rule, to guarantee we cover the same space.
    
    #include "../../../../../runtime/textflag.h"
    
    TEXT	foo(SB), DUPOK|NOSPLIT, $0
    
    // LTYPE1 nonrem	{ outcode($1, &$2); }
    	NEGQ	R11
    	NEGQ	4(R11)
    	NEGQ	foo+4(SB)
    
    // LTYPE2 rimnon	{ outcode($1, &$2); }
    	INT	$4
    	DIVB	R11
    	DIVB	4(R11)
    	DIVB	foo+4(SB)
    
    // LTYPE3 rimrem	{ outcode($1, &$2); }
    	SUBQ $4, DI
    	SUBQ R11, DI
    	SUBQ 4(R11), DI
    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

    	NEGL DX                                 // f7da
    	NEGL R11                                // 41f7db
    	NEGQ (BX)                               // 48f71b
    	NEGQ (R11)                              // 49f71b
    	NEGQ DX                                 // 48f7da
    	NEGQ R11                                // 49f7db
    	NEGB (BX)                               // f61b
    	NEGB (R11)                              // 41f61b
    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