Home
last modified time | relevance | path

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

/external/v8/src/compiler/ppc/
Dcode-generator-ppc.cc82 MemOperand MemoryOperand(AddressingMode* mode, size_t* first_index) { in MemoryOperand() function in v8::internal::compiler::PPCOperandConverter
99 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.cc140 MemOperand MemoryOperand(size_t* first_index) { in MemoryOperand() function in v8::internal::compiler::Arm64OperandConverter
164 MemOperand MemoryOperand(size_t first_index = 0) { in MemoryOperand() function in v8::internal::compiler::Arm64OperandConverter
/external/llvm/lib/Target/X86/MCTargetDesc/
DX86MCCodeEmitter.cpp1193 int MemoryOperand = X86II::getMemoryOperandNo(TSFlags, Opcode); in encodeInstruction() local
/external/v8/src/compiler/mips/
Dcode-generator-mips.cc102 MemOperand MemoryOperand(size_t* first_index) { in MemoryOperand() function in v8::internal::compiler::MipsOperandConverter
118 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.cc108 Operand MemoryOperand(size_t* offset) { in MemoryOperand() function in v8::internal::compiler::IA32OperandConverter
171 Operand MemoryOperand(size_t first_input = 0) { in MemoryOperand() function in v8::internal::compiler::IA32OperandConverter
/external/v8/src/compiler/x64/
Dcode-generator-x64.cc74 Operand MemoryOperand(size_t* offset) { in MemoryOperand() function in v8::internal::compiler::X64OperandConverter
139 Operand MemoryOperand(size_t first_input = 0) { in MemoryOperand() function in v8::internal::compiler::X64OperandConverter
/external/v8/src/compiler/mips64/
Dcode-generator-mips64.cc102 MemOperand MemoryOperand(size_t* first_index) { in MemoryOperand() function in v8::internal::compiler::MipsOperandConverter
118 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.cc102 Operand MemoryOperand(size_t* offset) { in MemoryOperand() function in v8::internal::compiler::X87OperandConverter
165 Operand MemoryOperand(size_t first_input = 0) { in MemoryOperand() function in v8::internal::compiler::X87OperandConverter