Decoder 78 src/arm/disasm-arm.cc Decoder(const disasm::NameConverter& converter,
Decoder 155 src/arm/disasm-arm.cc void Decoder::PrintChar(const char ch) {
Decoder 161 src/arm/disasm-arm.cc void Decoder::Print(const char* str) {
Decoder 180 src/arm/disasm-arm.cc void Decoder::PrintCondition(Instruction* instr) {
Decoder 186 src/arm/disasm-arm.cc void Decoder::PrintRegister(int reg) {
Decoder 191 src/arm/disasm-arm.cc void Decoder::PrintSRegister(int reg) {
Decoder 196 src/arm/disasm-arm.cc void Decoder::PrintDRegister(int reg) {
Decoder 210 src/arm/disasm-arm.cc void Decoder::PrintShiftRm(Instruction* instr) {
Decoder 246 src/arm/disasm-arm.cc void Decoder::PrintShiftImm(Instruction* instr) {
Decoder 256 src/arm/disasm-arm.cc void Decoder::PrintShiftSat(Instruction* instr) {
Decoder 268 src/arm/disasm-arm.cc void Decoder::PrintPU(Instruction* instr) {
Decoder 296 src/arm/disasm-arm.cc void Decoder::PrintSoftwareInterrupt(SoftwareInterruptCodes svc) {
Decoder 322 src/arm/disasm-arm.cc int Decoder::FormatRegister(Instruction* instr, const char* format) {
Decoder 371 src/arm/disasm-arm.cc int Decoder::FormatVFPRegister(Instruction* instr, const char* format) {
Decoder 405 src/arm/disasm-arm.cc int Decoder::FormatVFPinstruction(Instruction* instr, const char* format) {
Decoder 412 src/arm/disasm-arm.cc void Decoder::PrintMovwMovt(Instruction* instr) {
Decoder 426 src/arm/disasm-arm.cc int Decoder::FormatOption(Instruction* instr, const char* format) {
Decoder 651 src/arm/disasm-arm.cc void Decoder::Format(Instruction* instr, const char* format) {
Decoder 676 src/arm/disasm-arm.cc void Decoder::Unknown(Instruction* instr) {
Decoder 681 src/arm/disasm-arm.cc void Decoder::DecodeType01(Instruction* instr) {
Decoder 921 src/arm/disasm-arm.cc void Decoder::DecodeType2(Instruction* instr) {
Decoder 956 src/arm/disasm-arm.cc void Decoder::DecodeType3(Instruction* instr) {
Decoder 1020 src/arm/disasm-arm.cc void Decoder::DecodeType4(Instruction* instr) {
Decoder 1034 src/arm/disasm-arm.cc void Decoder::DecodeType5(Instruction* instr) {
Decoder 1039 src/arm/disasm-arm.cc void Decoder::DecodeType6(Instruction* instr) {
Decoder 1044 src/arm/disasm-arm.cc int Decoder::DecodeType7(Instruction* instr) {
Decoder 1085 src/arm/disasm-arm.cc void Decoder::DecodeTypeVFP(Instruction* instr) {
Decoder 1176 src/arm/disasm-arm.cc void Decoder::DecodeVMOVBetweenCoreAndSinglePrecisionRegisters(
Decoder 1191 src/arm/disasm-arm.cc void Decoder::DecodeVCMP(Instruction* instr) {
Decoder 1214 src/arm/disasm-arm.cc void Decoder::DecodeVCVTBetweenDoubleAndSingle(Instruction* instr) {
Decoder 1228 src/arm/disasm-arm.cc void Decoder::DecodeVCVTBetweenFloatingPointAndInteger(Instruction* instr) {
Decoder 1276 src/arm/disasm-arm.cc void Decoder::DecodeType6CoprocessorIns(Instruction* instr) {
Decoder 1361 src/arm/disasm-arm.cc bool Decoder::IsConstantPoolAt(byte* instr_ptr) {
Decoder 1367 src/arm/disasm-arm.cc int Decoder::ConstantPoolSizeAt(byte* instr_ptr) {
Decoder 1378 src/arm/disasm-arm.cc int Decoder::InstructionDecode(byte* instr_ptr) {
Decoder 1490 src/arm/disasm-arm.cc v8::internal::Decoder d(converter_, buffer);
Decoder 1496 src/arm/disasm-arm.cc return v8::internal::Decoder::ConstantPoolSizeAt(instruction);
Decoder 76 src/mips/disasm-mips.cc Decoder(const disasm::NameConverter& converter,
Decoder 146 src/mips/disasm-mips.cc void Decoder::PrintChar(const char ch) {
Decoder 152 src/mips/disasm-mips.cc void Decoder::Print(const char* str) {
Decoder 163 src/mips/disasm-mips.cc void Decoder::PrintRegister(int reg) {
Decoder 168 src/mips/disasm-mips.cc void Decoder::PrintRs(Instruction* instr) {
Decoder 174 src/mips/disasm-mips.cc void Decoder::PrintRt(Instruction* instr) {
Decoder 180 src/mips/disasm-mips.cc void Decoder::PrintRd(Instruction* instr) {
Decoder 187 src/mips/disasm-mips.cc void Decoder::PrintFPURegister(int freg) {
Decoder 192 src/mips/disasm-mips.cc void Decoder::PrintFs(Instruction* instr) {
Decoder 198 src/mips/disasm-mips.cc void Decoder::PrintFt(Instruction* instr) {
Decoder 204 src/mips/disasm-mips.cc void Decoder::PrintFd(Instruction* instr) {
Decoder 211 src/mips/disasm-mips.cc void Decoder::PrintSa(Instruction* instr) {
Decoder 218 src/mips/disasm-mips.cc void Decoder::PrintSd(Instruction* instr) {
Decoder 225 src/mips/disasm-mips.cc void Decoder::PrintSs1(Instruction* instr) {
Decoder 232 src/mips/disasm-mips.cc void Decoder::PrintSs2(Instruction* instr) {
Decoder 241 src/mips/disasm-mips.cc void Decoder::PrintBc(Instruction* instr) {
Decoder 248 src/mips/disasm-mips.cc void Decoder::PrintCc(Instruction* instr) {
Decoder 255 src/mips/disasm-mips.cc void Decoder::PrintUImm16(Instruction* instr) {
Decoder 262 src/mips/disasm-mips.cc void Decoder::PrintSImm16(Instruction* instr) {
Decoder 269 src/mips/disasm-mips.cc void Decoder::PrintXImm16(Instruction* instr) {
Decoder 276 src/mips/disasm-mips.cc void Decoder::PrintXImm26(Instruction* instr) {
Decoder 283 src/mips/disasm-mips.cc void Decoder::PrintCode(Instruction* instr) {
Decoder 311 src/mips/disasm-mips.cc void Decoder::PrintInstructionName(Instruction* instr) {
Decoder 317 src/mips/disasm-mips.cc int Decoder::FormatRegister(Instruction* instr, const char* format) {
Decoder 339 src/mips/disasm-mips.cc int Decoder::FormatFPURegister(Instruction* instr, const char* format) {
Decoder 364 src/mips/disasm-mips.cc int Decoder::FormatOption(Instruction* instr, const char* format) {
Decoder 441 src/mips/disasm-mips.cc void Decoder::Format(Instruction* instr, const char* format) {
Decoder 457 src/mips/disasm-mips.cc void Decoder::Unknown(Instruction* instr) {
Decoder 462 src/mips/disasm-mips.cc void Decoder::DecodeTypeRegister(Instruction* instr) {
Decoder 798 src/mips/disasm-mips.cc void Decoder::DecodeTypeImmediate(Instruction* instr) {
Decoder 926 src/mips/disasm-mips.cc void Decoder::DecodeTypeJump(Instruction* instr) {
Decoder 941 src/mips/disasm-mips.cc int Decoder::InstructionDecode(byte* instr_ptr) {
Decoder 1022 src/mips/disasm-mips.cc v8::internal::Decoder d(converter_, buffer);