Lines Matching full:mnemonic
104 3. Fill out the mnemonic, opcode parameters parts
133 'mnemonic' is a kind of synonim for 'instruction'):
139 mnemonic (EncoderBase::opcodesHashMap)
157 can be packed in 5 bits. Taking into account the IMUL mnemonic with its 3
192 OpcodeDesc[mnemonic][hash_code] - there would be a huge waste of space.
202 1. Select [hash,mnemonic] => 'n'.
212 | 12 | FF | FF | n | 04 | 25 | ... <- Mnemonic
220 2. Select [n,mnemonic] => 'opcode_desc11'
227 | opcode_desc10 | opcode_desc11 | last_opcode | xxx | <- Mnemonic
1631 // to be symmetric, this mnemonic must have either m32 or RegName_EAX
1632 // but as long, as Jitrino's CG does not use the mnemonic, leaving it
1654 the specific mnemonic - the same is in the codegen.
1748 Mnemonic id1, id2;
1778 assert((Mnemonic)i == (masterEncodingTable + i)->mn);