Home
last modified time | relevance | path

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

/haiku/src/libs/x86emu/
H A Ddecode.c296 HALT_SYS(); in get_data_segment()
584 HALT_SYS(); in decode_rm_byte_register()
628 HALT_SYS(); in decode_rm_word_register()
672 HALT_SYS(); in decode_rm_long_register()
715 HALT_SYS(); in decode_rm_seg_register()
870 HALT_SYS(); in decode_rm00_address()
903 HALT_SYS(); in decode_rm00_address()
959 HALT_SYS(); in decode_rm01_address()
992 HALT_SYS(); in decode_rm01_address()
1055 HALT_SYS(); in decode_rm10_address()
[all …]
H A Dsys.c196 HALT_SYS(); in rdb()
222 HALT_SYS(); in rdw()
254 HALT_SYS(); in rdl()
287 HALT_SYS(); in wrb()
308 HALT_SYS(); in wrw()
336 HALT_SYS(); in wrl()
H A Dops.c93 HALT_SYS(); in x86emuOp_illegal_op()
7063 HALT_SYS(); in x86emuOp_pop_RM()
9091 HALT_SYS(); in x86emuOp_mov_byte_RM_IMM()
9145 HALT_SYS(); in x86emuOp_mov_word_RM_IMM()
9944 HALT_SYS(); in x86emuOp_aam()
9970 HALT_SYS(); in x86emuOp_aad()
10436 HALT_SYS(); in x86emuOp_halt()
10488 HALT_SYS(); in x86emuOp_opcF6_byte_RM()
10556 HALT_SYS(); in x86emuOp_opcF6_byte_RM()
10624 HALT_SYS(); in x86emuOp_opcF6_byte_RM()
[all …]
H A Dops2.c66 HALT_SYS(); in x86emuOp2_illegal_op()
1883 HALT_SYS(); in x86emuOp2_btX_I()
/haiku/headers/libs/x86emu/
H A Dx86emu.h160 #define HALT_SYS() \ macro
164 #define HALT_SYS() X86EMU_halt_sys() macro