Home
last modified time | relevance | path

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

/external/v8/src/arm64/
Ddecoder-arm64.h145 void DecodeBranchSystemException(Instruction* instr);
Ddecoder-arm64-inl.h62 case 0x7: DecodeBranchSystemException(instr); break; in Decode()
108 void Decoder<V>::DecodeBranchSystemException(Instruction* instr) { in DecodeBranchSystemException() function
/external/vixl/src/vixl/a64/
Ddecoder-a64.h226 void DecodeBranchSystemException(const Instruction* instr);
Ddecoder-a64.cc76 case 0x7: DecodeBranchSystemException(instr); break; in DecodeInstruction()
168 void Decoder::DecodeBranchSystemException(const Instruction* instr) { in DecodeBranchSystemException() function in vixl::Decoder