Searched refs:Word1 (Results 1 – 5 of 5) sorted by relevance
104 field bits<32> Word1;114 let Word1{20-18} = bank_swizzle;115 let Word1{27-21} = dst_sel;116 let Word1{28} = dst_rel;117 let Word1{30-29} = dst_chan;118 let Word1{31} = clamp;130 let Word1{0} = src0_abs;131 let Word1{1} = src1_abs;132 let Word1{2} = update_exec_mask;133 let Word1{3} = update_pred;[all …]
399 let Inst{63-32} = Word1;422 let Word1{27} = offset{0};423 let Word1{12} = offset{1};424 let Word1{28} = offset{2};425 let Word1{31} = offset{3};431 let Inst{63-32} = Word1;607 let Word1{19-16} = 0; // BURST_COUNT608 let Word1{20} = 0; // VALID_PIXEL_MODE609 let Word1{21} = eop;610 let Word1{29-22} = inst;[all …]
122 let Inst{63-32} = Word1;160 let Inst{63-32} = Word1;201 let Inst{63-32} = Word1;280 let Inst{63-32} = Word1;300 let Inst{63-32} = Word1;449 field bits<32> Word1;458 let Word1{2-0} = sw_x;459 let Word1{5-3} = sw_y;460 let Word1{8-6} = sw_z;461 let Word1{11-9} = sw_w;[all …]
498 const support::ulittle32_t Word1 = in PrintIndexTable() local511 if (Word1 == EXIDX_CANTUNWIND) { in PrintIndexTable()516 if (Word1 & 0x80000000) { in PrintIndexTable()519 unsigned PersonalityIndex = (Word1 & 0x0f000000) >> 24; in PrintIndexTable()530 uint64_t TableEntryOffset = PREL31(Word1, IT->sh_addr); in PrintIndexTable()
248 uint8_t Word1[4] = {0xAA, 0xBB, 0xCC, 0xDD}; in TestAddWordFromDictionary() local250 MD.AddWordToDictionary(Word1, sizeof(Word1)); in TestAddWordFromDictionary()