Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for BLT (0.11 sec)

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

    	BGT CR3,4(PC)                   // 418d0010
    	BLE 0(PC)                       // 40810000
    	BLE CR4,0(PC)                   // 40910000
    	BLT 0(PC)                       // 41800000
    	BLT CR5,0(PC)                   // 41940000
    	BNE 0(PC)                       // 40820000
    	BLT CR6,0(PC)                   // 41980000
    	BVC 0(PC)                       // 40830000
    	BVS 0(PC)                       // 41830000
    Others
    - Registered: Tue Apr 30 11:13:12 GMT 2024
    - Last Modified: Wed Apr 24 15:53:25 GMT 2024
    - 49K bytes
    - Viewed (0)
  2. src/cmd/asm/internal/asm/testdata/arm.s

    	BVS	8(PC)  // BVS 8(PC)    // 0600006a
    	BVC	7(PC)  // BVC 7(PC)    // 0500007a
    	BHI	6(PC)  // BHI 6(PC)    // 0400008a
    	BLS	5(PC)  // BLS 5(PC)    // 0300009a
    	BGE	4(PC)  // BGE 4(PC)    // 020000aa
    	BLT	3(PC)  // BLT 3(PC)    // 010000ba
    	BGT	2(PC)  // BGT 2(PC)    // 000000ca
    	BLE	1(PC)  // BLE 1(PC)    // ffffffda
    	ADD	$0, R0, R0
    	B	-1(PC) // JMP -1(PC)   // fdffffea
    	B	-2(PC) // JMP -2(PC)   // fcffffea
    Others
    - Registered: Tue Apr 30 11:13:12 GMT 2024
    - Last Modified: Fri Dec 15 20:51:01 GMT 2023
    - 69K bytes
    - Viewed (0)
Back to top