Home
last modified time | relevance | path

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

/dragonfly/lib/libnvmm/
H A Dlibnvmm_x86.c1053 struct x86_decode_fsm { struct
1060 int (*fn)(struct x86_decode_fsm *, struct x86_instr *); argument
1834 fsm_read(struct x86_decode_fsm *fsm, uint8_t *bytes, size_t n) in fsm_read()
1844 fsm_advance(struct x86_decode_fsm *fsm, size_t n, in fsm_advance()
1845 int (*fn)(struct x86_decode_fsm *, struct x86_instr *)) in fsm_advance() argument
1871 node_movs(struct x86_decode_fsm *fsm, struct x86_instr *instr) in node_movs()
1898 node_stlo(struct x86_decode_fsm *fsm, struct x86_instr *instr) in node_stlo()
1935 node_dmo(struct x86_decode_fsm *fsm, struct x86_instr *instr) in node_dmo()
2014 node_disp(struct x86_decode_fsm *fsm, struct x86_instr *instr) in node_disp()
2124 node_sib(struct x86_decode_fsm *fsm, struct x86_instr *instr) in node_sib()
[all …]