src/cpu/x86/vm/x86_64.ad

changeset 1040
98cb887364d3
parent 1004
2cacccded90f
child 1057
56aae7be60d4
     1.1 --- a/src/cpu/x86/vm/x86_64.ad	Fri Feb 27 08:34:19 2009 -0800
     1.2 +++ b/src/cpu/x86/vm/x86_64.ad	Fri Feb 27 13:27:09 2009 -0800
     1.3 @@ -5483,7 +5483,7 @@
     1.4  
     1.5  //----------OPERAND CLASSES----------------------------------------------------
     1.6  // Operand Classes are groups of operands that are used as to simplify
     1.7 -// instruction definitions by not requiring the AD writer to specify seperate
     1.8 +// instruction definitions by not requiring the AD writer to specify separate
     1.9  // instructions for every form of operand when the instruction accepts
    1.10  // multiple operand types with the same basic encoding and format.  The classic
    1.11  // case of this is memory operands.
    1.12 @@ -8363,7 +8363,7 @@
    1.13  //----------- DivL-By-Constant-Expansions--------------------------------------
    1.14  // DivI cases are handled by the compiler
    1.15  
    1.16 -// Magic constant, reciprical of 10
    1.17 +// Magic constant, reciprocal of 10
    1.18  instruct loadConL_0x6666666666666667(rRegL dst)
    1.19  %{
    1.20    effect(DEF dst);
    1.21 @@ -12082,7 +12082,7 @@
    1.22  // These must follow all instruction definitions as they use the names
    1.23  // defined in the instructions definitions.
    1.24  //
    1.25 -// peepmatch ( root_instr_name [precerding_instruction]* );
    1.26 +// peepmatch ( root_instr_name [preceding_instruction]* );
    1.27  //
    1.28  // peepconstraint %{
    1.29  // (instruction_number.operand_name relational_op instruction_number.operand_name

mercurial