Searched defs:DecodeDataProcessing (Results 1 - 2 of 2) sorted by relevance

/external/v8/src/arm64/
H A Ddecoder-arm64-inl.h41 case 0xB: DecodeDataProcessing(instr); break;
387 void Decoder<V>::DecodeDataProcessing(Instruction* instr) { function in class:v8::internal::Decoder
/external/vixl/src/vixl/a64/
H A Ddecoder-a64.cc55 case 0xB: DecodeDataProcessing(instr); break;
446 void Decoder::DecodeDataProcessing(const Instruction* instr) { function in class:vixl::Decoder

Completed in 67 milliseconds