Searched defs:Strh (Results 1 – 4 of 4) sorted by relevance
| /third_party/vixl/benchmarks/aarch64/ |
| D | bench-utils.cc | 261 __ Strh(PickW(), MemOperand(scratch, 42, PostIndex)); in GenerateMemOperandSequence() local
|
| /third_party/skia/third_party/externals/swiftshader/third_party/subzero/src/ |
| D | IceAssemblerARM32.cpp | 1930 constexpr const char *Strh = "strh"; in str() local
|
| /third_party/vixl/test/aarch64/ |
| D | test-assembler-aarch64.cc | 3276 __ Strh(w4, MemOperand(x18, 33)); in TEST() local 3374 __ Strh(w4, MemOperand(x26, 41, PreIndex)); in TEST() local 3432 __ Strh(w4, MemOperand(x26, -41, PostIndex)); in TEST() local
|
| /third_party/vixl/src/aarch32/ |
| D | macro-assembler-aarch32.h | 5471 void Strh(Condition cond, Register rt, const MemOperand& operand) { in Assembler() function 5495 void Strh(Register rt, const MemOperand& operand) { Strh(al, rt, operand); } in Assembler() function
|