Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for I64Store32 (0.14 sec)

  1. test/codegen/strings.go

    	//     13620 = 0x3534
    	// amd64:`MOVL\t\$858927408`,`MOVW\t\$13620, 4\(`
    	//   386:`MOVL\t\$858927408`,`MOVW\t\$13620, 4\(`
    	// arm64:`MOVD\t\$858927408`,`MOVD\t\$13620`
    	//  wasm:`I64Const\t\$858927408`,`I64Store32\t\$0`,`I64Const\t\$13620`,`I64Store16\t\$4`
    	bsink = []byte("012345")
    
    	// 3978425819141910832 = 0x3736353433323130
    	// 7306073769690871863 = 0x6564636261393837
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed Jul 26 17:17:28 UTC 2023
    - 2.4K bytes
    - Viewed (0)
  2. src/cmd/compile/internal/ssa/opGen.go

    				{0, 1407374883618815}, // R0 R1 R2 R3 R4 R5 R6 R7 R8 R9 R10 R11 R12 R13 R14 R15 SP SB
    			},
    		},
    	},
    	{
    		name:    "I64Store32",
    		auxType: auxInt64,
    		argLen:  3,
    		asm:     wasm.AI64Store32,
    		reg: regInfo{
    			inputs: []inputInfo{
    				{1, 281474976776191},  // R0 R1 R2 R3 R4 R5 R6 R7 R8 R9 R10 R11 R12 R13 R14 R15 SP
    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