Search Options

Results per page
Sort
Preferred Languages
Advance

Results 11 - 15 of 15 for f64Const (0.2 sec)

  1. src/reflect/asm_wasm.s

    // for more details.
    // No arg size here; runtime pulls arg map out of the func value.
    TEXT ·makeFuncStub(SB),(NOSPLIT|WRAPPER),$40
    	NO_LOCAL_POINTERS
    
    	MOVD CTXT, 0(SP)
    
    	Get SP
    	Get SP
    	I64ExtendI32U
    	I64Const $argframe+0(FP)
    	I64Add
    	I64Store $8
    
    	MOVB $0, 32(SP)
    	MOVD $32(SP), 16(SP)
    	MOVD $0, 24(SP)
    
    	CALL ·callReflect(SB)
    	RET
    
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Apr 02 16:53:18 UTC 2021
    - 1.1K bytes
    - Viewed (0)
  2. src/internal/bytealg/indexbyte_wasm.s

    	I64ExtendI32S
    	Set R0
    
    	Get SP
    	I64Const $-1
    	Get R0
    	I64Load b_base+0(FP)
    	I64Sub
    	Get R0
    	I64Eqz $0
    	Select
    	I64Store ret+32(FP)
    
    	RET
    
    TEXT ·IndexByteString(SB), NOSPLIT, $0-32
    	Get SP
    	I64Load s_base+0(FP)
    	I32WrapI64
    	I32Load8U c+16(FP)
    	I64Load s_len+8(FP)
    	I32WrapI64
    	Call memchr<>(SB)
    	I64ExtendI32S
    	Set R0
    
    	I64Const $-1
    	Get R0
    	I64Load s_base+0(FP)
    	I64Sub
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Mar 29 03:59:19 UTC 2019
    - 2.5K bytes
    - Viewed (0)
  3. src/cmd/internal/obj/wasm/a.out.go

    	AI32Store
    	AI64Store
    	AF32Store
    	AF64Store
    	AI32Store8
    	AI32Store16
    	AI64Store8
    	AI64Store16
    	AI64Store32
    	ACurrentMemory
    	AGrowMemory
    
    	AI32Const
    	AI64Const
    	AF32Const
    	AF64Const
    
    	AI32Eqz
    	AI32Eq
    	AI32Ne
    	AI32LtS
    	AI32LtU
    	AI32GtS
    	AI32GtU
    	AI32LeS
    	AI32LeU
    	AI32GeS
    	AI32GeU
    
    	AI64Eqz
    	AI64Eq
    	AI64Ne
    	AI64LtS
    	AI64LtU
    	AI64GtS
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Mar 02 05:28:55 UTC 2023
    - 4.3K bytes
    - Viewed (0)
  4. src/cmd/internal/obj/wasm/wasmobj.go

    		//   g._panic.argp = bottom-of-frame
    		// }
    		//
    		// MOVD g_panic(g), R0
    		// Get R0
    		// I64Eqz
    		// Not
    		// If
    		//   Get SP
    		//   I64ExtendI32U
    		//   I64Const $framesize+8
    		//   I64Add
    		//   I64Load panic_argp(R0)
    		//   I64Eq
    		//   If
    		//     MOVD SP, panic_argp(R0)
    		//   End
    		// End
    
    		gpanic := obj.Addr{
    			Type:   obj.TYPE_MEM,
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed Jun 14 00:03:57 UTC 2023
    - 34.6K bytes
    - Viewed (0)
  5. src/cmd/compile/internal/ssa/opGen.go

    		rematerializeable: true,
    		reg: regInfo{
    			outputs: []outputInfo{
    				{0, 4294901760}, // F0 F1 F2 F3 F4 F5 F6 F7 F8 F9 F10 F11 F12 F13 F14 F15
    			},
    		},
    	},
    	{
    		name:              "F64Const",
    		auxType:           auxFloat64,
    		argLen:            0,
    		rematerializeable: true,
    		reg: regInfo{
    			outputs: []outputInfo{
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu May 23 15:49:20 UTC 2024
    - 1M bytes
    - Viewed (0)
Back to top