Searched refs:selp (Results 1 – 4 of 4) sorted by relevance
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/NVPTX/ |
D | NVPTXInstrInfo.td | 1458 // Selection instructions (selp) 1463 // selp instructions that don't have any pattern matches; we explicitly use 1469 !strconcat("selp.", TypeStr, " \t$dst, $a, $b, $p;"), []>; 1472 !strconcat("selp.", TypeStr, " \t$dst, $a, $b, $p;"), []>; 1475 !strconcat("selp.", TypeStr, " \t$dst, $a, $b, $p;"), []>; 1478 !strconcat("selp.", TypeStr, " \t$dst, $a, $b, $p;"), []>; 1486 !strconcat("selp.", TypeStr, " \t$dst, $a, $b, $p;"), 1491 !strconcat("selp.", TypeStr, " \t$dst, $a, $b, $p;"), 1496 !strconcat("selp.", TypeStr, " \t$dst, $a, $b, $p;"), 1501 !strconcat("selp.", TypeStr, " \t$dst, $a, $b, $p;"), [all …]
|
D | NVPTXIntrinsics.td | 89 "selp.u32 \t$dst, 1, 0, %p2; \n\t", 98 "selp.u32 \t$dst, 1, 0, %p2; \n\t",
|
/third_party/mesa3d/src/nouveau/codegen/ |
D | nv50_ir_lowering_nv50.cpp | 1510 Instruction *selp = in handleSharedATOM() local 1513 stVal = selp->getDef(0); in handleSharedATOM() 1515 handleSELP(selp); in handleSharedATOM()
|
D | nv50_ir_lowering_nvc0.cpp | 1584 Instruction *selp = in handleSharedATOM() local 1587 selp->src(2).mod = Modifier(NV50_IR_MOD_NOT); in handleSharedATOM() 1588 selp->setPredicate(CC_P, ld->getDef(1)); in handleSharedATOM() 1590 stVal = selp->getDef(0); in handleSharedATOM()
|