Searched refs:ComputeMemOperandAddress (Results 1 – 3 of 3) sorted by relevance
/external/llvm/lib/Target/X86/AsmParser/ |
D | X86AsmInstrumentation.cpp | 245 void ComputeMemOperandAddress(X86Operand &Op, unsigned Size, 431 void X86AddressSanitizer::ComputeMemOperandAddress(X86Operand &Op, in ComputeMemOperandAddress() function in llvm::__anon484de05c0111::X86AddressSanitizer 626 ComputeMemOperandAddress(Op, 32, AddressRegI32, Ctx, Out); in InstrumentMemOperandSmall() 697 ComputeMemOperandAddress(Op, 32, AddressRegI32, Ctx, Out); in InstrumentMemOperandLarge() 899 ComputeMemOperandAddress(Op, 64, AddressRegI64, Ctx, Out); in InstrumentMemOperandSmall() 969 ComputeMemOperandAddress(Op, 64, AddressRegI64, Ctx, Out); in InstrumentMemOperandLarge()
|
/external/vixl/src/aarch64/ |
D | simulator-aarch64.h | 1765 uint64_t ComputeMemOperandAddress(const MemOperand& mem_op) const; 1773 return MemRead<T>(ComputeMemOperandAddress(operand.GetMemOperand())); 1794 MemWrite(ComputeMemOperandAddress(operand.GetMemOperand()), value);
|
D | simulator-aarch64.cc | 604 uint64_t Simulator::ComputeMemOperandAddress(const MemOperand& mem_op) const { in ComputeMemOperandAddress() function in vixl::aarch64::Simulator
|