Home
last modified time | relevance | path

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

/external/v8/src/compiler/arm64/
Dcode-generator-arm64.cc49 MemOperand MemoryOperand(int* first_index) { in MemoryOperand() function in v8::internal::compiler::FINAL
66 MemOperand MemoryOperand() { in MemoryOperand() function in v8::internal::compiler::FINAL
/external/v8/src/compiler/ia32/
Dcode-generator-ia32.cc76 Operand MemoryOperand(int* first_input) { in MemoryOperand() function in v8::internal::compiler::IA32OperandConverter
97 Operand MemoryOperand() { in MemoryOperand() function in v8::internal::compiler::IA32OperandConverter
/external/v8/src/compiler/x64/
Dcode-generator-x64.cc142 Operand MemoryOperand(int* first_input) { in MemoryOperand() function in v8::internal::compiler::X64OperandConverter
160 Operand MemoryOperand() { in MemoryOperand() function in v8::internal::compiler::X64OperandConverter
/external/llvm/lib/Target/X86/MCTargetDesc/
DX86MCCodeEmitter.cpp1186 int MemoryOperand = X86II::getMemoryOperandNo(TSFlags, Opcode); in EncodeInstruction() local