• Home
  • Raw
  • Download

Lines Matching refs:Decoder

73 class Decoder {  class
75 Decoder(const disasm::NameConverter& converter, in Decoder() function in v8::internal::Decoder
83 ~Decoder() {} in ~Decoder()
146 DISALLOW_COPY_AND_ASSIGN(Decoder);
156 void Decoder::PrintChar(const char ch) { in PrintChar()
162 void Decoder::Print(const char* str) { in Print()
181 void Decoder::PrintCondition(Instruction* instr) { in PrintCondition()
187 void Decoder::PrintRegister(int reg) { in PrintRegister()
193 void Decoder::PrintSRegister(int reg) { in PrintSRegister()
199 void Decoder::PrintDRegister(int reg) { in PrintDRegister()
213 void Decoder::PrintShiftRm(Instruction* instr) { in PrintShiftRm()
249 void Decoder::PrintShiftImm(Instruction* instr) { in PrintShiftImm()
259 void Decoder::PrintShiftSat(Instruction* instr) { in PrintShiftSat()
271 void Decoder::PrintPU(Instruction* instr) { in PrintPU()
299 void Decoder::PrintSoftwareInterrupt(SoftwareInterruptCodes svc) { in PrintSoftwareInterrupt()
325 int Decoder::FormatRegister(Instruction* instr, const char* format) { in FormatRegister()
374 int Decoder::FormatVFPRegister(Instruction* instr, const char* format) { in FormatVFPRegister()
417 int Decoder::FormatVFPinstruction(Instruction* instr, const char* format) { in FormatVFPinstruction()
423 void Decoder::FormatNeonList(int Vd, int type) { in FormatNeonList()
440 void Decoder::FormatNeonMemory(int Rn, int align, int Rm) { in FormatNeonMemory()
459 void Decoder::PrintMovwMovt(Instruction* instr) { in PrintMovwMovt()
473 int Decoder::FormatOption(Instruction* instr, const char* format) { in FormatOption()
698 void Decoder::Format(Instruction* instr, const char* format) { in Format()
723 void Decoder::Unknown(Instruction* instr) { in Unknown()
728 void Decoder::DecodeType01(Instruction* instr) { in DecodeType01()
978 void Decoder::DecodeType2(Instruction* instr) { in DecodeType2()
1013 void Decoder::DecodeType3(Instruction* instr) { in DecodeType3()
1180 void Decoder::DecodeType4(Instruction* instr) { in DecodeType4()
1194 void Decoder::DecodeType5(Instruction* instr) { in DecodeType5()
1199 void Decoder::DecodeType6(Instruction* instr) { in DecodeType6()
1204 int Decoder::DecodeType7(Instruction* instr) { in DecodeType7()
1248 void Decoder::DecodeTypeVFP(Instruction* instr) { in DecodeTypeVFP()
1374 void Decoder::DecodeVMOVBetweenCoreAndSinglePrecisionRegisters( in DecodeVMOVBetweenCoreAndSinglePrecisionRegisters()
1389 void Decoder::DecodeVCMP(Instruction* instr) { in DecodeVCMP()
1412 void Decoder::DecodeVCVTBetweenDoubleAndSingle(Instruction* instr) { in DecodeVCVTBetweenDoubleAndSingle()
1426 void Decoder::DecodeVCVTBetweenFloatingPointAndInteger(Instruction* instr) { in DecodeVCVTBetweenFloatingPointAndInteger()
1474 void Decoder::DecodeType6CoprocessorIns(Instruction* instr) { in DecodeType6CoprocessorIns()
1563 void Decoder::DecodeSpecialCondition(Instruction* instr) { in DecodeSpecialCondition()
1649 bool Decoder::IsConstantPoolAt(byte* instr_ptr) { in IsConstantPoolAt()
1655 int Decoder::ConstantPoolSizeAt(byte* instr_ptr) { in ConstantPoolSizeAt()
1666 int Decoder::InstructionDecode(byte* instr_ptr) { in InstructionDecode()
1785 v8::internal::Decoder d(converter_, buffer); in InstructionDecode()
1791 return v8::internal::Decoder::ConstantPoolSizeAt(instruction); in ConstantPoolSizeAt()