Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 3 of 3 for LDURH (0.03 sec)

  1. src/cmd/vendor/golang.org/x/arch/arm64/arm64asm/tables.go

    	LDRSW:     "LDRSW",
    	LDTR:      "LDTR",
    	LDTRB:     "LDTRB",
    	LDTRH:     "LDTRH",
    	LDTRSB:    "LDTRSB",
    	LDTRSH:    "LDTRSH",
    	LDTRSW:    "LDTRSW",
    	LDUR:      "LDUR",
    	LDURB:     "LDURB",
    	LDURH:     "LDURH",
    	LDURSB:    "LDURSB",
    	LDURSH:    "LDURSH",
    	LDURSW:    "LDURSW",
    	LDXP:      "LDXP",
    	LDXR:      "LDXR",
    	LDXRB:     "LDXRB",
    	LDXRH:     "LDXRH",
    	LSL:       "LSL",
    	LSLV:      "LSLV",
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed Aug 16 17:57:48 UTC 2017
    - 211.8K bytes
    - Viewed (0)
  2. src/cmd/asm/internal/asm/testdata/arm64enc.s

    	//TODO LDUR 0xbf(R13), R1                  // a1f14bb8
    	//TODO LDUR -0x3c(R22), R3                 // c3425cf8
    	//TODO LDURB -0xff(R17), R14               // 2e125038
    	//TODO LDURH 0x80(R1), R6                  // 26004878
    	//TODO LDURSB 0xde(LR), R3                 // c3e3cd38
    	//TODO LDURSB 0x96(R9), R7                 // 27618938
    	//TODO LDURSH -0x49(R11), R28              // 7c71db78
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Jul 24 01:11:41 UTC 2023
    - 43.9K bytes
    - Viewed (0)
  3. src/cmd/vendor/golang.org/x/arch/arm64/arm64asm/inst.json

    {"Name":"LDURB","Bits":"0|0|1|1|1|0|0|0|0|1|0|imm9:9|0|0|Rn:5|Rt:5","Arch":"Unscaled offset variant","Syntax":"LDURB <Wt>, [<Xn|SP>{, #<simm>}]","Code":"","Alias":""},
    {"Name":"LDURH","Bits":"0|1|1|1|1|0|0|0|0|1|0|imm9:9|0|0|Rn:5|Rt:5","Arch":"Unscaled offset variant","Syntax":"LDURH <Wt>, [<Xn|SP>{, #<simm>}]","Code":"","Alias":""},
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed Aug 16 17:57:48 UTC 2017
    - 234.7K bytes
    - Viewed (0)
Back to top