Home | History | Annotate | Download | only in arm64

Lines Matching refs:MemoryOperand

162   MemOperand MemoryOperand(size_t* first_index) {
190 MemOperand MemoryOperand(size_t first_index = 0) {
191 return MemoryOperand(&first_index);
1519 __ Ldrb(i.OutputRegister(), i.MemoryOperand());
1522 __ Ldrsb(i.OutputRegister(), i.MemoryOperand());
1525 __ Strb(i.InputOrZeroRegister64(0), i.MemoryOperand(1));
1528 __ Ldrh(i.OutputRegister(), i.MemoryOperand());
1531 __ Ldrsh(i.OutputRegister(), i.MemoryOperand());
1534 __ Strh(i.InputOrZeroRegister64(0), i.MemoryOperand(1));
1537 __ Ldrsw(i.OutputRegister(), i.MemoryOperand());
1540 __ Ldr(i.OutputRegister32(), i.MemoryOperand());
1543 __ Str(i.InputOrZeroRegister32(0), i.MemoryOperand(1));
1546 __ Ldr(i.OutputRegister(), i.MemoryOperand());
1549 __ Str(i.InputOrZeroRegister64(0), i.MemoryOperand(1));
1552 __ Ldr(i.OutputDoubleRegister().S(), i.MemoryOperand());
1555 __ Str(i.InputFloat32OrZeroRegister(0), i.MemoryOperand(1));
1558 __ Ldr(i.OutputDoubleRegister(), i.MemoryOperand());
1561 __ Str(i.InputFloat64OrZeroRegister(0), i.MemoryOperand(1));