tag | line | file | source code |
tag_word | 273 | drivers/FPU-emu/fpu_entry.c | operand_selector = tag_word(); |
tag_word | 124 | drivers/FPU-emu/fpu_proto.h | extern unsigned short tag_word(void); |
tag_word | 1156 | drivers/FPU-emu/reg_ld_str.c | unsigned short tag_word = 0; |
tag_word | 1163 | drivers/FPU-emu/reg_ld_str.c | tag_word = get_fs_word((unsigned short *) (s+8)); |
tag_word | 1179 | drivers/FPU-emu/reg_ld_str.c | tag = tag_word & 3; |
tag_word | 1180 | drivers/FPU-emu/reg_ld_str.c | tag_word >>= 2; |
tag_word | 1285 | drivers/FPU-emu/reg_ld_str.c | put_fs_long(0xffff0000 | tag_word(), (unsigned long *) (d+8)); |
tag_word | 1289 | drivers/FPU-emu/reg_ld_str.c | put_fs_word(tag_word(), (unsigned short *) (d+8)); |