Searched refs:op_string (Results 1 – 2 of 2) sorted by relevance
/freebsd/crypto/libecc/src/arithmetic_tests/ |
H A D | arithmetic_tests.c | 109 const char *op_string; member 114 #define ADD_TO_DISPATCH_TABLE(fun, op_string, op_string_helper) \ argument 117 { DISPATCH_TABLE_MAGIC, op_string, op_string_helper, fun }; 138 if(strcmp(dt->op_string, op) == 0){ \ 501 const char *op_string = NULL;\ 560 FIND_HELPER_IN_DISPATCH_TABLE(operation, op_string);\ 561 assert(op_string != NULL);\ 569 printf("[-] Test %d (%s): result mismatch\n", test_num, op_string);\ 580 printf("[-] Test %d (%s): result mismatch\n", test_num, op_string);\ 590 printf("[-] Test %d (%s): result mismatch\n", test_num, op_string);\ [all …]
|
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/ |
H A D | AArch64InstrFormats.td | 8351 string asm, string op_string, 8353 : I<oops, iops, asm, op_string, cstr, pattern>,
|