Home
last modified time | relevance | path

Searched defs:Pli (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/external/vixl/test/aarch32/
H A Dtest-assembler-aarch32.cc4487 __ Pli(MemOperand(sp, 0)); in TEST() local
4488 __ Pli(MemOperand(r0, 0)); in TEST() local
4489 __ Pli(MemOperand(r1, 123)); in TEST() local
4490 __ Pli(MemOperand(r2, 1234)); in TEST() local
4491 __ Pli(MemOperand(r3, 4095)); in TEST() local
4492 __ Pli(MemOperand(r4, -123)); in TEST() local
4493 __ Pli(MemOperand(r5, -255)); in TEST() local
4496 __ Pli(MemOperand(r6, -1234)); in TEST() local
4497 __ Pli(MemOperand(r7, -4095)); in TEST() local
4501 __ Pli(MemOperand(r0, r1)); in TEST() local
[all …]
/aosp_15_r20/external/vixl/src/aarch32/
H A Dmacro-assembler-aarch32.h2883 void Pli(Condition cond, const MemOperand& operand) { in Pli() function
2891 void Pli(const MemOperand& operand) { Pli(al, operand); } in Pli() function