/external/libhevc/common/arm64/ |
ihevc_sao_edge_offset_class2_chroma.s | 116 STRH w10,[sp] //u1_src_top_left_tmp = pu1_src_top[wd - 2] 397 STRH w8,[x5],#2 //store it in the stack pointer [all...] |
ihevc_sao_edge_offset_class3_chroma.s | 113 STRH w10,[sp] //u1_src_top_left_tmp = pu1_src_top[wd - 2] 388 STRH w8,[x5],#2 //store it in the stack pointer [all...] |
ihevc_sao_band_offset_chroma.s | 110 STRH w5,[x2],#2 //Store the value in pu1_src_left pointer 122 STRH w11,[x4] //store to pu1_src_top_left[0]
|
ihevc_sao_edge_offset_class1_chroma.s | 104 STRH w11,[x4] //*pu1_src_top_left = pu1_src_top[wd - 2] 111 STRH w10,[x12],#2 //pu1_src_left[row]
|
/toolchain/binutils/binutils-2.27/gas/testsuite/gas/arm/ |
sp-pc-validations-bad.s | 234 @ STRH (immediate, ARM) 235 strh pc,[r0,#4] @ Unpredictable label 236 strh pc,[r0],#4 @ ditto label 237 strh pc,[r0,#4]! @ ditto label 238 strh r0,[pc],#4 @ ditto label 239 strh r0,[pc,#4]! @ ditto label 241 @ STRH (register) 242 strh pc,[r0,r1] @ Unpredictable label 243 strh pc,[r0,r1]! @ ditto label 244 strh pc,[r0],r1 @ ditt label 245 strh r0,[r1,pc] @ ditto label 246 strh r0,[r1,pc]! @ ditto label 247 strh r0,[r1],pc @ ditto label 248 strh r0,[pc,r1]! @ ditto label 249 strh r0,[pc],r1 @ ditto label [all...] |
sp-pc-validations-bad-t.s | 331 @ STRH (immediate, Thumb) 332 strh.w r0,[pc] @ Undefined 333 strh.w r0,[pc,#4] @ ditto 334 strh r0,[pc,#-4] @ ditto label 335 strh r0,[pc],#4 @ ditto label 336 strh r0,[pc,#4]! @ ditto label 338 @ STRH (register) 339 strh.w r0,[pc,r1] @ Undefined 340 strh.w r0,[pc,r1,LSL #2] @ ditto 341 strh.w pc,[r0,#4] @ Unpredictabl 345 strh pc,[r0,#-4] @ ditto label 346 strh pc,[r0],#4 @ ditto label 347 strh pc,[r0,#4]! @ ditto label 348 strh sp,[r0,#-4] @ ditto label 349 strh sp,[r0],#4 @ ditto label 350 strh sp,[r0,#4]! @ ditto label [all...] |
/external/tremolo/Tremolo/ |
mdctARM.s | 73 STRH r12,[r0], r3 78 STRH r7, [r0], r3 83 STRH r6, [r0], r3 88 STRH r5, [r0], r3 104 STRH r5, [r0], r3 141 STRH r12,[r0], r3 146 STRH r7, [r0], r3 151 STRH r6, [r0], r3 156 STRH r5, [r0], r3 173 STRH r5, [r0], r [all...] |
/external/libhevc/common/arm/ |
ihevc_sao_edge_offset_class2_chroma.s | 117 STRH r10,[sp] @u1_src_top_left_tmp = pu1_src_top[wd - 2] 360 STRH r8,[r5],#2 @store it in the stack pointer [all...] |
ihevc_sao_edge_offset_class3_chroma.s | 115 STRH r10,[sp] @u1_src_top_left_tmp = pu1_src_top[wd - 2] 355 STRH r8,[r5],#2 @store it in the stack pointer [all...] |
ihevc_sao_band_offset_chroma.s | 103 STRH r5,[r2],#2 @Store the value in pu1_src_left pointer 114 STRH r11,[r4] @store to pu1_src_top_left[0]
|
ihevc_sao_edge_offset_class1_chroma.s | 95 STRH r11,[r4] @*pu1_src_top_left = pu1_src_top[wd - 2] 101 STRH r10,[r12],#2 @pu1_src_left[row]
|
/prebuilts/go/darwin-x86/src/cmd/vendor/golang.org/x/arch/arm64/arm64asm/ |
plan9x.go | 56 case LDR, LDRB, LDRH, LDRSB, LDRSH, LDRSW, STR, STRB, STRH, STUR, STURB, STURH, LD1: 185 case STRH, STURH:
|
tables.go | 370 STRH 839 STRH: "STRH", [all...] |
/prebuilts/go/linux-x86/src/cmd/vendor/golang.org/x/arch/arm64/arm64asm/ |
plan9x.go | 56 case LDR, LDRB, LDRH, LDRSB, LDRSH, LDRSW, STR, STRB, STRH, STUR, STURB, STURH, LD1: 185 case STRH, STURH:
|
tables.go | 370 STRH 839 STRH: "STRH", [all...] |
/system/core/libpixelflinger/codeflinger/ |
ARMAssemblerInterface.h | 93 // LDRH/LDRSB/LDRSH/STRH 169 virtual void STRH (int cc, int Rd,
|
Arm64Assembler.h | 146 virtual void STRH (int cc, int Rd,
|
MIPS64Assembler.h | 85 // LDRH/LDRSB/LDRSH/STRH 134 virtual void STRH (int cc, int Rd,
|
ARMAssembler.cpp | 307 void ARMAssembler::STRH(int cc, int Rd, int Rn, uint32_t offset) { 544 // LDRH/LDRSB/LDRSH/STRH (immediate and Rm can be negative, which indicate U=0) 550 "LDRH/LDRSB/LDRSH/STRH immediate too big (%08x)", 562 "LDRH/LDRSB/LDRSH/STRH immediate too big (%08x)",
|
MIPSAssembler.h | 80 // LDRH/LDRSB/LDRSH/STRH 129 virtual void STRH (int cc, int Rd,
|
/external/llvm/test/MC/ARM/ |
basic-thumb-instructions.s | 578 @ STRH (immediate) 580 strh r3, [r3] 581 strh r4, [r6, #2] 582 strh r5, [r7, #62] 584 @ CHECK: strh r3, [r3] @ encoding: [0x1b,0x80] 585 @ CHECK: strh r4, [r6, #2] @ encoding: [0x74,0x80] 586 @ CHECK: strh r5, [r7, #62] @ encoding: [0xfd,0x87] 590 @ STRH (register) 592 strh r6, [r2, r6] 594 @ CHECK: strh r6, [r2, r6] @ encoding: [0x96,0x53 [all...] |
/external/swiftshader/third_party/LLVM/test/MC/ARM/ |
basic-thumb-instructions.s | 527 @ STRH (immediate) 529 strh r3, [r3] 530 strh r4, [r6, #2] 531 strh r5, [r7, #62] 533 @ CHECK: strh r3, [r3] @ encoding: [0x1b,0x80] 534 @ CHECK: strh r4, [r6, #2] @ encoding: [0x74,0x80] 535 @ CHECK: strh r5, [r7, #62] @ encoding: [0xfd,0x87] 539 @ STRH (register) 541 strh r6, [r2, r6] 543 @ CHECK: strh r6, [r2, r6] @ encoding: [0x96,0x53 [all...] |
/prebuilts/go/darwin-x86/src/cmd/vendor/golang.org/x/arch/arm/armasm/ |
tables.go | 2658 STRH [all...] |
/prebuilts/go/linux-x86/src/cmd/vendor/golang.org/x/arch/arm/armasm/ |
tables.go | 2658 STRH [all...] |
/external/llvm/lib/Target/ARM/ |
ARMBaseRegisterInfo.cpp | 521 case ARM::STRi12: case ARM::STRH: case ARM::STRBi12:
|