Lines Matching defs:xx
5660 xx = case L of 1 -> LD ; 0 -> ST
5874 xx = case L of 1 -> LD ; 0 -> ST
6166 laneszB,ix = case xx:q:S:sz of 00:b:b:bb -> 1, bbbb
6177 UInt xx = INSN(15,14);
6192 UInt xx_q_S_sz = (xx << 4) | (bitQ << 3) | (bitS << 2) | sz;
7622 = xx100 .s[xx]
8252 /* -------- 00,xx,0 TBL, xx register table -------- */
8253 /* -------- 00,xx,1 TBX, xx register table -------- */
8418 /* -------- 0,xx,00011 SADDLV -------- */
8419 /* -------- 1,xx,00011 UADDLV -------- */
8458 /* -------- 0,xx,01010: SMAXV -------- (1) */
8459 /* -------- 1,xx,01010: UMAXV -------- (2) */
8460 /* -------- 0,xx,11010: SMINV -------- (3) */
8461 /* -------- 1,xx,11010: UMINV -------- (4) */
8462 /* -------- 0,xx,11011: ADDV -------- (5) */
8637 xx100 -> S, xx
8688 0:xx100 -> S, xx, 32Uto64
8699 1:xx100 -> S, xx, 32Sto64
8777 xx100 -> S, xx, imm4[3:2]
9069 IRTemp xx = newTempV128();
9071 assign(xx, binop(Iop_InterleaveHI64x2, mkexpr(xy), mkexpr(xy)));
9073 binop(Iop_Add64x2, mkexpr(xy), mkexpr(xx))));
9357 /* -------- 0,!=00xx,11100 SCVTF d_d_imm, s_s_imm -------- */
9358 /* -------- 1,!=00xx,11100 UCVTF d_d_imm, s_s_imm -------- */
9395 /* -------- 0,!=00xx,11111 FCVTZS d_d_imm, s_s_imm -------- */
9396 /* -------- 1,!=00xx,11111 FCVTZU d_d_imm, s_s_imm -------- */
9531 /* -------- 0,xx,00001 SQADD std4_std4_std4 -------- */
9532 /* -------- 1,xx,00001 UQADD std4_std4_std4 -------- */
9533 /* -------- 0,xx,00101 SQSUB std4_std4_std4 -------- */
9534 /* -------- 1,xx,00101 UQSUB std4_std4_std4 -------- */
9601 /* -------- 0,xx,01000 SSHL d_d_d -------- */
9602 /* -------- 0,xx,01010 SRSHL d_d_d -------- */
9603 /* -------- 1,xx,01000 USHL d_d_d -------- */
9604 /* -------- 1,xx,01010 URSHL d_d_d -------- */
9621 /* -------- 0,xx,01001 SQSHL std4_std4_std4 -------- */
9622 /* -------- 0,xx,01011 SQRSHL std4_std4_std4 -------- */
9623 /* -------- 1,xx,01001 UQSHL std4_std4_std4 -------- */
9624 /* -------- 1,xx,01011 UQRSHL std4_std4_std4 -------- */
9691 /* -------- 0,xx,10110 SQDMULH s and h variants only -------- */
9692 /* -------- 1,xx,10110 SQRDMULH s and h variants only -------- */
9837 /* -------- 0,xx,00011: SUQADD std4_std4 -------- */
9838 /* -------- 1,xx,00011: USQADD std4_std4 -------- */
9862 /* -------- 0,xx,00111 SQABS std4_std4 -------- */
9863 /* -------- 1,xx,00111 SQNEG std4_std4 -------- */
9975 /* -------- 0,xx,10100: SQXTN -------- */
9976 /* -------- 1,xx,10100: UQXTN -------- */
9977 /* -------- 1,xx,10010: SQXTUN -------- */
10223 /* -------- 0,xx,1011 SQDMULL s/h variants only -------- */ // 0 (ks)
10224 /* -------- 0,xx,0011 SQDMLAL s/h variants only -------- */ // 1
10225 /* -------- 0,xx,0111 SQDMLSL s/h variants only -------- */ // 2
10276 /* -------- 0,xx,1100 SQDMULH s and h variants only -------- */
10277 /* -------- 0,xx,1101 SQRDMULH s and h variants only -------- */
10342 01xx:xxx -> S, SHR:32-xxxxx
10391 01xx:xxx -> S, SHR:32-xxxxx
10431 01xx:xxx -> S, SHR:32-xxxxx
10472 01xx:xxx -> S, xxxxx
10649 01xx -> 2d, 2s(q0)/4s(q1), immh:immb - 32 (0..31)
10712 /* If immh is of the form 00xx, the insn is invalid. */
10758 /* If immh is of the form 00xx, the insn is invalid. */
11075 /* -------- 0,xx,00000 SHADD std6_std6_std6 -------- */
11076 /* -------- 1,xx,00000 UHADD std6_std6_std6 -------- */
11077 /* -------- 0,xx,00100 SHSUB std6_std6_std6 -------- */
11078 /* -------- 1,xx,00100 UHSUB std6_std6_std6 -------- */
11117 /* -------- 0,xx,00010 SRHADD std7_std7_std7 -------- */
11118 /* -------- 1,xx,00010 URHADD std7_std7_std7 -------- */
11134 /* -------- 0,xx,00001 SQADD std7_std7_std7 -------- */
11135 /* -------- 1,xx,00001 UQADD std7_std7_std7 -------- */
11136 /* -------- 0,xx,00101 SQSUB std7_std7_std7 -------- */
11137 /* -------- 1,xx,00101 UQSUB std7_std7_std7 -------- */
11239 /* -------- 0,xx,00110 CMGT std7_std7_std7 -------- */ // >s
11240 /* -------- 1,xx,00110 CMHI std7_std7_std7 -------- */ // >u
11258 /* -------- 0,xx,00111 CMGE std7_std7_std7 -------- */ // >=s
11259 /* -------- 1,xx,00111 CMHS std7_std7_std7 -------- */ // >=u
11277 /* -------- 0,xx,01000 SSHL std7_std7_std7 -------- */
11278 /* -------- 0,xx,01010 SRSHL std7_std7_std7 -------- */
11279 /* -------- 1,xx,01000 USHL std7_std7_std7 -------- */
11280 /* -------- 1,xx,01010 URSHL std7_std7_std7 -------- */
11298 /* -------- 0,xx,01001 SQSHL std7_std7_std7 -------- */
11299 /* -------- 0,xx,01011 SQRSHL std7_std7_std7 -------- */
11300 /* -------- 1,xx,01001 UQSHL std7_std7_std7 -------- */
11301 /* -------- 1,xx,01011 UQRSHL std7_std7_std7 -------- */
11335 /* -------- 0,xx,01100 SMAX std7_std7_std7 -------- */
11336 /* -------- 1,xx,01100 UMAX std7_std7_std7 -------- */
11337 /* -------- 0,xx,01101 SMIN std7_std7_std7 -------- */
11338 /* -------- 1,xx,01101 UMIN std7_std7_std7 -------- */
11356 /* -------- 0,xx,01110 SABD std6_std6_std6 -------- */
11357 /* -------- 1,xx,01110 UABD std6_std6_std6 -------- */
11358 /* -------- 0,xx,01111 SABA std6_std6_std6 -------- */
11359 /* -------- 1,xx,01111 UABA std6_std6_std6 -------- */
11378 /* -------- 0,xx,10000 ADD std7_std7_std7 -------- */
11379 /* -------- 1,xx,10000 SUB std7_std7_std7 -------- */
11394 /* -------- 0,xx,10001 CMTST std7_std7_std7 -------- */ // &, != 0
11395 /* -------- 1,xx,10001 CMEQ std7_std7_std7 -------- */ // ==
11415 /* -------- 0,xx,10010 MLA std7_std7_std7 -------- */
11416 /* -------- 1,xx,10010 MLS std7_std7_std7 -------- */
11436 /* -------- 0,xx,10011 MUL std7_std7_std7 -------- */
11437 /* -------- 1,xx,10011 PMUL 16b_16b_16b, 8b_8b_8b -------- */
11456 /* -------- 0,xx,10100 SMAXP std6_std6_std6 -------- */
11457 /* -------- 1,xx,10100 UMAXP std6_std6_std6 -------- */
11458 /* -------- 0,xx,10101 SMINP std6_std6_std6 -------- */
11459 /* -------- 1,xx,10101 UMINP std6_std6_std6 -------- */
11491 /* -------- 0,xx,10110 SQDMULH s and h variants only -------- */
11492 /* -------- 1,xx,10110 SQRDMULH s and h variants only -------- */
11512 /* -------- 0,xx,10111 ADDP std7_std7_std7 -------- */
11852 /* -------- 0,xx,00010: SADDLP std6_std6 -------- */
11853 /* -------- 1,xx,00010: UADDLP std6_std6 -------- */
11854 /* -------- 0,xx,00110: SADALP std6_std6 -------- */
11855 /* -------- 1,xx,00110: UADALP std6_std6 -------- */
11882 /* -------- 0,xx,00011: SUQADD std7_std7 -------- */
11883 /* -------- 1,xx,00011: USQADD std7_std7 -------- */
11915 /* -------- 0,xx,00100: CLS std6_std6 -------- */
11916 /* -------- 1,xx,00100: CLZ std6_std6 -------- */
11955 /* -------- 0,xx,00111 SQABS std7_std7 -------- */
11956 /* -------- 1,xx,00111 SQNEG std7_std7 -------- */
11974 /* -------- 0,xx,01000: CMGT std7_std7_#0 -------- */ // >s 0
11975 /* -------- 1,xx,01000: CMGE std7_std7_#0 -------- */ // >=s 0
11992 /* -------- 0,xx,01001: CMEQ std7_std7_#0 -------- */ // == 0
11993 /* -------- 1,xx,01001: CMLE std7_std7_#0 -------- */ // <=s 0
12010 /* -------- 0,xx,01010: CMLT std7_std7_#0 -------- */ // <s 0
12024 /* -------- 0,xx,01011: ABS std7_std7 -------- */
12035 /* -------- 1,xx,01011: NEG std7_std7 -------- */
12104 /* -------- 0,xx,10010: XTN{,2} -------- */
12122 /* -------- 0,xx,10100: SQXTN{,2} -------- */
12123 /* -------- 1,xx,10100: UQXTN{,2} -------- */
12124 /* -------- 1,xx,10010: SQXTUN{,2} -------- */
12157 /* -------- 1,xx,10011 SHLL{2} #lane-width -------- */
12553 /* -------- 1,xx,0000 MLA s/h variants only -------- */
12554 /* -------- 1,xx,0100 MLS s/h variants only -------- */
12555 /* -------- 0,xx,1000 MUL s/h variants only -------- */
12600 /* -------- 0,xx,1010 SMULL s/h variants only -------- */ // 0 (ks)
12601 /* -------- 1,xx,1010 UMULL s/h variants only -------- */ // 0
12602 /* -------- 0,xx,0010 SMLAL s/h variants only -------- */ // 1
12603 /* -------- 1,xx,0010 UMLAL s/h variants only -------- */ // 1
12604 /* -------- 0,xx,0110 SMLSL s/h variants only -------- */ // 2
12605 /* -------- 1,xx,0110 SMLSL s/h variants only -------- */ // 2
12655 /* -------- 0,xx,1011 SQDMULL s/h variants only -------- */ // 0 (ks)
12656 /* -------- 0,xx,0011 SQDMLAL s/h variants only -------- */ // 1
12657 /* -------- 0,xx,0111 SQDMLSL s/h variants only -------- */ // 2
12711 /* -------- 0,xx,1100 SQDMULH s and h variants only -------- */
12712 /* -------- 0,xx,1101 SQRDMULH s and h variants only -------- */