Home
last modified time | relevance | path

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

/external/v8/src/arm64/
Ddecoder-arm64.h165 void DecodeDataProcessing(Instruction* instr);
Ddecoder-arm64-inl.h41 case 0xB: DecodeDataProcessing(instr); break; in Decode()
388 void Decoder<V>::DecodeDataProcessing(Instruction* instr) { in DecodeDataProcessing() function
/external/vixl/src/vixl/a64/
Ddecoder-a64.h246 void DecodeDataProcessing(const Instruction* instr);
Ddecoder-a64.cc55 case 0xB: DecodeDataProcessing(instr); break; in DecodeInstruction()
446 void Decoder::DecodeDataProcessing(const Instruction* instr) { in DecodeDataProcessing() function in vixl::Decoder