Home
last modified time | relevance | path

Searched defs:MemOperand (Results 1 – 18 of 18) sorted by relevance

/aosp_15_r20/external/XNNPACK/src/xnnpack/
H A Daarch64-assembler.h258 struct MemOperand { struct
259 MemOperand(XRegister xn): base(xn), mode(AddressingMode::kOffset), offset(0) {} in MemOperand() argument
260MemOperand(XRegister xn, int32_t offset): base(xn), mode(AddressingMode::kOffset), offset(offset) … in MemOperand() function
261MemOperand(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 Daarch32-assembler.h285 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 Doperands-aarch64.cc235 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/
Dmem_operand.h34 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 DX86MCCodeEmitter.cpp597 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 DX86MCCodeEmitter.cpp662 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 DX86MCCodeEmitter.cpp740 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 Daarch32-assembler.cc430 TEST(AArch32Assembler, MemOperand) { in TEST() argument
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/Lanai/
H A DLanaiMemAluCombiner.cpp158 const MachineMemOperand *MemOperand = *MI.memoperands_begin(); in isNonVolatileMemoryOp() local
/aosp_15_r20/external/llvm/lib/Target/Lanai/
H A DLanaiMemAluCombiner.cpp159 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 DLanaiMemAluCombiner.cpp158 const MachineMemOperand *MemOperand = *MI.memoperands_begin(); in isNonVolatileMemoryOp() local
/aosp_15_r20/external/vixl/tools/test_generator/
H A Ddata_types.py544 class MemOperand(Input): class
/aosp_15_r20/external/vixl/src/aarch32/
H A Doperands-aarch32.h878 : MemOperand(rn, addrmode), align_(align) { in MemOperand() function
H A Dassembler-aarch32.h856 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 Dinstructions-aarch32.h54 class MemOperand; variable
/aosp_15_r20/frameworks/libs/binary_translation/backend/x86_64/
Dmachine_ir_exec_test.cc458 TEST(ExecMachineIR, MemOperand) { in TEST() argument
/aosp_15_r20/external/swiftshader/third_party/subzero/src/
H A DIceTargetLoweringX8632.cpp1229 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 DInstrRefBasedImpl.cpp1358 auto *MemOperand = *MI.memoperands_begin(); in findLocationForMemOperand() local