Home
last modified time | relevance | path

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

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