gsp_inst.c | 257 int check_spec(int spec, const char *valid, const char *what); 368 check_spec(int spec, const char *valid, const char *what) function in typeref:typename:int 533 i = check_spec(spec[2], " WL", "length"); 593 i = check_spec(spec[1], " WL", "length"); 648 opc |= check_spec(spec[1], "01", "field") << 9; 658 opc |= check_spec(spec[2], "01", "field") << 9; 661 opc |= check_spec(spec[0], "LX", "array type") << 5; 664 opc |= check_spec(spec[0], "01", "algorithm") << 7; 667 rs = check_spec(spec[0], "LXB", "source array type"); 668 rd = check_spec(spec[1], "LX", "destination array type") [all...] |