Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for loadPom (0.19 sec)

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

    // only be called with the same opcodes as are handled by opstore and opload.
    func (c *ctxt9) opform(insn uint32) int {
    	switch insn {
    	default:
    		c.ctxt.Diag("bad insn in loadform: %x", insn)
    	case OPVCC(58, 0, 0, 0), // ld
    		OPVCC(58, 0, 0, 1),        // ldu
    		OPVCC(58, 0, 0, 0) | 1<<1, // lwa
    		OPVCC(62, 0, 0, 0),        // std
    		OPVCC(62, 0, 0, 1):        //stdu
    		return DS_FORM
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed May 15 13:55:28 UTC 2024
    - 156.1K bytes
    - Viewed (0)
Back to top