Searched refs:MipsOperandConverter (Results 1 - 2 of 2) sorted by relevance

/external/v8/src/compiler/mips/
H A Dcode-generator-mips.cc38 class MipsOperandConverter final : public InstructionOperandConverter {
40 MipsOperandConverter(CodeGenerator* gen, Instruction* instr) function in class:v8::internal::compiler::final
489 MipsOperandConverter i(this, instr);
1168 MipsOperandConverter i(this, instr);
1253 MipsOperandConverter i(this, instr);
1404 MipsOperandConverter i(this, instr);
1416 MipsOperandConverter i(this, instr);
1543 MipsOperandConverter g(this, nullptr);
1649 MipsOperandConverter g(this, nullptr);
/external/v8/src/compiler/mips64/
H A Dcode-generator-mips64.cc37 class MipsOperandConverter final : public InstructionOperandConverter {
39 MipsOperandConverter(CodeGenerator* gen, Instruction* instr) function in class:v8::internal::compiler::final
501 MipsOperandConverter i(this, instr);
1388 MipsOperandConverter i(this, instr);
1479 MipsOperandConverter i(this, instr);
1641 MipsOperandConverter i(this, instr);
1653 MipsOperandConverter i(this, instr);
1780 MipsOperandConverter g(this, nullptr);
1886 MipsOperandConverter g(this, nullptr);

Completed in 5942 milliseconds