Home
last modified time | relevance | path

Searched refs:m_int_value (Results 1 – 4 of 4) sorted by relevance

/netbsd-src/external/gpl3/gcc.old/dist/gcc/
H A Dhsa-dump.c735 fprintf (f, HOST_WIDE_INT_PRINT_DEC, imm->m_int_value); in dump_hsa_immed()
738 (unsigned HOST_WIDE_INT) imm->m_int_value); in dump_hsa_immed()
H A Dhsa-brig.c1019 bytes.b8 = (uint8_t) m_int_value; in emit_to_buffer()
1022 bytes.b16 = (uint16_t) m_int_value; in emit_to_buffer()
1025 bytes.b32 = (uint32_t) m_int_value; in emit_to_buffer()
1028 bytes.b64 = (uint64_t) m_int_value; in emit_to_buffer()
H A Dhsa-common.h192 HOST_WIDE_INT m_int_value; variable
H A Dhsa-gen.c1147 m_int_value = integer_value; in hsa_op_immed()