Searched refs:FUNC_x_OP_x (Results 1 – 1 of 1) sorted by relevance
/openbmc/qemu/tests/tcg/hexagon/ |
H A D | usr.c | 51 #define FUNC_x_OP_x(RESTYPE, SRCTYPE, NAME, INSN) \ macro 67 FUNC_x_OP_x(uint32_t, uint32_t, NAME, INSN) 70 FUNC_x_OP_x(uint32_t, uint64_t, NAME, INSN) 73 FUNC_x_OP_x(uint64_t, uint64_t, NAME, INSN) 76 FUNC_x_OP_x(uint64_t, uint32_t, NAME, INSN)
|