Home
last modified time | relevance | path

Searched refs:DecodeInstruction (Results 1 – 5 of 5) sorted by relevance

/external/vixl/src/aarch64/
Ddecoder-aarch64.h155 DecodeInstruction(instr); in Decode()
158 DecodeInstruction(const_cast<const Instruction*>(instr)); in Decode()
210 void DecodeInstruction(const Instruction* instr);
Ddecoder-aarch64.cc35 void Decoder::DecodeInstruction(const Instruction* instr) { in DecodeInstruction() function in vixl::aarch64::Decoder
/external/v8/src/arm64/
Dsimulator-arm64.h288 void DecodeInstruction();
/external/v8/src/s390/
Dsimulator-s390.h516 int DecodeInstruction(Instruction* instr);
Dsimulator-s390.cc5577 int Simulator::DecodeInstruction(Instruction* instr) { in DecodeInstruction() function in v8::internal::Simulator
5608 int length = DecodeInstruction(instr); in ExecuteInstruction()