Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for ne (0.2 sec)

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

    	B	jmp_label_0 // JMP 519 // efffffea
    	B	0(PC)    // JMP 0(PC)  // feffffea
    jmp_label_1:
    	B	jmp_label_1 // JMP     // feffffea
    
    // BL
    	BL.EQ	14(PC) // CALL.EQ 14(PC)   // 0c00000b
    	BL.NE	13(PC) // CALL.NE 13(PC)   // 0b00001b
    	BL.CS	12(PC) // CALL.CS 12(PC)   // 0a00002b
    	BL.CC	11(PC) // CALL.CC 11(PC)   // 0900003b
    	BL.MI	10(PC) // CALL.MI 10(PC)   // 0800004b
    	BL.PL	9(PC)  // CALL.PL 9(PC)    // 0700005b
    Others
    - Registered: Tue Apr 30 11:13:12 GMT 2024
    - Last Modified: Fri Dec 15 20:51:01 GMT 2023
    - 69K bytes
    - Viewed (0)
  2. src/cmd/asm/internal/asm/testdata/arm64enc.s

    	CSINVW AL, R23, R21, R5                    // e5e2955a
    	CSINV LO, R2, R11, R14                     // 4e308bda
    	CSNEGW HS, R16, R29, R10                   // 0a269d5a
    	CSNEG NE, R21, R19, R11                    // ab1693da
    	DC IVAC, R1                                // 217608d5
    	DCPS1 $11378                               // 418ea5d4
    	DCPS2 $10699                               // 6239a5d4
    Others
    - Registered: Tue Apr 30 11:13:12 GMT 2024
    - Last Modified: Mon Jul 24 01:11:41 GMT 2023
    - 43.9K bytes
    - Viewed (1)
Back to top