Lines Matching refs:Decoder
49 class Decoder { class
51 Decoder(const disasm::NameConverter& converter, in Decoder() function in v8::internal::Decoder
59 ~Decoder() {} in ~Decoder()
122 DISALLOW_COPY_AND_ASSIGN(Decoder);
132 void Decoder::PrintChar(const char ch) { in PrintChar()
138 void Decoder::Print(const char* str) { in Print()
157 void Decoder::PrintCondition(Instruction* instr) { in PrintCondition()
163 void Decoder::PrintRegister(int reg) { in PrintRegister()
169 void Decoder::PrintSRegister(int reg) { in PrintSRegister()
175 void Decoder::PrintDRegister(int reg) { in PrintDRegister()
189 void Decoder::PrintShiftRm(Instruction* instr) { in PrintShiftRm()
225 void Decoder::PrintShiftImm(Instruction* instr) { in PrintShiftImm()
234 void Decoder::PrintShiftSat(Instruction* instr) { in PrintShiftSat()
246 void Decoder::PrintPU(Instruction* instr) { in PrintPU()
274 void Decoder::PrintSoftwareInterrupt(SoftwareInterruptCodes svc) { in PrintSoftwareInterrupt()
300 int Decoder::FormatRegister(Instruction* instr, const char* format) { in FormatRegister()
349 int Decoder::FormatVFPRegister(Instruction* instr, const char* format) { in FormatVFPRegister()
392 int Decoder::FormatVFPinstruction(Instruction* instr, const char* format) { in FormatVFPinstruction()
398 void Decoder::FormatNeonList(int Vd, int type) { in FormatNeonList()
415 void Decoder::FormatNeonMemory(int Rn, int align, int Rm) { in FormatNeonMemory()
434 void Decoder::PrintMovwMovt(Instruction* instr) { in PrintMovwMovt()
447 int Decoder::FormatOption(Instruction* instr, const char* format) { in FormatOption()
670 void Decoder::Format(Instruction* instr, const char* format) { in Format()
695 void Decoder::Unknown(Instruction* instr) { in Unknown()
700 void Decoder::DecodeType01(Instruction* instr) { in DecodeType01()
950 void Decoder::DecodeType2(Instruction* instr) { in DecodeType2()
985 void Decoder::DecodeType3(Instruction* instr) { in DecodeType3()
1268 void Decoder::DecodeType4(Instruction* instr) { in DecodeType4()
1282 void Decoder::DecodeType5(Instruction* instr) { in DecodeType5()
1287 void Decoder::DecodeType6(Instruction* instr) { in DecodeType6()
1292 int Decoder::DecodeType7(Instruction* instr) { in DecodeType7()
1346 void Decoder::DecodeTypeVFP(Instruction* instr) { in DecodeTypeVFP()
1495 void Decoder::DecodeVMOVBetweenCoreAndSinglePrecisionRegisters( in DecodeVMOVBetweenCoreAndSinglePrecisionRegisters()
1510 void Decoder::DecodeVCMP(Instruction* instr) { in DecodeVCMP()
1541 void Decoder::DecodeVCVTBetweenDoubleAndSingle(Instruction* instr) { in DecodeVCVTBetweenDoubleAndSingle()
1555 void Decoder::DecodeVCVTBetweenFloatingPointAndInteger(Instruction* instr) { in DecodeVCVTBetweenFloatingPointAndInteger()
1603 void Decoder::DecodeType6CoprocessorIns(Instruction* instr) { in DecodeType6CoprocessorIns()
1692 void Decoder::DecodeSpecialCondition(Instruction* instr) { in DecodeSpecialCondition()
1824 bool Decoder::IsConstantPoolAt(byte* instr_ptr) { in IsConstantPoolAt()
1830 int Decoder::ConstantPoolSizeAt(byte* instr_ptr) { in ConstantPoolSizeAt()
1841 int Decoder::InstructionDecode(byte* instr_ptr) { in InstructionDecode()
1960 v8::internal::Decoder d(converter_, buffer); in InstructionDecode()
1966 return v8::internal::Decoder::ConstantPoolSizeAt(instruction); in ConstantPoolSizeAt()