Lines Matching +full:level +full:- +full:detect
2 * host-signal.h: signal info dependent on the host architecture
4 * Copyright (c) 2003-2005 Fabrice Bellard
8 * See the COPYING file in the top-level directory.
19 return uc->uc_mcontext.__gregs[REG_PC]; in host_signal_pc()
24 uc->uc_mcontext.__gregs[REG_PC] = pc; in host_signal_set_pc()
29 return &uc->uc_sigmask; in host_signal_mask()
35 * Detect store by reading the instruction at the program counter. in host_signal_write()
42 /* 16-bit instructions */ in host_signal_write()
53 /* 32-bit instructions, major opcodes */ in host_signal_write()
56 case 0x27: /* store-fp */ in host_signal_write()
60 * The AMO function code is in bits 25-31, unread as yet. in host_signal_write()
62 * rest are all read-modify-write. in host_signal_write()