Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Zwinkau
libfirm
Commits
e5b6c3a7
Commit
e5b6c3a7
authored
Nov 13, 2014
by
Christoph Mallon
Browse files
ia32: Remove unused single byte instruction emitters.
parent
5ff011a7
Changes
1
Hide whitespace changes
Inline
Side-by-side
ir/be/ia32/ia32_emitter.c
View file @
e5b6c3a7
...
...
@@ -2617,27 +2617,13 @@ static void bemit_ ## op(const ir_node *node) { \
bemit8(code); \
}
//EMIT_SINGLEOP(daa, 0x27)
//EMIT_SINGLEOP(das, 0x2F)
//EMIT_SINGLEOP(aaa, 0x37)
//EMIT_SINGLEOP(aas, 0x3F)
//EMIT_SINGLEOP(nop, 0x90)
EMIT_SINGLEOP
(
cwtl
,
0x98
)
EMIT_SINGLEOP
(
cltd
,
0x99
)
//EMIT_SINGLEOP(fwait, 0x9B)
EMIT_SINGLEOP
(
sahf
,
0x9E
)
//EMIT_SINGLEOP(popf, 0x9D)
EMIT_SINGLEOP
(
leave
,
0xC9
)
EMIT_SINGLEOP
(
int3
,
0xCC
)
//EMIT_SINGLEOP(iret, 0xCF)
//EMIT_SINGLEOP(xlat, 0xD7)
//EMIT_SINGLEOP(lock, 0xF0)
//EMIT_SINGLEOP(halt, 0xF4)
EMIT_SINGLEOP
(
cmc
,
0xF5
)
EMIT_SINGLEOP
(
stc
,
0xF9
)
//EMIT_SINGLEOP(cli, 0xFA)
//EMIT_SINGLEOP(sti, 0xFB)
//EMIT_SINGLEOP(std, 0xFD)
/**
* Emits a MOV out, [MEM].
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment