Home
last modified time | relevance | path

Searched defs:Ldrsh (Results 1 – 4 of 4) sorted by relevance

/external/vixl/test/aarch32/
Dtest-assembler-aarch32.cc1732 __ 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
4053 __ Ldrsh(r5, literal); in TEST_T32() local
4125 __ Ldrsh(r5, literal); in TEST_T32() local
4219 __ Ldrsh(r5, literal); in TEST_T32() local
4291 __ Ldrsh(r5, literal); in TEST_T32() local
[all …]
/external/v8/src/compiler/backend/arm64/
Dcode-generator-arm64.cc1734 __ Ldrsh(i.OutputRegister(), i.MemoryOperand()); in AssembleArchInstruction() local
/external/vixl/test/aarch64/
Dtest-assembler-aarch64.cc3123 __ Ldrsh(w2, MemOperand(x24)); in TEST() local
3124 __ Ldrsh(w3, MemOperand(x24, 4)); in TEST() local
3127 __ Ldrsh(x6, MemOperand(x24)); in TEST() local
3128 __ Ldrsh(x7, MemOperand(x24, 4)); in TEST() local
/external/vixl/src/aarch32/
Dmacro-assembler-aarch32.h683 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