Lines Matching refs:imm8
175 /// Imm8Operand - This is the operand kind to use for an imm8 of this type.
177 /// only used for instructions that have a sign-extended imm8 field form.
1096 // BinOpRI8 - Instructions that read "reg, imm8".
1102 // BinOpRI8_F - Instructions that read "reg, imm8" and write EFLAGS only.
1105 // BinOpRI8_R - Instructions that read "reg, imm8" and write "reg".
1108 // BinOpRI8_RF - Instructions that read "reg, imm8" and write "reg", EFLAGS.
1133 // BinOpMR_F - Instructions that read "[mem], imm8" and write EFLAGS only.
1235 // BinOpMI8 - Instructions that read "[mem], imm8".
1248 // BinOpMI8_F - Instructions that read "[mem], imm8" and write EFLAGS only.
1251 // BinOpMI8_R - Instructions that read "[mem], imm8" and write "reg".
1258 // BinOpMI8_RF - Instructions that read "[mem], imm8" and write "reg"/EFLAGS.
1261 // BinOpMI8_M - Instructions that read "[mem], imm8" and write "[mem]".
1272 // BinOpMI8_MF - Instructions that read "[mem], imm8" and write "[mem]", EFLAGS.
1277 // BinOpMI8F_RF - Instructions that read "[mem], imm8", write "reg" and
1282 // BinOpMI8F_MF - Instructions that read "[mem], imm8", write "[mem]" and