Searched defs:Ldrh (Results 1 – 4 of 4) sorted by relevance
/external/vixl/test/aarch32/ |
D | test-assembler-aarch32.cc | 1731 __ Ldrh(r3, &lit); in TEST() local 1812 __ Ldrh(r3, &l2); in TEST() local 1864 __ Ldrh(lt, r3, &l2); in TEST() local 1865 __ Ldrh(ge, r3, &l2_not_taken); in TEST() local 2122 __ Ldrh(r3, &l2); in TEST() local 2147 __ Ldrh(r10, &l2); in TEST() local 4053 __ Ldrh(r4, literal); in TEST_T32() local 4125 __ Ldrh(r4, literal); in TEST_T32() local 4219 __ Ldrh(r4, literal); in TEST_T32() local 4291 __ Ldrh(r4, literal); in TEST_T32() local [all …]
|
/external/vixl/src/aarch32/ |
D | macro-assembler-aarch32.h | 644 void Ldrh(Condition cond, Register rt, RawLiteral* literal) { in Ldrh() function 663 void Ldrh(Register rt, RawLiteral* literal) { Ldrh(al, rt, literal); } in Ldrh() function 2195 void Ldrh(Condition cond, Register rt, const MemOperand& operand) { in Ldrh() function 2215 void Ldrh(Register rt, const MemOperand& operand) { Ldrh(al, rt, operand); } in Ldrh() function
|
/external/vixl/test/aarch64/ |
D | test-assembler-aarch64.cc | 2881 __ Ldrh(w4, MemOperand(x17, 2)); in TEST() local 2979 __ Ldrh(w4, MemOperand(x25, 3, PreIndex)); in TEST() local 3037 __ Ldrh(w4, MemOperand(x25, -3, PostIndex)); in TEST() local
|
/external/swiftshader/third_party/subzero/src/ |
D | IceAssemblerARM32.cpp | 1593 constexpr const char *Ldrh = "ldrh"; in ldr() local
|