summaryrefslogtreecommitdiff
path: root/assemble.c
AgeCommit message (Expand)AuthorFilesLines
2012-02-25HLE: Change NOHLE to be an instruction flagH. Peter Anvin1-7/+12
2012-02-25Make the LOCK and HLE warnings suppressable.H. Peter Anvin1-3/+3
2012-02-25Remove all remaining explicit bytecodes from insns.datH. Peter Anvin1-6/+5
2012-02-25Add support for warning on invalid LOCK prefixesH. Peter Anvin1-13/+26
2012-02-25Move HLE byte codes to \264..\267H. Peter Anvin1-19/+19
2012-02-25Add a "nohle" byte code to skip an instruction patternH. Peter Anvin1-9/+19
2012-02-24HLE: Implement the basic mechanism for XACQUIRE/XRELEASEH. Peter Anvin1-1/+50
2012-02-24HLE: Split the LOCK and REP prefix slotsH. Peter Anvin1-5/+5
2011-11-12BR3392198: Fix compilation warning on prefixesCyrill Gorcunov1-1/+1
2011-09-25assemble: Drop redundant variableCyrill Gorcunov1-2/+1
2011-08-29A couple of simplifications to assemble.cCyrill Gorcunov1-37/+47
2011-08-28Drop empty line and bracketCyrill Gorcunov1-3/+1
2011-08-22assemble.c: remove stray debugging codeH. Peter Anvin1-5/+0
2011-08-23assemble.c: Comment out debug printingCyrill Gorcunov1-0/+2
2011-07-17Drop unused 'type' from gencodeCyrill Gorcunov1-2/+0
2011-07-07Use a normal quad-case for valueless /is4H. Peter Anvin1-5/+6
2011-07-07Remove support for DREX encodingH. Peter Anvin1-61/+6
2011-06-22Add support for VSIB instructionsH. Peter Anvin1-34/+152
2010-12-29Move implicit operand size override logic to calc_sizeVictor van den Elzen1-26/+18
2010-11-16Merge branch 'nasm-2.09.xx'H. Peter Anvin1-1/+1
2010-11-16BR 3109604: Fix C4 vs C5 VEX form selection in calcsize()H. Peter Anvin1-1/+1
2010-11-07BR3058845: mostly fix bogus warning with implicit operand size overrideVictor van den Elzen1-6/+16
2010-08-24assemble: add an OPT instruction flags for optimizing assembly onlyH. Peter Anvin1-0/+6
2010-08-16assmemble.c: fix VEX.W logicH. Peter Anvin1-2/+2
2010-08-16assemble: handle vex.ligH. Peter Anvin1-4/+8
2010-08-16vex: change .wx to .wig to match the latest AVX specH. Peter Anvin1-4/+4
2010-07-26assemble.c: Style nitfixCyrill Gorcunov1-915/+916
2010-07-25Revert "Improve process_ea and introduce -OL"H. Peter Anvin1-59/+40
2010-07-25Use is_register helperCyrill Gorcunov1-14/+8
2010-07-24Improve process_ea and introduce -OLVictor van den Elzen1-40/+59
2010-05-06Permit short intersegment jumpsH. Peter Anvin1-9/+13
2010-05-06Add support for one-byte relocationsH. Peter Anvin1-12/+4
2010-03-12BR 2496848: Tighten ea checksVictor van den Elzen1-5/+27
2009-12-05BR2907058: insn_size - close file handle before returningCyrill Gorcunov1-3/+5
2009-11-06Comment out matches() operand flags logicCyrill Gorcunov1-60/+83
2009-11-03matches: simplify check operand size actionsCyrill Gorcunov1-5/+4
2009-10-31nasmlib: Introduce idata_bytes helperCyrill Gorcunov1-53/+5
2009-10-18continue using is_class helperCyrill Gorcunov1-1/+1
2009-10-13assemble: xsizeflags[] is an opflags_t variableH. Peter Anvin1-1/+1
2009-10-13opflags: more int32_t -> opflags_t conversionsH. Peter Anvin1-16/+15
2009-10-13assemble.c: check constants for overflowCyrill Gorcunov1-17/+27
2009-10-13assemble.c: use is_class helperCyrill Gorcunov1-3/+3
2009-10-13use opflags_t type for operandsCyrill Gorcunov1-1/+1
2009-10-06assemble: when looking for a REGISTER operand, do an exclusive testH. Peter Anvin1-1/+1
2009-10-05assemble: treat register operands without size as wildcardsH. Peter Anvin1-5/+20
2009-08-23Use I_none opcode instead of hardcoded numberCyrill Gorcunov1-1/+1
2009-07-30Merge commit 'cyr/hpa-list'H. Peter Anvin1-2/+2
2009-07-27assemble.c -- use list helpersCyrill Gorcunov1-2/+2
2009-07-27assemble.c: quiet warningH. Peter Anvin1-0/+3
2009-07-26assemble.c: clean up matches()H. Peter Anvin1-79/+44