Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for CMPBEQ (0.17 sec)

  1. src/cmd/asm/internal/arch/s390x.go

    	case "BRC",
    		"BC",
    		"BCL",
    		"BEQ",
    		"BGE",
    		"BGT",
    		"BL",
    		"BLE",
    		"BLEU",
    		"BLT",
    		"BLTU",
    		"BNE",
    		"BR",
    		"BVC",
    		"BVS",
    		"BRCT",
    		"BRCTG",
    		"CMPBEQ",
    		"CMPBGE",
    		"CMPBGT",
    		"CMPBLE",
    		"CMPBLT",
    		"CMPBNE",
    		"CMPUBEQ",
    		"CMPUBGE",
    		"CMPUBGT",
    		"CMPUBLE",
    		"CMPUBLT",
    		"CMPUBNE",
    		"CRJ",
    		"CGRJ",
    		"CLRJ",
    		"CLGRJ",
    Go
    - Registered: Tue Apr 30 11:13:12 GMT 2024
    - Last Modified: Thu Oct 17 14:55:25 GMT 2019
    - 1.2K bytes
    - Viewed (0)
  2. src/cmd/asm/internal/asm/testdata/s390x.s

    	CMPBNE	R1, R2, 0(PC)          // ec1200007064
    	CMPBEQ	R3, R4, 0(PC)          // ec3400008064
    	CMPBLT	R5, R6, 0(PC)          // ec5600004064
    	CMPBLE	R7, R8, 0(PC)          // ec780000c064
    	CMPBGT	R9, R1, 0(PC)          // ec9100002064
    	CMPBGE	R2, R3, 0(PC)          // ec230000a064
    
    	CMPBNE	R1, $-127, 0(PC)       // ec170000817c
    	CMPBEQ	R3, $0, 0(PC)          // ec380000007c
    Others
    - Registered: Tue Apr 30 11:13:12 GMT 2024
    - Last Modified: Wed Nov 22 03:55:32 GMT 2023
    - 21.6K bytes
    - Viewed (0)
Back to top