Search Options

Results per page
Sort
Preferred Languages
Advance

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

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

    	v_2 := v.Args[2]
    	v_1 := v.Args[1]
    	v_0 := v.Args[0]
    	b := v.Block
    	config := b.Func.Config
    	// match: (MULSSload [off1] {sym} val (ADDLconst [off2] base) mem)
    	// cond: is32Bit(int64(off1)+int64(off2))
    	// result: (MULSSload [off1+off2] {sym} val base mem)
    	for {
    		off1 := auxIntToInt32(v.AuxInt)
    		sym := auxToSym(v.Aux)
    		val := v_0
    		if v_1.Op != Op386ADDLconst {
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Apr 21 21:05:46 UTC 2023
    - 262.4K bytes
    - Viewed (0)
Back to top