Searched full:v1v2 (Results 1 – 3 of 3) sorted by relevance
/freebsd/usr.bin/lastcomm/tests/ |
H A D | legacy_test.sh | 25 cat $DIR/v1-$ARCH-acct.in $DIR/v2-$ARCH-acct.in >v1v2-$ARCH-acct.in 26 cat $DIR/v2-$ARCH.out $DIR/v1-$ARCH.out >v1v2-$ARCH.out 34 lastcomm -cesuS -f v1v2-$ARCH-acct.in | check 5 v1v2-$ARCH.out 35 lastcomm -cesuS -f - <v1v2-$ARCH-acct.in | tail -r | check 6 v1v2-$ARCH.out
|
/freebsd/sys/contrib/device-tree/Bindings/media/i2c/ |
H A D | st,st-vgxy61.yaml | 101 VCORE-supply = <&v1v2>;
|
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/ |
H A D | X86ISelLowering.cpp | 13997 SDValue V1V2 = concatSubVectors(V1, V2, DAG, DL); in lowerV8I16Shuffle() local 13998 V1V2 = DAG.getNode(X86ISD::BLENDI, DL, MVT::v16i16, V1V2, in lowerV8I16Shuffle() 14001 V1V2 = DAG.getBitcast(MVT::v8i32, V1V2); in lowerV8I16Shuffle() 14002 V1 = extract128BitVector(V1V2, 0, DAG, DL); in lowerV8I16Shuffle() 14003 V2 = extract128BitVector(V1V2, 4, DAG, DL); in lowerV8I16Shuffle()
|