Searched defs:Pli (Results 1 – 2 of 2) sorted by relevance
/external/vixl/test/aarch32/ |
D | test-assembler-aarch32.cc | 4489 __ Pli(MemOperand(sp, 0)); in TEST() local 4490 __ Pli(MemOperand(r0, 0)); in TEST() local 4491 __ Pli(MemOperand(r1, 123)); in TEST() local 4492 __ Pli(MemOperand(r2, 1234)); in TEST() local 4493 __ Pli(MemOperand(r3, 4095)); in TEST() local 4494 __ Pli(MemOperand(r4, -123)); in TEST() local 4495 __ Pli(MemOperand(r5, -255)); in TEST() local 4498 __ Pli(MemOperand(r6, -1234)); in TEST() local 4499 __ Pli(MemOperand(r7, -4095)); in TEST() local 4503 __ Pli(MemOperand(r0, r1)); in TEST() local [all …]
|
/external/vixl/src/aarch32/ |
D | macro-assembler-aarch32.h | 2889 void Pli(Condition cond, const MemOperand& operand) { in Pli() function 2897 void Pli(const MemOperand& operand) { Pli(al, operand); } in Pli() function
|