Home
last modified time | relevance | path

Searched refs:DecodeDataProcessing (Results 1 – 4 of 4) sorted by relevance

/external/v8/src/arm64/
Ddecoder-arm64.h166 void DecodeDataProcessing(Instruction* instr);
Ddecoder-arm64-inl.h41 case 0xB: DecodeDataProcessing(instr); break; in Decode()
395 void Decoder<V>::DecodeDataProcessing(Instruction* instr) { in DecodeDataProcessing() function
/external/vixl/src/aarch64/
Ddecoder-aarch64.h245 void DecodeDataProcessing(const Instruction* instr);
Ddecoder-aarch64.cc62 DecodeDataProcessing(instr); in DecodeInstruction()
465 void Decoder::DecodeDataProcessing(const Instruction* instr) { in DecodeDataProcessing() function in vixl::aarch64::Decoder