tag | line | file | source code |
TW_Empty | 123 | drivers/FPU-emu/errors.c | case TW_Empty: |
TW_Empty | 39 | drivers/FPU-emu/fpu_aux.c | regs[r].tag = TW_Empty; |
TW_Empty | 122 | drivers/FPU-emu/fpu_aux.c | if ( FPU_st0_tag == TW_Empty ) |
TW_Empty | 124 | drivers/FPU-emu/fpu_aux.c | if ( sti_ptr->tag == TW_Empty ) |
TW_Empty | 135 | drivers/FPU-emu/fpu_aux.c | if ( sti_ptr->tag == TW_Empty ) |
TW_Empty | 152 | drivers/FPU-emu/fpu_aux.c | st(FPU_rm).tag = TW_Empty; |
TW_Empty | 159 | drivers/FPU-emu/fpu_aux.c | st(FPU_rm).tag = TW_Empty; |
TW_Empty | 87 | drivers/FPU-emu/fpu_emu.h | #define STACK_OVERFLOW (st_new_ptr = &st(-1), st_new_ptr->tag != TW_Empty) |
TW_Empty | 88 | drivers/FPU-emu/fpu_emu.h | #define NOT_EMPTY(i) (st(i).tag != TW_Empty) |
TW_Empty | 89 | drivers/FPU-emu/fpu_emu.h | #define NOT_EMPTY_0 (FPU_st0_tag ^ TW_Empty) |
TW_Empty | 103 | drivers/FPU-emu/fpu_emu.h | #define pop() { FPU_st0_ptr->tag = TW_Empty; top++; } |
TW_Empty | 281 | drivers/FPU-emu/fpu_entry.c | regs[r].tag = TW_Empty; |
TW_Empty | 33 | drivers/FPU-emu/fpu_etc.c | if ( FPU_st0_tag ^ TW_Empty ) |
TW_Empty | 79 | drivers/FPU-emu/fpu_etc.c | case TW_Empty: |
TW_Empty | 95 | drivers/FPU-emu/fpu_etc.c | case TW_Empty: |
TW_Empty | 181 | drivers/FPU-emu/fpu_trig.c | case TW_Empty: |
TW_Empty | 299 | drivers/FPU-emu/fpu_trig.c | if ( FPU_st0_tag == TW_Empty ) |
TW_Empty | 432 | drivers/FPU-emu/fpu_trig.c | else if ( FPU_st0_tag == TW_Empty ) |
TW_Empty | 687 | drivers/FPU-emu/fpu_trig.c | if ( FPU_st0_tag == TW_Empty ) |
TW_Empty | 916 | drivers/FPU-emu/fpu_trig.c | else if ( (FPU_st0_tag == TW_Empty) | (st1_tag == TW_Empty) ) |
TW_Empty | 1023 | drivers/FPU-emu/fpu_trig.c | else if ( (FPU_st0_tag == TW_Empty) || (st1_tag == TW_Empty) ) |
TW_Empty | 1236 | drivers/FPU-emu/fpu_trig.c | else if ( (FPU_st0_tag == TW_Empty) || (st1_tag == TW_Empty) ) |
TW_Empty | 1393 | drivers/FPU-emu/fpu_trig.c | else if ( (FPU_st0_tag == TW_Empty) | (st1_tag == TW_Empty) ) |
TW_Empty | 1703 | drivers/FPU-emu/fpu_trig.c | if ( st1_tag != TW_Empty ) |
TW_Empty | 1708 | drivers/FPU-emu/fpu_trig.c | if ( !((FPU_st0_tag == TW_Empty) || (st1_tag == TW_Empty)) ) |
TW_Empty | 35 | drivers/FPU-emu/load_store.c | #define pop_0() { pop_ptr->tag = TW_Empty; top++; } |
TW_Empty | 69 | drivers/FPU-emu/load_store.c | if ( pop_ptr->tag != TW_Empty ) |
TW_Empty | 448 | drivers/FPU-emu/reg_ld_str.c | if ( FPU_st0_tag != TW_Empty ) |
TW_Empty | 641 | drivers/FPU-emu/reg_ld_str.c | else if ( FPU_st0_tag == TW_Empty ) |
TW_Empty | 825 | drivers/FPU-emu/reg_ld_str.c | else if ( FPU_st0_tag == TW_Empty ) |
TW_Empty | 869 | drivers/FPU-emu/reg_ld_str.c | if ( FPU_st0_tag == TW_Empty ) |
TW_Empty | 927 | drivers/FPU-emu/reg_ld_str.c | if ( FPU_st0_tag == TW_Empty ) |
TW_Empty | 981 | drivers/FPU-emu/reg_ld_str.c | if ( FPU_st0_tag == TW_Empty ) |
TW_Empty | 1038 | drivers/FPU-emu/reg_ld_str.c | if ( FPU_st0_tag == TW_Empty ) |
TW_Empty | 1198 | drivers/FPU-emu/reg_ld_str.c | regs[i].tag = TW_Empty; |
TW_Empty | 1199 | drivers/FPU-emu/reg_ld_str.c | else if ( regs[i].tag == TW_Empty ) |
TW_Empty | 1247 | drivers/FPU-emu/reg_ld_str.c | if ( tag == TW_Empty ) /* The loaded data over-rides all other cases. */ |
TW_Empty | 1276 | drivers/FPU-emu/reg_ld_str.c | case TW_Empty: |