Home
last modified time | relevance | path

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

/external/v8/src/arm64/
Ddecoder-arm64.h141 void DecodeAddSubImmediate(Instruction* instr);
Ddecoder-arm64-inl.h28 case 0x1: DecodeAddSubImmediate(instr); break; in Decode()
384 void Decoder<V>::DecodeAddSubImmediate(Instruction* instr) { in DecodeAddSubImmediate() function
/external/vixl/src/aarch64/
Ddecoder-aarch64.h220 void DecodeAddSubImmediate(const Instruction* instr);
Ddecoder-aarch64.cc47 DecodeAddSubImmediate(instr); in DecodeInstruction()
455 void Decoder::DecodeAddSubImmediate(const Instruction* instr) { in DecodeAddSubImmediate() function in vixl::aarch64::Decoder