Home
last modified time | relevance | path

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

/llvm-project-15.0.7/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_linux.cpp1903 uint32_t op_code; in GetWriteFlag() local
1908 op_code = (faulty_instruction >> 26) & 0x3f; in GetWriteFlag()
1911 switch (op_code) { in GetWriteFlag()
1940 op_code = (faulty_instruction >> 19) & 0x3; in GetWriteFlag()
1941 switch (op_code) { in GetWriteFlag()