Home
last modified time | relevance | path

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

/external/v8/src/mips/
Ddisasm-mips.cc138 void DecodeTypeImmediate(Instruction* instr);
1698 void Decoder::DecodeTypeImmediate(Instruction* instr) { in DecodeTypeImmediate() function in v8::internal::Decoder
2695 DecodeTypeImmediate(instr); in InstructionDecode()
Dsimulator-mips.h441 void DecodeTypeImmediate();
Dsimulator-mips.cc6270 void Simulator::DecodeTypeImmediate() { in DecodeTypeImmediate() function in v8::internal::Simulator
6923 DecodeTypeImmediate(); in InstructionDecode()
/external/v8/src/mips64/
Dsimulator-mips64.h463 void DecodeTypeImmediate();
Ddisasm-mips64.cc149 void DecodeTypeImmediate(Instruction* instr);
2008 void Decoder::DecodeTypeImmediate(Instruction* instr) { in DecodeTypeImmediate() function in v8::internal::Decoder
3012 DecodeTypeImmediate(instr); in InstructionDecode()
Dsimulator-mips64.cc6504 void Simulator::DecodeTypeImmediate() { in DecodeTypeImmediate() function in v8::internal::Simulator
7274 DecodeTypeImmediate(); in InstructionDecode()