Home
last modified time | relevance | path

Searched refs:masked_003FF0E0 (Results 1 – 2 of 2) sorted by relevance

/external/v8/src/arm64/
Ddecoder-arm64-inl.h160 const Instr masked_003FF0E0 = instr->Mask(0x003FF0E0); in DecodeBranchSystemException() local
162 (masked_003FF0E0 == 0x00033000) || in DecodeBranchSystemException()
163 (masked_003FF0E0 == 0x003FF020) || in DecodeBranchSystemException()
164 (masked_003FF0E0 == 0x003FF060) || in DecodeBranchSystemException()
165 (masked_003FF0E0 == 0x003FF0E0) || in DecodeBranchSystemException()
/external/vixl/src/vixl/a64/
Ddecoder-a64.cc220 const Instr masked_003FF0E0 = instr->Mask(0x003FF0E0); in DecodeBranchSystemException() local
222 (masked_003FF0E0 == 0x00033000) || in DecodeBranchSystemException()
223 (masked_003FF0E0 == 0x003FF020) || in DecodeBranchSystemException()
224 (masked_003FF0E0 == 0x003FF060) || in DecodeBranchSystemException()
225 (masked_003FF0E0 == 0x003FF0E0) || in DecodeBranchSystemException()