| /external/capstone/suite/MC/ARM/ |
| arm_addrmode3.s.cs | 8 0xb2,0x10,0xa0,0xe0 = strht r1, [r0], r2 9 0xb4,0x10,0xe0,0xe0 = strht r1, [r0], #4
|
| arm-memory-instructions.s.cs | 135 0xbc,0x24,0xe5,0xe0 = strht r2, [r5], #76 136 0xb9,0x81,0x61,0xe0 = strht r8, [r1], #-25 137 0xb4,0x50,0xa3,0xe0 = strht r5, [r3], r4 138 0xb0,0x60,0x28,0xe0 = strht r6, [r8], -r0
|
| /external/llvm/test/MC/ARM/ |
| arm_addrmode3.s | 9 @ CHECK: strht r1, [r0], r2 @ encoding: [0xb2,0x10,0xa0,0xe0] 10 @ CHECK: strht r1, [r0], #4 @ encoding: [0xb4,0x10,0xe0,0xe0] 17 strht r1, [r0], r2 18 strht r1, [r0], #4
|
| arm-memory-instructions.s | 477 @ STRHT 479 strht r2, [r5], #76 480 strht r8, [r1], #-25 481 strht r5, [r3], r4 482 strht r6, [r8], -r0 484 @ CHECK: strht r2, [r5], #76 @ encoding: [0xbc,0x24,0xe5,0xe0] 485 @ CHECK: strht r8, [r1], #-25 @ encoding: [0xb9,0x81,0x61,0xe0] 486 @ CHECK: strht r5, [r3], r4 @ encoding: [0xb4,0x50,0xa3,0xe0] 487 @ CHECK: strht r6, [r8], -r0 @ encoding: [0xb0,0x60,0x28,0xe0]
|
| /external/swiftshader/third_party/LLVM/test/MC/ARM/ |
| arm_addrmode3.s | 9 @ CHECK: strht r1, [r0], r2 @ encoding: [0xb2,0x10,0xa0,0xe0] 10 @ CHECK: strht r1, [r0], #4 @ encoding: [0xb4,0x10,0xe0,0xe0] 17 strht r1, [r0], r2 18 strht r1, [r0], #4
|
| arm-memory-instructions.s | 469 @ STRHT 471 strht r2, [r5], #76 472 strht r8, [r1], #-25 473 strht r5, [r3], r4 474 strht r6, [r8], -r0 476 @ CHECK: strht r2, [r5], #76 @ encoding: [0xbc,0x24,0xe5,0xe0] 477 @ CHECK: strht r8, [r1], #-25 @ encoding: [0xb9,0x81,0x61,0xe0] 478 @ CHECK: strht r5, [r3], r4 @ encoding: [0xb4,0x50,0xa3,0xe0] 479 @ CHECK: strht r6, [r8], -r0 @ encoding: [0xb0,0x60,0x28,0xe0]
|
| /toolchain/binutils/binutils-2.27/gas/testsuite/gas/arm/ |
| archv6t2.s | 49 strht r0, [r9] 60 strht r0, [r1], -r2 62 strht r0, [r1], r2 64 strht r0, [r1], #2 65 strht r0, [r1], #-2
|
| archv6t2.d | 46 0+98 <[^>]+> e0e900b0 strht r0, \[r9\], #0 56 0+c0 <[^>]+> e02100b2 strht r0, \[r1\], -r2 58 0+c8 <[^>]+> e0a100b2 strht r0, \[r1\], r2 60 0+d0 <[^>]+> e0e100b2 strht r0, \[r1\], #2 61 0+d4 <[^>]+> e06100b2 strht r0, \[r1\], #-2
|
| sp-pc-validations-bad.s | 251 @ STRHT 252 strht pc, [r0], #4 @ Unpredictable label 253 strht r0, [pc], #4 @ ditto label 254 strht pc, [r0], r1 @ ditto label 255 strht r0, [pc], r1 @ ditto label 256 strht r0, [r1], pc @ ditto label
|
| archv6t2-bad.s | 53 strht r0,[r0]
|
| sp-pc-validations-bad-t.s | 360 @ STRHT 361 strht r0,[pc,#4] @ Undefined label 362 strht pc,[r0,#4] @ Unpredictable label 363 strht sp,[pc,#4] @ ditto label
|
| sp-pc-validations-bad.l | 164 [^:]*:252: Error: r15 not allowed here -- `strht pc,\[r0\],#4' 165 [^:]*:253: Error: cannot use writeback with PC-relative addressing -- `strht r0,\[pc\],#4' 166 [^:]*:254: Error: r15 not allowed here -- `strht pc,\[r0\],r1' 167 [^:]*:255: Error: cannot use register index with PC-relative addressing -- `strht r0,\[pc\],r1' 168 [^:]*:256: Error: cannot use register index with PC-relative addressing -- `strht r0,\[r1\],pc'
|
| sp-pc-validations-bad-t.l | 244 [^:]*:361: Error: cannot use register index with PC-relative addressing -- `strht r0,\[pc,#4\]' 245 [^:]*:362: Error: r15 not allowed here -- `strht pc,\[r0,#4\]' 246 [^:]*:363: Error: r13 not allowed here -- `strht sp,\[pc,#4\]'
|
| /external/valgrind/none/tests/arm/ |
| ldrt_arm.c | 139 // Twice strht for testing post-indexed. 140 "mov r4, %0 ; ldr r5, =0xABCD ; strht r5, [r4], #1 ; strht r5, [r4], #1" 148 // Twice strht for testing post-indexed. 149 "mov r4, %0 ; mov r5, #1 ; ldr r6, =0xDCBA ; strht r6, [r4], r5 ; strht r6, [r4], r5"
|
| ldrt.c | 58 "mov r5, %0 ; ldr r6, [r5] ; mov r5, %1; strht r6, [r5, #132]"
|
| /prebuilts/go/darwin-x86/src/cmd/vendor/golang.org/x/arch/arm/armasm/testdata/ |
| decode.txt | [all...] |
| /prebuilts/go/linux-x86/src/cmd/vendor/golang.org/x/arch/arm/armasm/testdata/ |
| decode.txt | [all...] |
| /external/llvm/test/MC/Disassembler/ARM/ |
| memory-arm-instructions.txt | 460 # STRHT 462 # CHECK: strht r2, [r5], #76 463 # CHECK: strht r8, [r1], #-25 464 # CHECK: strht r5, [r3], r4 465 # CHECK: strht r6, [r8], -r0
|
| /external/swiftshader/third_party/LLVM/test/MC/Disassembler/ARM/ |
| memory-arm-instructions.txt | 460 # STRHT 462 # CHECK: strht r2, [r5], #76 463 # CHECK: strht r8, [r1], #-25 464 # CHECK: strht r5, [r3], r4 465 # CHECK: strht r6, [r8], -r0
|
| /prebuilts/vndk/v27/arm/arch-arm-armv7-a-neon/shared/vndk-core/ |
| libvixl-arm.so | |
| /prebuilts/vndk/v27/arm64/arch-arm-armv7-a-neon/shared/vndk-core/ |
| libvixl-arm.so | |
| /prebuilts/go/darwin-x86/src/cmd/vendor/golang.org/x/arch/arm/armasm/ |
| tables.go | 2674 STRHT [all...] |
| /prebuilts/go/linux-x86/src/cmd/vendor/golang.org/x/arch/arm/armasm/ |
| tables.go | 2674 STRHT [all...] |
| /device/linaro/bootloader/edk2/ArmPkg/Library/ArmDisassemblerLib/ |
| ThumbDisassembler.c | 368 { "STRHT", 0xf8200e00, 0xfff00f00, LDM_REG_IMM8 }, // STRHT <rt>, [<rn>, {, #<imm8>]}
[all...] |
| /prebuilts/go/darwin-x86/pkg/darwin_amd64/cmd/vendor/golang.org/x/arch/arm/ |
| armasm.a | [all...] |