HomeSort by relevance Sort by last modified time
    Searched defs:strh (Results 1 - 8 of 8) sorted by null

  /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/vixl/src/aarch64/
assembler-aarch64.cc 1065 void Assembler::strh(const Register& rt, function in class:vixl::aarch64::Assembler
    [all...]
  /external/v8/src/arm/
assembler-arm.cc 2098 void Assembler::strh(Register src, const MemOperand& dst, Condition cond) { function in class:v8::internal::Assembler
    [all...]
  /external/v8/src/arm64/
assembler-arm64.cc 1652 void Assembler::strh(const Register& rt, const MemOperand& dst) { function in class:v8::internal::Assembler
    [all...]
  /external/vixl/src/aarch32/
assembler-aarch32.cc 11909 void Assembler::strh(Condition cond, function in class:vixl::aarch32::Assembler
    [all...]
assembler-aarch32.h 3451 void strh(Register rt, const MemOperand& operand) { function in class:vixl::aarch32::Assembler
3454 void strh(Condition cond, Register rt, const MemOperand& operand) { function in class:vixl::aarch32::Assembler
3457 void strh(EncodingSize size, Register rt, const MemOperand& operand) { function in class:vixl::aarch32::Assembler
    [all...]
disasm-aarch32.cc 3144 void Disassembler::strh(Condition cond, function in class:vixl::aarch32::Disassembler
    [all...]

Completed in 604 milliseconds