Searched refs:INSN (Results 1 – 7 of 7) sorted by relevance
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/SystemZ/ |
D | SystemZPatterns.td | 9 // Record that INSN performs a 64-bit version of unary operator OPERATOR 18 // Record that INSN performs a 64-bit version of binary operator OPERATOR 38 // Record that INSN performs a binary read-modify-write operation, 48 // Record that INSN performs binary operation OPERATION on a byte 56 // Record that INSN performs insertion TYPE into a register of class CLS. 68 // INSN stores the low 32 bits of a GPR to a memory with addressing mode MODE. 75 // INSN and INSNY are an RX/RXY pair of instructions that store the low 84 // INSN stores the low 32 bits of a GPR using PC-relative addressing. 95 // INSN and INSNINV conditionally store the low 32 bits of a GPR to memory, 96 // with INSN storing when the condition is true and INSNINV storing when the [all …]
|
D | SystemZInstrFormats.td | 34 // Many register-based <INSN>R instructions have a memory-based <INSN> 35 // counterpart. OpKey uniquely identifies <INSN>R, while OpType is 36 // "reg" for <INSN>R and "mem" for <INSN>. 4764 // Mapping: <INSN>R -> MemFoldPseudo -> <INSN>
|
/third_party/ffmpeg/libavcodec/tests/x86/ |
D | dct.c | 31 #define PR_WRAP(INSN) \ argument 32 static void ff_prores_idct_put_10_##INSN##_wrap(int16_t *dst){ \ 41 ff_prores_idct_put_10_##INSN (dst, 16, tmp, qmat); \
|
/third_party/ffmpeg/libavcodec/mips/ |
D | vc1dsp_init_mips.c | 27 #define FN_ASSIGN(OP, X, Y, INSN) \ argument 28 dsp->OP##vc1_mspel_pixels_tab[1][X+4*Y] = ff_##OP##vc1_mspel_mc##X##Y##INSN; \ 29 dsp->OP##vc1_mspel_pixels_tab[0][X+4*Y] = ff_##OP##vc1_mspel_mc##X##Y##_16##INSN
|
/third_party/ffmpeg/libavcodec/x86/ |
D | vc1dsp_init.c | 67 #define DECLARE_FUNCTION(OP, DEPTH, INSN) \ argument 68 static void OP##vc1_mspel_mc00_##DEPTH##INSN(uint8_t *dst, \ 71 ff_ ## OP ## pixels ## DEPTH ## INSN(dst, src, stride, DEPTH); \
|
D | vc1dsp_mmx.c | 440 #define FN_ASSIGN(OP, X, Y, INSN) \ argument 441 dsp->OP##vc1_mspel_pixels_tab[1][X+4*Y] = OP##vc1_mspel_mc##X##Y##INSN; \ 442 dsp->OP##vc1_mspel_pixels_tab[0][X+4*Y] = OP##vc1_mspel_mc##X##Y##_16##INSN
|
/third_party/libffi/ |
D | ChangeLog.old | 2694 * src/sh/ffi.c (ffi_prep_closure_loc): Turn INSN into an unsigned 6259 * src/sh/ffi.c (ffi_prep_closure_loc): Turn INSN into an unsigned
|