Home
last modified time | relevance | path

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

/third_party/ffmpeg/libswresample/x86/
Daudio_convert.asm612 CONV int32, int16, u, 2, 1, INT16_TO_INT32_N, NOP_N label
613 CONV int32, int16, a, 2, 1, INT16_TO_INT32_N, NOP_N label
614 CONV int16, int32, u, 1, 2, INT32_TO_INT16_N, NOP_N label
615 CONV int16, int32, a, 1, 2, INT32_TO_INT16_N, NOP_N label
628 CONV int32, int16, u, 2, 1, INT16_TO_INT32_N, NOP_N label
629 CONV int32, int16, a, 2, 1, INT16_TO_INT32_N, NOP_N label
630 CONV int16, int32, u, 1, 2, INT32_TO_INT16_N, NOP_N label
631 CONV int16, int32, a, 1, 2, INT32_TO_INT16_N, NOP_N label
651 CONV float, int32, u, 2, 2, INT32_TO_FLOAT_N, INT32_TO_FLOAT_INIT label
652 CONV float, int32, a, 2, 2, INT32_TO_FLOAT_N, INT32_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/mindspore/mindspore/ccsrc/backend/kernel_compiler/
Dkernel.h49 CONV = 0, enumerator
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/SystemZ/
DSystemZISelLowering.cpp1968 #define CONV(X) \ in CCMaskForCondCode() macro