Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for Transformed (0.2 sec)

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

    	callTail
    )
    
    type sfRtCallDef struct {
    	rtfn  *obj.LSym
    	rtype types.Kind
    }
    
    var softFloatOps map[ssa.Op]sfRtCallDef
    
    func softfloatInit() {
    	// Some of these operations get transformed by sfcall.
    	softFloatOps = map[ssa.Op]sfRtCallDef{
    		ssa.OpAdd32F: {typecheck.LookupRuntimeFunc("fadd32"), types.TFLOAT32},
    		ssa.OpAdd64F: {typecheck.LookupRuntimeFunc("fadd64"), types.TFLOAT64},
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Jun 10 19:44:43 UTC 2024
    - 284.9K bytes
    - Viewed (0)
Back to top