HomeSort by: relevance | last modified time | path
    Searched defs:check_spec (Results 1 - 2 of 2) sorted by relevancy

  /src/usr.sbin/gspa/gspa/
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...]
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...]

Completed in 45 milliseconds