Lines Matching refs:match
241 if (match(i, imm_expr) == 1) {
250 } else if (match(i, modrm_expr))
289 if (match($i, opnd_expr)) {
294 if (match($i, ext_expr))
296 if (match($i, sep_expr))
302 if (match(opcode, group_expr)) {
310 if (match(ext, force64_expr))
314 if (match(opcode, rex_expr))
318 if (match(opcode, fpu_expr))
322 if (match(ext, vexonly_expr))
324 else if (match(ext, vexok_expr) || match(opcode, vexok_opcode_expr))
328 if (match(ext, prefix_expr)) {
336 if (match(ext, lprefix1_expr)) {
340 if (match(ext, lprefix2_expr)) {
344 if (match(ext, lprefix3_expr)) {
348 if (!match(ext, lprefix_expr)){