Home
last modified time | relevance | path

Searched refs:DecodeTypeJump (Results 1 – 6 of 6) sorted by relevance

/external/v8/src/mips/
Ddisasm-mips.cc105 void DecodeTypeJump(Instruction* instr);
1228 void Decoder::DecodeTypeJump(Instruction* instr) { in DecodeTypeJump() function in v8::internal::Decoder
1259 DecodeTypeJump(instr); in InstructionDecode()
Dsimulator-mips.h278 void DecodeTypeJump(Instruction* instr);
Dsimulator-mips.cc3024 void Simulator::DecodeTypeJump(Instruction* instr) { in DecodeTypeJump() function in v8::internal::Simulator
3073 DecodeTypeJump(instr); in InstructionDecode()
/external/v8/src/mips64/
Ddisasm-mips64.cc106 void DecodeTypeJump(Instruction* instr);
1377 void Decoder::DecodeTypeJump(Instruction* instr) { in DecodeTypeJump() function in v8::internal::Decoder
1410 DecodeTypeJump(instr); in InstructionDecode()
Dsimulator-mips64.h330 void DecodeTypeJump(Instruction* instr);
Dsimulator-mips64.cc3180 void Simulator::DecodeTypeJump(Instruction* instr) { in DecodeTypeJump() function in v8::internal::Simulator
3230 DecodeTypeJump(instr); in InstructionDecode()