Home
last modified time | relevance | path

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

/openbmc/qemu/tests/tcg/hexagon/
H A Dmem_noshuf.c33 #define MEM_NOSHUF32(NAME, ST_TYPE, LD_TYPE, ST_OP, LD_OP) \ macro
62 MEM_NOSHUF32(mem_noshuf_sb_lb, int8_t, int8_t, memb, memb) in MEM_NOSHUF32() function
63 MEM_NOSHUF32(mem_noshuf_sb_lub, int8_t, uint8_t, memb, memub) in MEM_NOSHUF32()
64 MEM_NOSHUF32(mem_noshuf_sb_lh, int8_t, int16_t, memb, memh) in MEM_NOSHUF32()
65 MEM_NOSHUF32(mem_noshuf_sb_luh, int8_t, uint16_t, memb, memuh) in MEM_NOSHUF32()
66 MEM_NOSHUF32(mem_noshuf_sb_lw, int8_t, int32_t, memb, memw) in MEM_NOSHUF32()
70 MEM_NOSHUF32(mem_noshuf_sh_lb, int16_t, int8_t, memh, memb) in MEM_NOSHUF32()
72 MEM_NOSHUF32(mem_noshuf_sh_lh, int16_t, int16_t, memh, memh) in MEM_NOSHUF32()
74 MEM_NOSHUF32(mem_noshuf_sh_lw, int16_t, int32_t, memh, memw) in MEM_NOSHUF32()
78 MEM_NOSHUF32(mem_noshuf_sw_lb, int32_t, int8_t, memw, memb) in MEM_NOSHUF32()
[all …]