Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for LoweredPanicExtendB (0.53 sec)

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

    		v.AuxInt = int64ToAuxInt(kind)
    		v.AddArg4(hi, lo, y, mem)
    		return true
    	}
    	// match: (PanicExtend [kind] hi lo y mem)
    	// cond: boundsABI(kind) == 1
    	// result: (LoweredPanicExtendB [kind] hi lo y mem)
    	for {
    		kind := auxIntToInt64(v.AuxInt)
    		hi := v_0
    		lo := v_1
    		y := v_2
    		mem := v_3
    		if !(boundsABI(kind) == 1) {
    			break
    		}
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed May 24 14:43:03 UTC 2023
    - 176.6K bytes
    - Viewed (0)
Back to top