Lines Matching refs:MEM_NOSHUF32

33 #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()
71 MEM_NOSHUF32(mem_noshuf_sh_lub, int16_t, uint8_t, memh, memub) in MEM_NOSHUF32()
72 MEM_NOSHUF32(mem_noshuf_sh_lh, int16_t, int16_t, memh, memh) in MEM_NOSHUF32()
73 MEM_NOSHUF32(mem_noshuf_sh_luh, int16_t, uint16_t, memh, memuh) 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()
79 MEM_NOSHUF32(mem_noshuf_sw_lub, int32_t, uint8_t, memw, memub) in MEM_NOSHUF32()
80 MEM_NOSHUF32(mem_noshuf_sw_lh, int32_t, int16_t, memw, memh) in MEM_NOSHUF32()
81 MEM_NOSHUF32(mem_noshuf_sw_luh, int32_t, uint16_t, memw, memuh) in MEM_NOSHUF32()
82 MEM_NOSHUF32(mem_noshuf_sw_lw, int32_t, int32_t, memw, memw) in MEM_NOSHUF32()
86 MEM_NOSHUF32(mem_noshuf_sd_lb, int64_t, int8_t, memd, memb) in MEM_NOSHUF32()
87 MEM_NOSHUF32(mem_noshuf_sd_lub, int64_t, uint8_t, memd, memub) in MEM_NOSHUF32()
88 MEM_NOSHUF32(mem_noshuf_sd_lh, int64_t, int16_t, memd, memh) in MEM_NOSHUF32()
89 MEM_NOSHUF32(mem_noshuf_sd_luh, int64_t, uint16_t, memd, memuh) in MEM_NOSHUF32()
90 MEM_NOSHUF32(mem_noshuf_sd_lw, int64_t, int32_t, memd, memw) in MEM_NOSHUF32()