Searched refs:DecodeAddSubImmediate (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/v8/src/arm64/
H A Ddecoder-arm64.h141 void DecodeAddSubImmediate(Instruction* instr);
H A Ddecoder-arm64-inl.h28 case 0x1: DecodeAddSubImmediate(instr); break;
376 void Decoder<V>::DecodeAddSubImmediate(Instruction* instr) { function in class:v8::internal::Decoder
/external/vixl/src/a64/
H A Ddecoder-a64.h154 void DecodeAddSubImmediate(Instruction* instr);
H A Ddecoder-a64.cc42 case 0x1: DecodeAddSubImmediate(instr); break;
436 void Decoder::DecodeAddSubImmediate(Instruction* instr) { function in class:vixl::Decoder

Completed in 1148 milliseconds