/aosp_15_r20/external/XNNPACK/src/xnnpack/ |
H A D | aarch64-assembler.h | 258 struct MemOperand { struct 259 MemOperand(XRegister xn): base(xn), mode(AddressingMode::kOffset), offset(0) {} in MemOperand() argument 260 …MemOperand(XRegister xn, int32_t offset): base(xn), mode(AddressingMode::kOffset), offset(offset) … in MemOperand() function 261 …MemOperand(XRegister xn, int32_t offset, AddressingMode mode): base(xn), mode(mode), offset(offset… in MemOperand() argument 274 static inline MemOperand operator,(XRegister r, int32_t offset) { argument
|
H A D | aarch32-assembler.h | 285 MemOperand(CoreRegister rn, int32_t offset) in MemOperand() function 290 MemOperand(CoreRegister rn, int32_t offset, AddressingMode mode) in MemOperand() function
|
/aosp_15_r20/external/vixl/src/aarch64/ |
H A D | operands-aarch64.cc | 235 MemOperand::MemOperand() in MemOperand() function in vixl::aarch64::MemOperand 244 MemOperand::MemOperand(Register base, int64_t offset, AddrMode addrmode) in MemOperand() function in vixl::aarch64::MemOperand 256 MemOperand::MemOperand(Register base, in MemOperand() function in vixl::aarch64::MemOperand 276 MemOperand::MemOperand(Register base, in MemOperand() function in vixl::aarch64::MemOperand 293 MemOperand::MemOperand(Register base, const Operand& offset, AddrMode addrmode) in MemOperand() function in vixl::aarch64::MemOperand
|
/aosp_15_r20/frameworks/libs/binary_translation/backend/testing/include/x86_64/ |
D | mem_operand.h | 34 MemOperand() : addr_mode_(kAddrModeInvalid), scale_(MachineMemOperandScale::kOne), disp_(0) {} in MemOperand() function 84 MemOperand(AddrMode addr_mode, in MemOperand() function
|
/aosp_15_r20/external/llvm/lib/Target/X86/MCTargetDesc/ |
H A D | X86MCCodeEmitter.cpp | 597 int MemOperand, const MCInst &MI, in EmitVEXOpcodePrefix() 959 int MemOperand, in DetermineREXPrefix() 1058 int MemOperand, const MCInst &MI, in emitOpcodePrefix()
|
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/X86/MCTargetDesc/ |
H A D | X86MCCodeEmitter.cpp | 662 void X86MCCodeEmitter::emitVEXOpcodePrefix(int MemOperand, const MCInst &MI, in emitVEXOpcodePrefix() 1134 bool X86MCCodeEmitter::emitREXPrefix(int MemOperand, const MCInst &MI, in emitREXPrefix() 1264 bool X86MCCodeEmitter::emitOpcodePrefix(int MemOperand, const MCInst &MI, in emitOpcodePrefix()
|
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/MCTargetDesc/ |
H A D | X86MCCodeEmitter.cpp | 740 int MemOperand, const MCInst &MI, in emitVEXOpcodePrefix() 1170 int MemOperand, in determineREXPrefix() 1296 int MemOperand, const MCInst &MI, in emitOpcodePrefix()
|
/aosp_15_r20/external/XNNPACK/test/ |
H A D | aarch32-assembler.cc | 430 TEST(AArch32Assembler, MemOperand) { in TEST() argument
|
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/Lanai/ |
H A D | LanaiMemAluCombiner.cpp | 158 const MachineMemOperand *MemOperand = *MI.memoperands_begin(); in isNonVolatileMemoryOp() local
|
/aosp_15_r20/external/llvm/lib/Target/Lanai/ |
H A D | LanaiMemAluCombiner.cpp | 159 const MachineMemOperand *MemOperand = *MI.memoperands_begin(); in isNonVolatileMemoryOp() local
|
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Lanai/ |
H A D | LanaiMemAluCombiner.cpp | 158 const MachineMemOperand *MemOperand = *MI.memoperands_begin(); in isNonVolatileMemoryOp() local
|
/aosp_15_r20/external/vixl/tools/test_generator/ |
H A D | data_types.py | 544 class MemOperand(Input): class
|
/aosp_15_r20/external/vixl/src/aarch32/ |
H A D | operands-aarch32.h | 878 : MemOperand(rn, addrmode), align_(align) { in MemOperand() function
|
H A D | assembler-aarch32.h | 856 const MemOperand& /*operand*/) { in Delegate() 869 const MemOperand& /*operand*/) { in Delegate() 907 const MemOperand& /*operand*/) { in Delegate() 996 const MemOperand& /*operand*/) { in Delegate() 1065 const MemOperand& /*operand*/) { in Delegate() 1514 const MemOperand& /*operand*/) { in Delegate() 1558 const MemOperand& /*operand*/) { in Delegate() 1578 const MemOperand& /*operand*/) { in Delegate()
|
H A D | instructions-aarch32.h | 54 class MemOperand; variable
|
/aosp_15_r20/frameworks/libs/binary_translation/backend/x86_64/ |
D | machine_ir_exec_test.cc | 458 TEST(ExecMachineIR, MemOperand) { in TEST() argument
|
/aosp_15_r20/external/swiftshader/third_party/subzero/src/ |
H A D | IceTargetLoweringX8632.cpp | 1229 auto *MemOperand = X86OperandMem::create( in loOperand() local 1265 auto *MemOperand = X86OperandMem::create( in hiOperand() local
|
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/CodeGen/LiveDebugValues/ |
H A D | InstrRefBasedImpl.cpp | 1358 auto *MemOperand = *MI.memoperands_begin(); in findLocationForMemOperand() local
|