Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for auxIntToInt64 (0.59 sec)

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

    	// result: x
    	for {
    		if auxIntToInt64(v.AuxInt) != 0 {
    			break
    		}
    		x := v_0
    		v.copyOf(x)
    		return true
    	}
    	// match: (ADDI [x] (MOVDconst [y]))
    	// cond: is32Bit(x + y)
    	// result: (MOVDconst [x + y])
    	for {
    		x := auxIntToInt64(v.AuxInt)
    		if v_0.Op != OpRISCV64MOVDconst {
    			break
    		}
    		y := auxIntToInt64(v_0.AuxInt)
    		if !(is32Bit(x + y)) {
    			break
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Mar 07 14:57:07 UTC 2024
    - 205.1K bytes
    - Viewed (0)
Back to top