Lines Matching refs:match
245 if (match(i, imm_expr) == 1) {
254 } else if (match(i, modrm_expr))
293 if (match($i, opnd_expr)) {
298 if (match($i, ext_expr))
300 if (match($i, sep_expr))
306 if (match(opcode, group_expr)) {
314 if (match(ext, force64_expr))
318 if (match(opcode, rex_expr))
322 if (match(opcode, fpu_expr))
326 if (match(ext, evexonly_expr))
328 else if (match(ext, vexonly_expr))
330 else if (match(ext, vexok_expr) || match(opcode, vexok_opcode_expr))
334 if (match(ext, prefix_expr)) {
342 if (match(ext, lprefix1_expr)) {
346 if (match(ext, lprefix2_expr)) {
350 if (match(ext, lprefix3_expr)) {
354 if (!match(ext, lprefix_expr)){