• Home
  • Raw
  • Download

Lines Matching refs:Decoder

76 class Decoder {  class
78 Decoder(const disasm::NameConverter& converter, in Decoder() function in v8::internal::Decoder
86 ~Decoder() {} in ~Decoder()
145 DISALLOW_COPY_AND_ASSIGN(Decoder);
155 void Decoder::PrintChar(const char ch) { in PrintChar()
161 void Decoder::Print(const char* str) { in Print()
180 void Decoder::PrintCondition(Instruction* instr) { in PrintCondition()
186 void Decoder::PrintRegister(int reg) { in PrintRegister()
191 void Decoder::PrintSRegister(int reg) { in PrintSRegister()
196 void Decoder::PrintDRegister(int reg) { in PrintDRegister()
210 void Decoder::PrintShiftRm(Instruction* instr) { in PrintShiftRm()
246 void Decoder::PrintShiftImm(Instruction* instr) { in PrintShiftImm()
256 void Decoder::PrintShiftSat(Instruction* instr) { in PrintShiftSat()
268 void Decoder::PrintPU(Instruction* instr) { in PrintPU()
296 void Decoder::PrintSoftwareInterrupt(SoftwareInterruptCodes svc) { in PrintSoftwareInterrupt()
322 int Decoder::FormatRegister(Instruction* instr, const char* format) { in FormatRegister()
371 int Decoder::FormatVFPRegister(Instruction* instr, const char* format) { in FormatVFPRegister()
405 int Decoder::FormatVFPinstruction(Instruction* instr, const char* format) { in FormatVFPinstruction()
412 void Decoder::PrintMovwMovt(Instruction* instr) { in PrintMovwMovt()
426 int Decoder::FormatOption(Instruction* instr, const char* format) { in FormatOption()
651 void Decoder::Format(Instruction* instr, const char* format) { in Format()
676 void Decoder::Unknown(Instruction* instr) { in Unknown()
681 void Decoder::DecodeType01(Instruction* instr) { in DecodeType01()
921 void Decoder::DecodeType2(Instruction* instr) { in DecodeType2()
956 void Decoder::DecodeType3(Instruction* instr) { in DecodeType3()
1020 void Decoder::DecodeType4(Instruction* instr) { in DecodeType4()
1034 void Decoder::DecodeType5(Instruction* instr) { in DecodeType5()
1039 void Decoder::DecodeType6(Instruction* instr) { in DecodeType6()
1044 int Decoder::DecodeType7(Instruction* instr) { in DecodeType7()
1085 void Decoder::DecodeTypeVFP(Instruction* instr) { in DecodeTypeVFP()
1176 void Decoder::DecodeVMOVBetweenCoreAndSinglePrecisionRegisters( in DecodeVMOVBetweenCoreAndSinglePrecisionRegisters()
1191 void Decoder::DecodeVCMP(Instruction* instr) { in DecodeVCMP()
1214 void Decoder::DecodeVCVTBetweenDoubleAndSingle(Instruction* instr) { in DecodeVCVTBetweenDoubleAndSingle()
1228 void Decoder::DecodeVCVTBetweenFloatingPointAndInteger(Instruction* instr) { in DecodeVCVTBetweenFloatingPointAndInteger()
1276 void Decoder::DecodeType6CoprocessorIns(Instruction* instr) { in DecodeType6CoprocessorIns()
1361 bool Decoder::IsConstantPoolAt(byte* instr_ptr) { in IsConstantPoolAt()
1367 int Decoder::ConstantPoolSizeAt(byte* instr_ptr) { in ConstantPoolSizeAt()
1378 int Decoder::InstructionDecode(byte* instr_ptr) { in InstructionDecode()
1490 v8::internal::Decoder d(converter_, buffer); in InstructionDecode()
1496 return v8::internal::Decoder::ConstantPoolSizeAt(instruction); in ConstantPoolSizeAt()