Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for sfcall (0.09 sec)

  1. src/cmd/compile/internal/ssagen/ssa.go

    			aux := ssa.StaticAuxCall(calleeLSym, params)
    			call = s.newValue0A(ssa.OpStaticLECall, aux.LateExpansionResultType(), aux)
    			if k == callTail {
    				call.Op = ssa.OpTailLECall
    				stksize = 0 // Tail call does not use stack. We reuse caller's frame.
    			}
    		default:
    			s.Fatalf("bad call type %v %v", n.Op(), n)
    		}
    		call.AddArgs(callArgs...)
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Jun 10 19:44:43 UTC 2024
    - 284.9K bytes
    - Viewed (0)
  2. src/cmd/vendor/golang.org/x/arch/x86/x86asm/tables.go

    	/*13345*/ uint16(xSetOp), uint16(LCALL),
    	/*13347*/ uint16(xArgM16colon16),
    	/*13348*/ uint16(xMatch),
    	/*13349*/ uint16(xSetOp), uint16(LCALL),
    	/*13351*/ uint16(xArgM16colon32),
    	/*13352*/ uint16(xMatch),
    	/*13353*/ uint16(xCondDataSize), 13345, 13349, 13357,
    	/*13357*/ uint16(xSetOp), uint16(LCALL),
    	/*13359*/ uint16(xArgM16colon64),
    	/*13360*/ uint16(xMatch),
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon May 16 22:24:28 UTC 2022
    - 266.8K bytes
    - Viewed (0)
Back to top