Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for MOVHU (0.07 sec)

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

    	MOVWZU (R3)(R4), R5             // 7ca4186e
    	MOVWZU (R3)(R0), R5             // 7ca0186e
    	MOVWZU (R3), R5                 // 84a30000
    	MOVHU 2(R3), R4                 // ac830002
    	MOVHU (R3)(R4), R5              // 7ca41aee
    	MOVHU (R3)(R0), R5              // 7ca01aee
    	MOVHU (R3), R5                  // aca30000
    	MOVHZU 2(R3), R4                // a4830002
    	MOVHZU (R3)(R4), R5             // 7ca41a6e
    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/ARM64Ops.go

    		{name: "MOVHUload", argLength: 2, reg: gpload, aux: "SymOff", asm: "MOVHU", typ: "UInt16", faultOnNilArg0: true, symEffect: "Read"},   // load from arg0 + auxInt + aux.  arg1=mem.
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu May 23 15:49:20 UTC 2024
    - 58.8K bytes
    - Viewed (0)
Back to top