index
:
platform/upstream/nasm
accepted/tizen/ivi/genivi
accepted/tizen/ivi/stable
accepted/tizen_3.0.2014.q3_common
accepted/tizen_3.0.m14.3_ivi
accepted/tizen_3.0.m2_mobile
accepted/tizen_3.0.m2_tv
accepted/tizen_3.0.m2_wearable
accepted/tizen_3.0_common
accepted/tizen_3.0_ivi
accepted/tizen_3.0_mobile
accepted/tizen_3.0_tv
accepted/tizen_3.0_wearable
accepted/tizen_4.0_unified
accepted/tizen_5.0_unified
accepted/tizen_5.5_unified
accepted/tizen_5.5_unified_mobile_hotfix
accepted/tizen_5.5_unified_wearable_hotfix
accepted/tizen_6.0_unified
accepted/tizen_6.0_unified_hotfix
accepted/tizen_6.5_unified
accepted/tizen_7.0_unified
accepted/tizen_7.0_unified_hotfix
accepted/tizen_8.0_unified
accepted/tizen_9.0_unified
accepted/tizen_common
accepted/tizen_generic
accepted/tizen_ivi
accepted/tizen_mobile
accepted/tizen_tv
accepted/tizen_unified
accepted/tizen_unified_toolchain
accepted/tizen_unified_x
accepted/tizen_unified_x_asan
accepted/tizen_wearable
pristine-tar
sandbox/kevinthierry/bump-2.11.06
sandbox/kevinthierry/upstream
sandbox/pcoval/devel
tizen
tizen_3.0
tizen_3.0.2014.q3_common
tizen_3.0.2014.q4_common
tizen_3.0.2015.q1_common
tizen_3.0.2015.q2_common
tizen_3.0.m14.2_ivi
tizen_3.0.m14.3_ivi
tizen_3.0.m1_mobile
tizen_3.0.m1_tv
tizen_3.0.m2
tizen_3.0_ivi
tizen_3.0_tv
tizen_4.0
tizen_4.0_tv
tizen_5.0
tizen_5.5
tizen_5.5_mobile_hotfix
tizen_5.5_tv
tizen_5.5_wearable_hotfix
tizen_6.0
tizen_6.0_hotfix
tizen_6.5
tizen_7.0
tizen_7.0_hotfix
tizen_8.0
tizen_9.0
tizen_ivi_genivi
upstream
upstream-2.10.07
Domain: System / Toolchain;
Dongkyun Son <dongkyun.s@samsung.com>
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
insns.pl
Age
Commit message (
Expand
)
Author
Files
Lines
2008-05-23
insns.pl: better error messages, handle no-operand instructions better
H. Peter Anvin
1
-25
/
+23
2008-05-22
Add tokens vex.ww and vex.wx; vex.wx is the default
H. Peter Anvin
1
-0
/
+4
2008-05-21
insns.pl: error if we have a 'v' operand and no vex.nds/ndd
H. Peter Anvin
1
-0
/
+5
2008-05-21
insnsn.c: cleaner to *not* separate out conditional instructions
H. Peter Anvin
1
-24
/
+2
2008-05-21
insns.pl: match AMD documentation for DREX syntax
H. Peter Anvin
1
-12
/
+9
2008-05-21
Use "o64nw" instead of "o64i" for o64 without REX.W
H. Peter Anvin
1
-1
/
+1
2008-05-21
insns.pl: readabilty improvements for isnsnd.c
H. Peter Anvin
1
-6
/
+6
2008-05-21
Disassembler: select table based on VEX prefixes
H. Peter Anvin
1
-4
/
+42
2008-05-21
Fix skipping 0270 code when searching for disasm prefixes
H. Peter Anvin
1
-4
/
+6
2008-05-20
Handle is4 bytes without meaningful information in the bottom bits
H. Peter Anvin
1
-3
/
+7
2008-05-20
Officially specify - as the symbol for an implicit operand
H. Peter Anvin
1
-0
/
+1
2008-05-20
ndisasm: simple compare for conditional opcodes, no loop
H. Peter Anvin
1
-2
/
+2
2008-05-20
Make the syntax for immediates match the docs better
H. Peter Anvin
1
-13
/
+13
2008-05-20
Avoid #including .c files; instead compile as separate units
H. Peter Anvin
1
-5
/
+5
2008-05-20
insns.pl: don't require whitespace before / or \
H. Peter Anvin
1
-1
/
+1
2008-05-20
insns.pl: support operands that serve double duty
H. Peter Anvin
1
-2
/
+13
2008-05-20
insns.pl: fix regex subgroup of /is4= codes
H. Peter Anvin
1
-1
/
+1
2008-05-20
insns.pl: fix splitting of bracketted operations
H. Peter Anvin
1
-4
/
+5
2008-05-20
Opcode listing notation is /is4, consistently
H. Peter Anvin
1
-3
/
+3
2008-05-20
Same some space by introducing shorthand byte codes for SSE prefixes
H. Peter Anvin
1
-4
/
+6
2008-05-20
Allow explicit immediate syntax for imz2 as well as is4
H. Peter Anvin
1
-4
/
+5
2008-05-19
insns.pl: escape literal special character in regex
H. Peter Anvin
1
-1
/
+1
2008-05-19
Bytecode compiler: add support for is4/imz2 operands
H. Peter Anvin
1
-0
/
+13
2008-05-19
More work on bytecode compiler (not finished yet...)
H. Peter Anvin
1
-14
/
+138
2008-05-19
insns.pl: first steps toward a "smart" bytecode compiler
H. Peter Anvin
1
-11
/
+115
2008-05-13
Make insnsb.c an actual compilation unit
H. Peter Anvin
1
-3
/
+5
2008-05-12
insnsb.c: use 5 digits for index, not 4
H. Peter Anvin
1
-1
/
+1
2008-05-12
Make MAX_OPERANDS a parameter in insns.pl as well
H. Peter Anvin
1
-1
/
+4
2008-05-12
Remove special hacks to avoid zero bytecodes
H. Peter Anvin
1
-4
/
+1
2008-05-12
Generate a byte array instead of using strings for the byte codes
H. Peter Anvin
1
-10
/
+93
2008-05-12
Factor out string decoder in insns.pl
H. Peter Anvin
1
-16
/
+29
2008-05-05
Initial NDISASM support for AVX instructions/VEX prefixes
H. Peter Anvin
1
-0
/
+5
2008-05-04
First cut at AVX machinery.
H. Peter Anvin
1
-2
/
+1
2007-12-29
regularized spelling of license to match name of LICENSE file
Beroset
1
-1
/
+1
2007-11-19
insns.pl: remove debugging output
H. Peter Anvin
1
-1
/
+0
2007-11-18
BR 1834292: Fix multiple disassembler bugs
H. Peter Anvin
1
-16
/
+26
2007-10-19
Formatting: kill off "stealth whitespace"
H. Peter Anvin
1
-23
/
+23
2007-09-24
0F0F is a 3Dnow! prefix; remove from prefix list
H. Peter Anvin
1
-1
/
+1
2007-09-22
Centaur XSHA1, XSHA256, MONTMUL
H. Peter Anvin
1
-1
/
+1
2007-09-22
Implement Centaur's XCRYPT instructions
H. Peter Anvin
1
-1
/
+1
2007-09-18
Remove 0FC2 from list of instruction prefixes
H. Peter Anvin
1
-1
/
+1
2007-09-18
Speed up the disassembler by allowing prefixed instruction tables
H. Peter Anvin
1
-33
/
+118
2007-09-17
Disassembler support for SSE5 instructions
H. Peter Anvin
1
-2
/
+3
2007-09-17
Actually generate SSE5 instructions
H. Peter Anvin
1
-0
/
+1
2007-09-17
Initial support for four arguments per instruction
H. Peter Anvin
1
-31
/
+38
2007-09-12
Support r/m operands for non-integer types
H. Peter Anvin
1
-1
/
+3
2007-09-12
Use enumerations where practical to ease debugging
H. Peter Anvin
1
-7
/
+8
2007-09-11
Use enums to make debugging easier
H. Peter Anvin
1
-1
/
+1
2007-09-11
Make the big instruction arrays "const"
H. Peter Anvin
1
-7
/
+7
2007-09-10
Use an actual enum for the opcode
H. Peter Anvin
1
-1
/
+1
[next]