Searched refs:check_spec (Results 1 – 4 of 4) sorted by relevance
/netbsd-src/usr.sbin/gspa/gspa/ |
H A D | 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) in check_spec() function 533 i = check_spec(spec[2], " WL", "length"); in encode_instr() 593 i = check_spec(spec[1], " WL", "length"); in encode_instr() 648 opc |= check_spec(spec[1], "01", "field") << 9; in encode_instr() 658 opc |= check_spec(spec[2], "01", "field") << 9; in encode_instr() 661 opc |= check_spec(spec[0], "LX", "array type") << 5; in encode_instr() 664 opc |= check_spec(spec[0], "01", "algorithm") << 7; in encode_instr() 667 rs = check_spec(spec[0], "LXB", "source array type"); in encode_instr() 668 rd = check_spec(spec[1], "LX", "destination array type"); in encode_instr() [all …]
|
/netbsd-src/external/gpl3/gcc/dist/gcc/ |
H A D | sched-int.h | 899 ds_t check_spec; member 992 #define CHECK_SPEC(INSN) (HID (INSN)->check_spec)
|
H A D | ChangeLog-2006 | 16373 (struct haifa_insn_data): New fields: todo_spec, done_spec, check_spec,
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/ |
H A D | sched-int.h | 899 ds_t check_spec; member 992 #define CHECK_SPEC(INSN) (HID (INSN)->check_spec)
|