Lines Matching defs:expected
47 #define INSTR_4XX(i, d, ...) { .gpu_id = 420, .instr = #i, .expected = d, __VA_ARGS__ }
48 #define INSTR_5XX(i, d, ...) { .gpu_id = 540, .instr = #i, .expected = d, __VA_ARGS__ }
49 #define INSTR_6XX(i, d, ...) { .gpu_id = 630, .instr = #i, .expected = d, __VA_ARGS__ }
55 const char *expected;
447 test->expected);
469 if (strcmp(disasm_output, test->expected) != 0) {
471 printf(" Expected: \"%s\"\n", test->expected);
489 fmemopen((void *)test->expected, strlen(test->expected), "r");
498 /* If this is an instruction that the asm parser is not expected