Home
last modified time | relevance | path

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

/dports/misc/mxnet/incubator-mxnet-1.9.0/3rdparty/mkldnn/src/cpu/aarch64/
H A Djit_uni_reorder.cpp1042 #define UNROLL_INST(inst, reg, ...) \ macro
1056 UNROLL_INST(scvtf, VReg4S, tmp, tmp); in cvt_v_s32_f32()
1065 UNROLL_INST(frinti, VReg4S, tmp, tmp); in cvt_v_f32_s32()
1066 UNROLL_INST(fcvtzs, VReg4S, tmp, tmp); in cvt_v_f32_s32()
1075 UNROLL_INST(sxtl, VReg, tmp.h8, tmp.b8); in cvt_v_s8_s32()
1076 UNROLL_INST(sxtl, VReg, tmp.s4, tmp.h4); in cvt_v_s8_s32()
1114 UNROLL_INST(uxtl, VReg, tmp.h8, tmp.b8); in cvt_v_u8_s32()
1115 UNROLL_INST(uxtl, VReg, tmp.s4, tmp.h4); in cvt_v_u8_s32()
1160 UNROLL_INST(uzp1, ZRegH, tmp, tmp, tmp); in cvt_z_u32_u8()
1213 #undef UNROLL_INST
[all …]
/dports/math/onednn/oneDNN-2.5.1/src/cpu/aarch64/
H A Djit_uni_reorder.cpp1042 #define UNROLL_INST(inst, reg, ...) \ macro
1056 UNROLL_INST(scvtf, VReg4S, tmp, tmp); in cvt_v_s32_f32()
1065 UNROLL_INST(frinti, VReg4S, tmp, tmp); in cvt_v_f32_s32()
1066 UNROLL_INST(fcvtzs, VReg4S, tmp, tmp); in cvt_v_f32_s32()
1075 UNROLL_INST(sxtl, VReg, tmp.h8, tmp.b8); in cvt_v_s8_s32()
1076 UNROLL_INST(sxtl, VReg, tmp.s4, tmp.h4); in cvt_v_s8_s32()
1114 UNROLL_INST(uxtl, VReg, tmp.h8, tmp.b8); in cvt_v_u8_s32()
1115 UNROLL_INST(uxtl, VReg, tmp.s4, tmp.h4); in cvt_v_u8_s32()
1160 UNROLL_INST(uzp1, ZRegH, tmp, tmp, tmp); in cvt_z_u32_u8()
1213 #undef UNROLL_INST
[all …]