Home
last modified time | relevance | path

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

/external/v8/src/mips/
Ddisasm-mips.cc104 void DecodeTypeImmediate(Instruction* instr);
857 void Decoder::DecodeTypeImmediate(Instruction* instr) { in DecodeTypeImmediate() function in v8::internal::Decoder
1255 DecodeTypeImmediate(instr); in InstructionDecode()
Dsimulator-mips.h277 void DecodeTypeImmediate(Instruction* instr);
Dsimulator-mips.cc2677 void Simulator::DecodeTypeImmediate(Instruction* instr) { in DecodeTypeImmediate() function in v8::internal::Simulator
3070 DecodeTypeImmediate(instr); in InstructionDecode()
/external/v8/src/mips64/
Ddisasm-mips64.cc105 void DecodeTypeImmediate(Instruction* instr);
977 void Decoder::DecodeTypeImmediate(Instruction* instr) { in DecodeTypeImmediate() function in v8::internal::Decoder
1406 DecodeTypeImmediate(instr); in InstructionDecode()
Dsimulator-mips64.h329 void DecodeTypeImmediate(Instruction* instr);
Dsimulator-mips64.cc2806 void Simulator::DecodeTypeImmediate(Instruction* instr) { in DecodeTypeImmediate() function in v8::internal::Simulator
3227 DecodeTypeImmediate(instr); in InstructionDecode()