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);
1410 void Decoder::DecodeTypeImmediate(Instruction* instr) { in DecodeTypeImmediate() function in v8::internal::Decoder
1721 DecodeTypeImmediate(instr); in InstructionDecode()
Dsimulator-mips.h401 void DecodeTypeImmediate();
Dsimulator-mips.cc4141 void Simulator::DecodeTypeImmediate() { in DecodeTypeImmediate() function in v8::internal::Simulator
4648 DecodeTypeImmediate(); in InstructionDecode()
/external/v8/src/mips64/
Ddisasm-mips64.cc131 void DecodeTypeImmediate(Instruction* instr);
1643 void Decoder::DecodeTypeImmediate(Instruction* instr) { in DecodeTypeImmediate() function in v8::internal::Decoder
1954 DecodeTypeImmediate(instr); in InstructionDecode()
Dsimulator-mips64.h432 void DecodeTypeImmediate();
Dsimulator-mips64.cc4341 void Simulator::DecodeTypeImmediate() { in DecodeTypeImmediate() function in v8::internal::Simulator
4935 DecodeTypeImmediate(); in InstructionDecode()