m5op_x86.S (12157:c27b548bad70) m5op_x86.S (12160:c282cb504275)
1/*
2 * Copyright (c) 2003-2006 The Regents of The University of Michigan
3 * All rights reserved.
4 *
5 * Redistribution and use in source and binary forms, with or without
6 * modification, are permitted provided that the following conditions are
7 * met: redistributions of source code must retain the above copyright
8 * notice, this list of conditions and the following disclaimer;

--- 47 unchanged lines hidden (view full) ---

56name: \
57 .byte 0x0F, 0x04; \
58 .word number; \
59 ret; \
60 .endfunc;
61
62#endif
63
1/*
2 * Copyright (c) 2003-2006 The Regents of The University of Michigan
3 * All rights reserved.
4 *
5 * Redistribution and use in source and binary forms, with or without
6 * modification, are permitted provided that the following conditions are
7 * met: redistributions of source code must retain the above copyright
8 * notice, this list of conditions and the following disclaimer;

--- 47 unchanged lines hidden (view full) ---

56name: \
57 .byte 0x0F, 0x04; \
58 .word number; \
59 ret; \
60 .endfunc;
61
62#endif
63
64TWO_BYTE_OP(arm, M5OP_ARM)
65TWO_BYTE_OP(quiesce, M5OP_QUIESCE)
66TWO_BYTE_OP(quiesceNs, M5OP_QUIESCE_NS)
67TWO_BYTE_OP(quiesceCycle, M5OP_QUIESCE_CYCLE)
68TWO_BYTE_OP(quiesceTime, M5OP_QUIESCE_TIME)
69TWO_BYTE_OP(rpns, M5OP_RPNS)
64TWO_BYTE_OP(m5_arm, M5OP_ARM)
65TWO_BYTE_OP(m5_quiesce, M5OP_QUIESCE)
66TWO_BYTE_OP(m5_quiesce_ns, M5OP_QUIESCE_NS)
67TWO_BYTE_OP(m5_quiesce_cycle, M5OP_QUIESCE_CYCLE)
68TWO_BYTE_OP(m5_quiesce_time, M5OP_QUIESCE_TIME)
69TWO_BYTE_OP(m5_rpns, M5OP_RPNS)
70TWO_BYTE_OP(m5_exit, M5OP_EXIT)
71TWO_BYTE_OP(m5_fail, M5OP_FAIL)
70TWO_BYTE_OP(m5_exit, M5OP_EXIT)
71TWO_BYTE_OP(m5_fail, M5OP_FAIL)
72TWO_BYTE_OP(m5_initparam, M5OP_INIT_PARAM)
73TWO_BYTE_OP(m5_loadsymbol, M5OP_LOAD_SYMBOL)
72TWO_BYTE_OP(m5_init_param, M5OP_INIT_PARAM)
73TWO_BYTE_OP(m5_load_symbol, M5OP_LOAD_SYMBOL)
74TWO_BYTE_OP(m5_reset_stats, M5OP_RESET_STATS)
75TWO_BYTE_OP(m5_dump_stats, M5OP_DUMP_STATS)
74TWO_BYTE_OP(m5_reset_stats, M5OP_RESET_STATS)
75TWO_BYTE_OP(m5_dump_stats, M5OP_DUMP_STATS)
76TWO_BYTE_OP(m5_dumpreset_stats, M5OP_DUMP_RESET_STATS)
76TWO_BYTE_OP(m5_dump_reset_stats, M5OP_DUMP_RESET_STATS)
77TWO_BYTE_OP(m5_checkpoint, M5OP_CHECKPOINT)
77TWO_BYTE_OP(m5_checkpoint, M5OP_CHECKPOINT)
78TWO_BYTE_OP(m5_readfile, M5OP_READ_FILE)
79TWO_BYTE_OP(m5_writefile, M5OP_WRITE_FILE)
80TWO_BYTE_OP(m5_debugbreak, M5OP_DEBUG_BREAK)
81TWO_BYTE_OP(m5_switchcpu, M5OP_SWITCH_CPU)
82TWO_BYTE_OP(m5_addsymbol, M5OP_ADD_SYMBOL)
78TWO_BYTE_OP(m5_read_file, M5OP_READ_FILE)
79TWO_BYTE_OP(m5_write_file, M5OP_WRITE_FILE)
80TWO_BYTE_OP(m5_debug_break, M5OP_DEBUG_BREAK)
81TWO_BYTE_OP(m5_switch_cpu, M5OP_SWITCH_CPU)
82TWO_BYTE_OP(m5_add_symbol, M5OP_ADD_SYMBOL)
83TWO_BYTE_OP(m5_panic, M5OP_PANIC)
84TWO_BYTE_OP(m5_work_begin, M5OP_WORK_BEGIN)
85TWO_BYTE_OP(m5_work_end, M5OP_WORK_END)
83TWO_BYTE_OP(m5_panic, M5OP_PANIC)
84TWO_BYTE_OP(m5_work_begin, M5OP_WORK_BEGIN)
85TWO_BYTE_OP(m5_work_end, M5OP_WORK_END)
86TWO_BYTE_OP(m5_togglesync, M5OP_DIST_TOGGLE_SYNC)
86TWO_BYTE_OP(m5_dist_toggle_sync, M5OP_DIST_TOGGLE_SYNC)