Home
last modified time | relevance | path

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

/art/compiler/
Dcommon_compiler_test.cc99 struct sigaction sa, osa; in GuessInstructionFeatures() local
100 sa.sa_flags = SA_ONSTACK | SA_RESTART | SA_SIGINFO; in GuessInstructionFeatures()
101 sa.sa_sigaction = baddivideinst; in GuessInstructionFeatures()
102 sigaction(SIGILL, &sa, &osa); in GuessInstructionFeatures()
/art/disassembler/
Ddisassembler_mips.cc177 uint32_t sa = (instruction >> 6) & 0x1f; // R-type. in Dump() local
193 args << sa; in Dump()