Lines Matching defs:_floats
2859 double _floats[32];
2905 p = (uint32_t *)&_floats[regNum - UNW_MIPS_F0];
2907 p = (uint32_t *)&_floats[(regNum - 1) - UNW_MIPS_F0] + 1;
2937 p = (uint32_t *)&_floats[regNum - UNW_MIPS_F0];
2939 p = (uint32_t *)&_floats[(regNum - 1) - UNW_MIPS_F0] + 1;
2977 return _floats[regNum - UNW_MIPS_F0];
2988 _floats[regNum - UNW_MIPS_F0] = value;
3189 double _floats[32];
3280 return _floats[regNum - UNW_MIPS_F0];
3291 _floats[regNum - UNW_MIPS_F0] = value;
4072 fp_t _floats[32];
4091 memcpy(_floats,
4093 sizeof(_floats));
4100 memset(&_floats, 0, sizeof(_floats));
4306 return _floats[regNum - UNW_RISCV_F0];
4316 _floats[regNum - UNW_RISCV_F0] = value;
5104 double _floats[32];
5115 memcpy(_floats, static_cast<const uint8_t *>(registers) + sizeof(_registers),
5116 sizeof(_floats));
5123 memset(&_floats, 0, sizeof(_floats));
5305 return _floats[regNum - UNW_LOONGARCH_F0];
5314 _floats[regNum - UNW_LOONGARCH_F0] = value;