Searched refs:fp_offset (Results 1 – 3 of 3) sorted by relevance
12 const static uint16_t fp_offset = MB_TEST_FP_OFFSET; variable90 if ((addr < fp_offset) || in input_reg_rd_fp()91 (addr >= (ARRAY_SIZE(holding_fp) + fp_offset))) { in input_reg_rd_fp()95 *reg = holding_fp[addr - fp_offset]; in input_reg_rd_fp()130 if ((addr < fp_offset) || in holding_reg_rd_fp()131 (addr >= (ARRAY_SIZE(holding_fp) + fp_offset))) { in holding_reg_rd_fp()135 *reg = holding_fp[addr - fp_offset]; in holding_reg_rd_fp()144 if ((addr < fp_offset) || in holding_reg_wr_fp()145 (addr >= (ARRAY_SIZE(holding_fp) + fp_offset))) { in holding_reg_wr_fp()149 holding_fp[addr - fp_offset] = reg; in holding_reg_wr_fp()
13 const static uint16_t fp_offset = MB_TEST_FP_OFFSET; variable16 const static uint16_t fp_offset_oor = fp_offset + offset_oor;153 fp_offset + idx, in test_holding_reg()160 fp_offset, in test_holding_reg()181 fp_offset, in test_holding_reg()
105 unsigned int fp_offset; member127 u.__ap.fp_offset = (6 * 8 + 16 * 16); in cbprintf_via_va_list()