Searched refs:SPLAT (Results 1 - 9 of 9) sorted by relevance
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/SystemZ/ |
H A D | SystemZISelLowering.h | 183 SPLAT,
|
H A D | SystemZISelLowering.cpp | 4330 if (SystemZISD::SPLAT == ShuffleOp.getOpcode() && in getVPermMask() 4934 return DAG.getNode(SystemZISD::SPLAT, DL, VT, Op.getOperand(0), in lowerVECTOR_SHUFFLE() 5352 OPCODE(SPLAT); in getTargetNodeName() 5460 else if ((Opcode == ISD::VECTOR_SHUFFLE || Opcode == SystemZISD::SPLAT) && in combineExtract()
|
/third_party/ffmpeg/libavcodec/ |
H A D | vp9block.c | 1020 #define SPLAT(la, end, step, cond) \ in decode_coeffs() macro 1051 SPLAT(a, end_x, step, end_x == w4); \ in decode_coeffs() 1052 SPLAT(l, end_y, step, end_y == h4); \ in decode_coeffs()
|
/third_party/node/deps/v8/src/codegen/mips64/ |
H A D | constants-mips64.h | 938 SPLAT = ((1U << 23) + 20),
|
H A D | assembler-mips64.cc | 3449 MSA_3R_SLD_SPLAT(splat, SPLAT)
|
/third_party/node/deps/v8/src/codegen/mips/ |
H A D | constants-mips.h | 889 SPLAT = ((1U << 23) + 20),
|
H A D | assembler-mips.cc | 3241 MSA_3R_SLD_SPLAT(splat, SPLAT)
|
/third_party/node/deps/v8/src/execution/mips64/ |
H A D | simulator-mips64.cc | 5389 case SPLAT:
|
/third_party/node/deps/v8/src/execution/mips/ |
H A D | simulator-mips.cc | 5102 case SPLAT:
|
Completed in 56 milliseconds