Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for MOVWZ (0.08 sec)

  1. src/cmd/asm/internal/asm/testdata/ppc64.s

    	MOVW (R3)(R4), R5               // 7ca41aaa
    	MOVW (R3)(R0), R5               // 7ca01aaa
    	MOVW (R3), R5                   // e8a30002
    	MOVWZ 4(R3), R4                 // 80830004
    	MOVWZ (R3)(R4), R5              // 7ca4182e
    	MOVWZ (R3)(R0), R5              // 7ca0182e
    	MOVWZ (R3), R5                  // 80a30000
    	MOVH 4(R3), R4                  // a8830004
    	MOVH (R3)(R4), R5               // 7ca41aae
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri May 17 21:53:50 UTC 2024
    - 50.2K bytes
    - Viewed (0)
  2. src/cmd/compile/internal/ssa/_gen/S390XOps.go

    		{name: "MOVWreg", argLength: 1, reg: gp11sp, asm: "MOVW", typ: "Int64"},    // sign extend arg0 from int32 to int64
    		{name: "MOVWZreg", argLength: 1, reg: gp11sp, asm: "MOVWZ", typ: "UInt64"}, // zero extend arg0 from int32 to int64
    
    		{name: "MOVDconst", reg: gp01, asm: "MOVD", typ: "UInt64", aux: "Int64", rematerializeable: true}, // auxint
    
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Feb 24 00:21:13 UTC 2023
    - 52.5K bytes
    - Viewed (0)
Back to top