/external/swiftshader/third_party/LLVM/lib/Target/X86/MCTargetDesc/ |
D | X86MCCodeEmitter.cpp | 873 int MemoryOperand = X86II::getMemoryOperandNo(TSFlags); in EncodeInstruction() local
|
/external/llvm/lib/Target/X86/MCTargetDesc/ |
D | X86MCCodeEmitter.cpp | 1149 int MemoryOperand = X86II::getMemoryOperandNo(TSFlags); in encodeInstruction() local
|
/external/v8/src/compiler/ppc/ |
D | code-generator-ppc.cc | 83 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/ |
D | code-generator-arm64.cc | 162 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/ |
D | code-generator-s390.cc | 78 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/ |
D | code-generator-mips.cc | 110 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/ |
D | code-generator-ia32.cc | 113 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/ |
D | code-generator-x64.cc | 81 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/ |
D | code-generator-mips64.cc | 110 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/ |
D | code-generator-x87.cc | 107 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
|