Searched defs:Pli (Results  1 – 2 of 2) sorted by relevance
| /external/vixl/test/aarch32/ | 
| D | test-assembler-aarch32.cc | 4487   __ Pli(MemOperand(sp, 0));  in TEST()  local4488   __ 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 …]
 
 | 
| /external/vixl/src/aarch32/ | 
| D | macro-assembler-aarch32.h | 2883   void Pli(Condition cond, const MemOperand& operand) {  in Pli()  function2891   void Pli(const MemOperand& operand) { Pli(al, operand); }  in Pli()  function
 
 |