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/v8/src/compiler/ppc/
Dcode-generator-ppc.cc83 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/arm64/
Dcode-generator-arm64.cc162 MemOperand MemoryOperand(size_t* first_index) { in MemoryOperand() function in v8::internal::compiler::Arm64OperandConverter
190 MemOperand MemoryOperand(size_t first_index = 0) { in MemoryOperand() function in v8::internal::compiler::Arm64OperandConverter
/external/v8/src/compiler/s390/
Dcode-generator-s390.cc78 MemOperand MemoryOperand(AddressingMode* mode, size_t* first_index) { in MemoryOperand() function in v8::internal::compiler::S390OperandConverter
102 MemOperand MemoryOperand(AddressingMode* mode = NULL, in MemoryOperand() function in v8::internal::compiler::S390OperandConverter
/external/v8/src/compiler/mips/
Dcode-generator-mips.cc110 MemOperand MemoryOperand(size_t* first_index) { in MemoryOperand() function in v8::internal::compiler::MipsOperandConverter
126 MemOperand MemoryOperand(size_t index = 0) { return MemoryOperand(&index); } in MemoryOperand() function in v8::internal::compiler::MipsOperandConverter
/external/v8/src/compiler/ia32/
Dcode-generator-ia32.cc113 Operand MemoryOperand(size_t* offset) { in MemoryOperand() function in v8::internal::compiler::IA32OperandConverter
176 Operand MemoryOperand(size_t first_input = 0) { in MemoryOperand() function in v8::internal::compiler::IA32OperandConverter
/external/v8/src/compiler/x64/
Dcode-generator-x64.cc81 Operand MemoryOperand(size_t* offset) { in MemoryOperand() function in v8::internal::compiler::X64OperandConverter
151 Operand MemoryOperand(size_t first_input = 0) { in MemoryOperand() function in v8::internal::compiler::X64OperandConverter
/external/v8/src/compiler/mips64/
Dcode-generator-mips64.cc110 MemOperand MemoryOperand(size_t* first_index) { in MemoryOperand() function in v8::internal::compiler::MipsOperandConverter
126 MemOperand MemoryOperand(size_t index = 0) { return MemoryOperand(&index); } in MemoryOperand() function in v8::internal::compiler::MipsOperandConverter
/external/v8/src/compiler/x87/
Dcode-generator-x87.cc107 Operand MemoryOperand(size_t* offset) { in MemoryOperand() function in v8::internal::compiler::X87OperandConverter
170 Operand MemoryOperand(size_t first_input = 0) { in MemoryOperand() function in v8::internal::compiler::X87OperandConverter