Skip to content

Commit

Permalink
Syntax fixes, instruction suffixes updated and other formatting bug f…
Browse files Browse the repository at this point in the history
…ixes
  • Loading branch information
John Detter committed Aug 22, 2016
1 parent 748a2c5 commit 48f8d7b
Show file tree
Hide file tree
Showing 8 changed files with 507 additions and 212 deletions.
25 changes: 25 additions & 0 deletions common/h/entryIDs.h
Original file line number Diff line number Diff line change
Expand Up @@ -35,14 +35,19 @@

enum entryID {
e_jb = 0,
e_ja,
e_jb_jnaej_j,
e_jbe,
e_jge,
e_jcxz_jec,
e_jl,
e_jle,
e_jmp,
e_jmpq,
e_jmpe,
e_je,
e_jnb,
e_jne,
e_jnb_jae_j,
e_jnbe,
e_jnl,
Expand All @@ -55,11 +60,16 @@ enum entryID {
e_jp,
e_js,
e_jz,
e_jg,
e_jrcxz,
e_loop,
e_loope,
e_loopn,
e_loopne,
e_call,
e_callq,
e_cmp,
e_cmpsl,
e_cmppd,
e_cmpps,
e_cmpsb,
Expand Down Expand Up @@ -161,6 +171,7 @@ enum entryID {
e_cvttss2si,
e_cwd,
e_cwde,
e_cwtl,
e_aesenc,
e_aesenclast,
e_aesdec,
Expand Down Expand Up @@ -188,6 +199,7 @@ enum entryID {
e_dpps, // SSE 4.1
e_emms,
e_enter,
e_enterq,
e_extractps, // SSE 4.1
e_extrq,
e_fadd,
Expand Down Expand Up @@ -235,6 +247,7 @@ enum entryID {
e_fmul,
e_fmulp,
e_fnop,
e_fnstcw,
e_fprem,
e_frstor,
e_fsave,
Expand All @@ -246,6 +259,7 @@ enum entryID {
e_fstp,
e_fstsw,
e_fsub,
e_fsubl,
e_fsubp,
e_fsubr,
e_fsubrp,
Expand Down Expand Up @@ -286,6 +300,7 @@ enum entryID {
e_lds,
e_lea,
e_leave,
e_leaveq,
e_les,
e_lfence,
e_lfs,
Expand All @@ -294,6 +309,7 @@ enum entryID {
e_lidt,
e_lldt,
e_lmsw,
e_lods,
e_lodsb,
e_lodsd,
e_lodsw,
Expand All @@ -313,6 +329,8 @@ enum entryID {
e_minss,
e_mmxud,
e_mov,
e_movsl,
e_movabs,
e_movapd,
e_movaps,
e_movd,
Expand Down Expand Up @@ -452,6 +470,7 @@ enum entryID {
e_popa,
e_popad,
e_popf,
e_popfq,
e_popfd,
e_popcnt,
e_por,
Expand Down Expand Up @@ -505,6 +524,7 @@ enum entryID {
e_rdtsc,
e_rdrand,
e_rol,
e_rolb,
e_ror,
e_roundpd, // SSE 4.1
e_roundps, // SSE 4.1
Expand All @@ -516,7 +536,10 @@ enum entryID {
e_sahf,
e_salc,
e_sar,
e_sarb,
e_sbb,
e_sbbl,
e_scas,
e_scasb,
e_scasd,
e_scasw,
Expand All @@ -541,6 +564,7 @@ enum entryID {
e_shl_sal,
e_shld,
e_shr,
e_shrb,
e_shrd,
e_shufpd,
e_shufps,
Expand All @@ -566,6 +590,7 @@ enum entryID {
e_std,
e_sti,
e_stmxcsr,
e_stos,
e_stosb,
e_stosd,
e_stosw,
Expand Down

0 comments on commit 48f8d7b

Please sign in to comment.