Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for TestPCALIGN (0.79 sec)

  1. src/cmd/internal/obj/ppc64/asm_test.go

    	fmt.Fprintln(buf, "label_end:")
    	fmt.Fprintln(buf, "MOVD R0, R1")
    	fmt.Fprintln(buf, "RET")
    }
    
    // TestPCalign generates two asm files containing the
    // PCALIGN directive, to verify correct values are and
    // accepted, and incorrect values are flagged in error.
    func TestPCalign(t *testing.T) {
    	var pattern8 = `0x...8\s.*ADD\s..,\sR8`
    	var pattern16 = `0x...[80]\s.*MOVD\s..,\sR16`
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Feb 09 22:14:57 UTC 2024
    - 17.3K bytes
    - Viewed (0)
Back to top