Searched defs:Ldrsh (Results 1 – 4 of 4) sorted by relevance
/external/vixl/test/aarch32/ |
D | test-assembler-aarch32.cc | 1732 __ Ldrsh(r4, &lit); in TEST() local 1813 __ Ldrsh(r4, &l3); in TEST() local 1866 __ Ldrsh(le, r4, &l3); in TEST() local 1867 __ Ldrsh(gt, r4, &l3_not_taken); in TEST() local 2123 __ Ldrsh(r4, &l3); in TEST() local 2148 __ Ldrsh(r11, &l3); in TEST() local 4040 __ Ldrsh(r5, literal); in TEST_T32() local 4112 __ Ldrsh(r5, literal); in TEST_T32() local 4206 __ Ldrsh(r5, literal); in TEST_T32() local 4278 __ Ldrsh(r5, literal); in TEST_T32() local [all …]
|
/external/v8/src/compiler/arm64/ |
D | code-generator-arm64.cc | 1524 __ Ldrsh(i.OutputRegister(), i.MemoryOperand()); in AssembleArchInstruction() local
|
/external/vixl/src/aarch32/ |
D | macro-assembler-aarch32.h | 683 void Ldrsh(Condition cond, Register rt, RawLiteral* literal) { in Ldrsh() function 702 void Ldrsh(Register rt, RawLiteral* literal) { Ldrsh(al, rt, literal); } in Ldrsh() function 2233 void Ldrsh(Condition cond, Register rt, const MemOperand& operand) { in Ldrsh() function 2248 void Ldrsh(Register rt, const MemOperand& operand) { Ldrsh(al, rt, operand); } in Ldrsh() function
|
/external/vixl/test/aarch64/ |
D | test-assembler-aarch64.cc | 3360 __ Ldrsh(w2, MemOperand(x24)); in TEST() local 3361 __ Ldrsh(w3, MemOperand(x24, 4)); in TEST() local 3364 __ Ldrsh(x6, MemOperand(x24)); in TEST() local 3365 __ Ldrsh(x7, MemOperand(x24, 4)); in TEST() local
|