Home | History | Annotate | Download | only in tests

Lines Matching defs:expected

46 #define INSTR_5XX(i, d, ...) { .gpu_id = 540, .instr = #i, .expected = d, __VA_ARGS__ }
47 #define INSTR_6XX(i, d, ...) { .gpu_id = 630, .instr = #i, .expected = d, __VA_ARGS__ }
53 const char *expected;
391 test->expected);
413 if (strcmp(disasm_output, test->expected) != 0) {
415 printf(" Expected: \"%s\"\n", test->expected);
433 fmemopen((void *)test->expected, strlen(test->expected), "r");
442 /* If this is an instruction that the asm parser is not expected
460 printf(" Expected: %08x_%08x\n", code[1], code[0]);