Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for BVC (0.12 sec)

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

    	BCS	12(PC) // BCS 12(PC)   // 0a00002a
    	BCC	11(PC) // BCC 11(PC)   // 0900003a
    	BMI	10(PC) // BMI 10(PC)   // 0800004a
    	BPL	9(PC)  // BPL 9(PC)    // 0700005a
    	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
    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/ppc64.s

    	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
    	JMP 8(PC)                       // 48000010
    
    	NOP
    	NOP R2
    	NOP F2
    	NOP $4
    
    Others
    - Registered: Tue Apr 30 11:13:12 GMT 2024
    - Last Modified: Wed Apr 24 15:53:25 GMT 2024
    - 49K bytes
    - Viewed (0)
Back to top