Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for regIAddr (0.14 sec)

  1. src/cmd/internal/obj/wasm/wasmobj.go

    			Reg:    REG_R0,
    			Offset: 0, // panic.argp
    		}
    
    		p := s.Func().Text
    		p = appendp(p, AMOVD, gpanic, regAddr(REG_R0))
    
    		p = appendp(p, AGet, regAddr(REG_R0))
    		p = appendp(p, AI64Eqz)
    		p = appendp(p, ANot)
    		p = appendp(p, AIf)
    
    		p = appendp(p, AGet, regAddr(REG_SP))
    		p = appendp(p, AI64ExtendI32U)
    		p = appendp(p, AI64Const, constAddr(framesize+8))
    		p = appendp(p, AI64Add)
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed Jun 14 00:03:57 UTC 2023
    - 34.6K bytes
    - Viewed (0)
Back to top