Home
last modified time | relevance | path

Searched defs:MemoryOperand (Results 1 – 11 of 11) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/MCTargetDesc/
DX86AsmBackend.cpp311 int MemoryOperand = X86II::getMemoryOperandNo(TSFlags); in isRIPRelative() local
DX86MCCodeEmitter.cpp641 int MemoryOperand = X86II::getMemoryOperandNo(TSFlags); in emitPrefixImpl() local
/third_party/node/deps/v8/src/compiler/backend/loong64/
Dcode-generator-loong64.cc108 MemOperand MemoryOperand(size_t* first_index) { in MemoryOperand() function in v8::internal::compiler::Loong64OperandConverter
126 MemOperand MemoryOperand(size_t index = 0) { return MemoryOperand(&index); } in MemoryOperand() function in v8::internal::compiler::Loong64OperandConverter
/third_party/node/deps/v8/src/compiler/backend/s390/
Dcode-generator-s390.cc86 MemOperand MemoryOperand(AddressingMode* mode, size_t* first_index) { in MemoryOperand() function in v8::internal::compiler::S390OperandConverter
109 MemOperand MemoryOperand(AddressingMode* mode = nullptr, in MemoryOperand() function in v8::internal::compiler::S390OperandConverter
/third_party/node/deps/v8/src/compiler/backend/riscv64/
Dcode-generator-riscv64.cc121 MemOperand MemoryOperand(size_t* first_index) { in MemoryOperand() function in v8::internal::compiler::RiscvOperandConverter
138 MemOperand MemoryOperand(size_t index = 0) { return MemoryOperand(&index); } in MemoryOperand() function in v8::internal::compiler::RiscvOperandConverter
/third_party/node/deps/v8/src/compiler/backend/ppc/
Dcode-generator-ppc.cc91 MemOperand MemoryOperand(AddressingMode* mode, size_t* first_index) { in MemoryOperand() function in v8::internal::compiler::PPCOperandConverter
108 MemOperand MemoryOperand(AddressingMode* mode = NULL, in MemoryOperand() function in v8::internal::compiler::PPCOperandConverter
/third_party/node/deps/v8/src/compiler/backend/x64/
Dcode-generator-x64.cc92 Operand MemoryOperand(size_t* offset) { in MemoryOperand() function in v8::internal::compiler::X64OperandConverter
159 Operand MemoryOperand(size_t first_input = 0) { in MemoryOperand() function in v8::internal::compiler::X64OperandConverter
/third_party/node/deps/v8/src/compiler/backend/ia32/
Dcode-generator-ia32.cc119 Operand MemoryOperand(size_t* offset) { in MemoryOperand() function in v8::internal::compiler::IA32OperandConverter
185 Operand MemoryOperand(size_t first_input = 0) { in MemoryOperand() function in v8::internal::compiler::IA32OperandConverter
/third_party/node/deps/v8/src/compiler/backend/mips64/
Dcode-generator-mips64.cc110 MemOperand MemoryOperand(size_t* first_index) { in MemoryOperand() function in v8::internal::compiler::MipsOperandConverter
125 MemOperand MemoryOperand(size_t index = 0) { return MemoryOperand(&index); } in MemoryOperand() function in v8::internal::compiler::MipsOperandConverter
/third_party/node/deps/v8/src/compiler/backend/mips/
Dcode-generator-mips.cc108 MemOperand MemoryOperand(size_t* first_index) { in MemoryOperand() function in v8::internal::compiler::MipsOperandConverter
123 MemOperand MemoryOperand(size_t index = 0) { return MemoryOperand(&index); } in MemoryOperand() function in v8::internal::compiler::MipsOperandConverter
/third_party/node/deps/v8/src/compiler/backend/arm64/
Dcode-generator-arm64.cc173 MemOperand MemoryOperand(size_t index = 0) { in MemoryOperand() function in v8::internal::compiler::Arm64OperandConverter