Searched refs:DecodeTypeImmediate (Results 1 - 6 of 6) sorted by relevance

/external/v8/src/mips/
H A Dsimulator-mips.h353 void DecodeTypeImmediate(Instruction* instr);
H A Ddisasm-mips.cc124 void DecodeTypeImmediate(Instruction* instr);
1320 case BC1: // bc1 handled in DecodeTypeImmediate.
1385 void Decoder::DecodeTypeImmediate(Instruction* instr) { function in class:v8::internal::Decoder
1696 DecodeTypeImmediate(instr);
H A Dsimulator-mips.cc3942 void Simulator::DecodeTypeImmediate(Instruction* instr) { function in class:v8::internal::Simulator
4440 DecodeTypeImmediate(instr);
/external/v8/src/mips64/
H A Dsimulator-mips64.h367 void DecodeTypeImmediate(Instruction* instr);
H A Ddisasm-mips64.cc131 void DecodeTypeImmediate(Instruction* instr);
1616 void Decoder::DecodeTypeImmediate(Instruction* instr) { function in class:v8::internal::Decoder
1927 DecodeTypeImmediate(instr);
H A Dsimulator-mips64.cc4191 void Simulator::DecodeTypeImmediate(Instruction* instr) { function in class:v8::internal::Simulator
4782 DecodeTypeImmediate(instr);

Completed in 112 milliseconds