Lines Matching defs:lane

514   explicit Dt_U_opc1_opc2_1(DataType dt, const DRegisterLane& lane);
517 Dt_U_opc1_opc2_1::Dt_U_opc1_opc2_1(DataType dt, const DRegisterLane& lane) {
520 if ((lane.GetLane() & 7) != lane.GetLane()) {
523 SetEncodingValue(0x8 | lane.GetLane());
526 if ((lane.GetLane() & 3) != lane.GetLane()) {
529 SetEncodingValue(0x1 | (lane.GetLane() << 1));
532 if ((lane.GetLane() & 7) != lane.GetLane()) {
535 SetEncodingValue(0x18 | lane.GetLane());
538 if ((lane.GetLane() & 3) != lane.GetLane()) {
541 SetEncodingValue(0x11 | (lane.GetLane() << 1));
544 if ((lane.GetLane() & 1) != lane.GetLane()) {
547 SetEncodingValue(0x0 | (lane.GetLane() << 2));
550 if ((lane.GetLane() & 1) != lane.GetLane()) {
553 SetEncodingValue(0x0 | (lane.GetLane() << 2));
562 explicit Dt_opc1_opc2_1(DataType dt, const DRegisterLane& lane);
565 Dt_opc1_opc2_1::Dt_opc1_opc2_1(DataType dt, const DRegisterLane& lane) {
568 if ((lane.GetLane() & 7) != lane.GetLane()) {
571 SetEncodingValue(0x8 | lane.GetLane());
574 if ((lane.GetLane() & 3) != lane.GetLane()) {
577 SetEncodingValue(0x1 | (lane.GetLane() << 1));
580 if ((lane.GetLane() & 1) != lane.GetLane()) {
583 SetEncodingValue(0x0 | (lane.GetLane() << 2));
586 if ((lane.GetLane() & 1) != lane.GetLane()) {
589 SetEncodingValue(0x0 | (lane.GetLane() << 2));
598 explicit Dt_imm4_1(DataType dt, const DRegisterLane& lane);
601 Dt_imm4_1::Dt_imm4_1(DataType dt, const DRegisterLane& lane) {
604 if ((lane.GetLane() & 7) != lane.GetLane()) {
607 SetEncodingValue(0x1 | (lane.GetLane() << 1));
610 if ((lane.GetLane() & 3) != lane.GetLane()) {
613 SetEncodingValue(0x2 | (lane.GetLane() << 2));
616 if ((lane.GetLane() & 1) != lane.GetLane()) {
619 SetEncodingValue(0x4 | (lane.GetLane() << 3));