Searched refs:word0 (Results 1 – 6 of 6) sorted by relevance
307 #define word0(x) (x)->L[1] macro310 #define word0(x) (x)->L[0] macro1172 L = (word0(x) & Exp_mask) - (P-1)*Exp_msk1;1181 word0(&u) = L;1189 word0(&u) = 0x80000 >> L;1193 word0(&u) = 0;1217 #define d0 word0(&d)1264 word0(&d) = d0 >> 16 | d0 << 16;1289 d0 = word0(d) >> 16 | word0(d) << 16;1292 #define d0 word0(d)[all …]
51 } word0; member101 unsigned long bot = 0UL | bundle.bitmap.word0.bot_slot1; in syscall_p()111 insn = bundle.bitmap.word0.slot0; in syscall_p()
37 uint32_t word0, word; in ucnv_extFindToU() local53 word0=UCNV_EXT_TO_U_MAKE_WORD(byte, 0); in ucnv_extFindToU()63 word=word0|UCNV_EXT_TO_U_VALUE_MASK; in ucnv_extFindToU()77 if(word0<=toUSection[start]) { in ucnv_extFindToU()80 if(++start<limit && word0<=toUSection[start]) { in ucnv_extFindToU()83 if(++start<limit && word0<=toUSection[start]) { in ucnv_extFindToU()
25 __be32 word0; member
1538 long word0, word; in findToU() local1556 word0 = TO_U_MAKE_WORD((byte) byt, 0) & UConverterConstants.UNSIGNED_INT_MASK; in findToU()1564 word = word0 | TO_U_VALUE_MASK; in findToU()1578 …if (word0 <= (toUSection.get(toUSection.position() + start) & UConverterConstants.UNSIGNED_INT_MAS… in findToU()1582 …&& word0 <= (toUSection.get(toUSection.position() + start) & UConverterConstants.UNSIGNED_INT_MASK… in findToU()1586 …&& word0 <= (toUSection.get(toUSection.position() + start) & UConverterConstants.UNSIGNED_INT_MASK… in findToU()
478 uint32_t word0 = i32_from_byte_stream(bytes, &bytes_read); in r600_vtx_from_byte_stream() local485 vtx.inst = G_SQ_VTX_WORD0_VTX_INST(word0); in r600_vtx_from_byte_stream()486 vtx.fetch_type = G_SQ_VTX_WORD0_FETCH_TYPE(word0); in r600_vtx_from_byte_stream()487 vtx.buffer_id = G_SQ_VTX_WORD0_BUFFER_ID(word0); in r600_vtx_from_byte_stream()488 vtx.src_gpr = G_SQ_VTX_WORD0_SRC_GPR(word0); in r600_vtx_from_byte_stream()489 vtx.src_sel_x = G_SQ_VTX_WORD0_SRC_SEL_X(word0); in r600_vtx_from_byte_stream()490 vtx.mega_fetch_count = G_SQ_VTX_WORD0_MEGA_FETCH_COUNT(word0); in r600_vtx_from_byte_stream()