go/src/cmd/internal/obj/loong64/asm_test.go

const genBufSize

// TestLargeBranch generates a large function with a very far conditional
// branch, in order to ensure that it assembles successfully.
func TestLargeBranch(t *testing.T) {}

func genLargeBranch(buf *bytes.Buffer) {}

// TestPCALIGN verifies the correctness of the PCALIGN by checking if the
// code can be aligned to the alignment value.
func TestPCALIGN(t *testing.T) {}

func TestNoRet(t *testing.T) {}

func TestLargeCall(t *testing.T) {}

func genLargeCall(buf *bytes.Buffer) {}