Home
last modified time | relevance | path

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

/external/swiftshader/third_party/LLVM/lib/Target/X86/MCTargetDesc/
DX86MCCodeEmitter.cpp873 int MemoryOperand = X86II::getMemoryOperandNo(TSFlags); in EncodeInstruction() local
/external/llvm/lib/Target/X86/MCTargetDesc/
DX86MCCodeEmitter.cpp1149 int MemoryOperand = X86II::getMemoryOperandNo(TSFlags); in encodeInstruction() local
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/X86/MCTargetDesc/
DX86MCCodeEmitter.cpp1226 int MemoryOperand = X86II::getMemoryOperandNo(TSFlags); in encodeInstruction() local
/external/v8/src/compiler/ppc/
Dcode-generator-ppc.cc84 MemOperand MemoryOperand(AddressingMode* mode, size_t* first_index) { in MemoryOperand() function in v8::internal::compiler::PPCOperandConverter
100 MemOperand MemoryOperand(AddressingMode* mode, size_t first_index = 0) { in MemoryOperand() function in v8::internal::compiler::PPCOperandConverter
/external/v8/src/compiler/s390/
Dcode-generator-s390.cc77 MemOperand MemoryOperand(AddressingMode* mode, size_t* first_index) { in MemoryOperand() function in v8::internal::compiler::S390OperandConverter
100 MemOperand MemoryOperand(AddressingMode* mode = nullptr, in MemoryOperand() function in v8::internal::compiler::S390OperandConverter
/external/v8/src/compiler/x64/
Dcode-generator-x64.cc81 Operand MemoryOperand(size_t* offset) { in MemoryOperand() function in v8::internal::compiler::X64OperandConverter
149 Operand MemoryOperand(size_t first_input = 0) { in MemoryOperand() function in v8::internal::compiler::X64OperandConverter
/external/v8/src/compiler/mips64/
Dcode-generator-mips64.cc105 MemOperand MemoryOperand(size_t* first_index) { in MemoryOperand() function in v8::internal::compiler::MipsOperandConverter
120 MemOperand MemoryOperand(size_t index = 0) { return MemoryOperand(&index); } in MemoryOperand() function in v8::internal::compiler::MipsOperandConverter
/external/v8/src/compiler/mips/
Dcode-generator-mips.cc102 MemOperand MemoryOperand(size_t* first_index) { in MemoryOperand() function in v8::internal::compiler::MipsOperandConverter
117 MemOperand MemoryOperand(size_t index = 0) { return MemoryOperand(&index); } in MemoryOperand() function in v8::internal::compiler::MipsOperandConverter
/external/v8/src/compiler/arm64/
Dcode-generator-arm64.cc170 MemOperand MemoryOperand(size_t index = 0) { in MemoryOperand() function in v8::internal::compiler::Arm64OperandConverter
/external/v8/src/compiler/ia32/
Dcode-generator-ia32.cc107 Operand MemoryOperand(size_t* offset) { in MemoryOperand() function in v8::internal::compiler::IA32OperandConverter
168 Operand MemoryOperand(size_t first_input = 0) { in MemoryOperand() function in v8::internal::compiler::IA32OperandConverter