Lines Matching +full:0 +full:x86
8 #include "../../../../arch/x86/include/asm/insn.h"
22 #include "insn-x86-dat-32.c"
23 {{0x0f, 0x01, 0xee}, 3, 0, NULL, NULL, "0f 01 ee \trdpkru"},
24 {{0x0f, 0x01, 0xef}, 3, 0, NULL, NULL, "0f 01 ef \twrpkru"},
25 {{0}, 0, 0, NULL, NULL, NULL},
29 #include "insn-x86-dat-64.c"
30 {{0x0f, 0x01, 0xee}, 3, 0, NULL, NULL, "0f 01 ee \trdpkru"},
31 {{0x0f, 0x01, 0xef}, 3, 0, NULL, NULL, "0f 01 ef \twrpkru"},
32 {{0}, 0, 0, NULL, NULL, NULL},
52 {NULL, 0}, in get_op()
57 return 0; in get_op()
79 {NULL, 0}, in get_branch()
84 return 0; in get_branch()
104 if (ret < 0) { in test_data_item()
143 return 0; in test_data_item()
149 int ret = 0; in test_data_set()
160 * test__insn_x86 - test x86 instruction decoder - new instructions.
166 * The instructions are originally in insn-x86-dat-src.c which has been
167 * processed by scripts gen-insn-x86-dat.sh and gen-insn-x86-dat.awk to produce
168 * insn-x86-dat-32.c and insn-x86-dat-64.c which are included into this program.
169 * i.e. to add new instructions to the test, edit insn-x86-dat-src.c, run the
170 * gen-insn-x86-dat.sh script, make perf, and then run the test.
172 * If the test passes %0 is returned, otherwise %-1 is returned. Use the
178 int ret = 0; in test__insn_x86()
180 if (test_data_set(test_data_32, 0)) in test__insn_x86()