Searched refs:inst_name (Results 1 – 2 of 2) sorted by relevance
2389 #define instruction_sets_cr0_to_zero(inst_name) \ argument2390 ( (strncmp(inst_name, "cnttzw.", 7) == 0 ) || \2391 (strncmp(inst_name, "cnttzd.", 7) == 0 ) )
2151 >>> inst_name = operator.attrgetter(2153 >>> inst_name('')2155 >>> inst_name(help)