Home
last modified time | relevance | path

Searched defs:CONV (Results 1 – 3 of 3) sorted by relevance

/third_party/ffmpeg/libswresample/x86/
Daudio_convert.asm619 CONV int32, int16, u, 2, 1, INT16_TO_INT32_N, NOP_N label
620 CONV int32, int16, a, 2, 1, INT16_TO_INT32_N, NOP_N label
621 CONV int16, int32, u, 1, 2, INT32_TO_INT16_N, NOP_N label
622 CONV int16, int32, a, 1, 2, INT32_TO_INT16_N, NOP_N label
642 CONV float, int32, u, 2, 2, INT32_TO_FLOAT_N, INT32_TO_FLOAT_INIT label
643 CONV float, int32, a, 2, 2, INT32_TO_FLOAT_N, INT32_TO_FLOAT_INIT label
644 CONV int32, float, u, 2, 2, FLOAT_TO_INT32_N, FLOAT_TO_INT32_INIT label
645 CONV int32, float, a, 2, 2, FLOAT_TO_INT32_N, FLOAT_TO_INT32_INIT label
646 CONV float, int16, u, 2, 1, INT16_TO_FLOAT_N, INT16_TO_FLOAT_INIT label
647 CONV float, int16, a, 2, 1, INT16_TO_FLOAT_N, INT16_TO_FLOAT_INIT label
[all …]
/third_party/mesa3d/src/mesa/main/
Dformat_utils.c844 #define SWIZZLE_CONVERT_LOOP(DST_TYPE, DST_CHANS, SRC_TYPE, SRC_CHANS, CONV) \ argument
886 #define SWIZZLE_CONVERT(DST_TYPE, SRC_TYPE, CONV) \ argument
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/SystemZ/
DSystemZISelLowering.cpp1968 #define CONV(X) \ in CCMaskForCondCode() macro