Lines Matching full:instruction
9 #include "src/compiler/arm/instruction-codes-arm.h"
11 #include "src/compiler/arm64/instruction-codes-arm64.h"
13 #include "src/compiler/ia32/instruction-codes-ia32.h"
15 #include "src/compiler/x64/instruction-codes-x64.h"
30 // Most opcodes specify a single instruction.
51 // Addressing modes represent the "shape" of inputs to an instruction.
53 // are encoded into the InstructionCode of the instruction and tell the
100 // what code to emit for an instruction in the code generator. It is not
106 // for code generation. We encode the instruction, addressing mode, and flags
108 // the instruction.