Searched refs:word0 (Results 1 - 11 of 11) sorted by relevance

/external/mesa3d/src/gallium/drivers/r600/
H A Dr700_asm.c80 struct r600_bytecode_alu *alu, uint32_t word0, uint32_t word1)
83 alu->src[0].sel = G_SQ_ALU_WORD0_SRC0_SEL(word0);
84 alu->src[0].rel = G_SQ_ALU_WORD0_SRC0_REL(word0);
85 alu->src[0].chan = G_SQ_ALU_WORD0_SRC0_CHAN(word0);
86 alu->src[0].neg = G_SQ_ALU_WORD0_SRC0_NEG(word0);
87 alu->src[1].sel = G_SQ_ALU_WORD0_SRC1_SEL(word0);
88 alu->src[1].rel = G_SQ_ALU_WORD0_SRC1_REL(word0);
89 alu->src[1].chan = G_SQ_ALU_WORD0_SRC1_CHAN(word0);
90 alu->src[1].neg = G_SQ_ALU_WORD0_SRC1_NEG(word0);
91 alu->index_mode = G_SQ_ALU_WORD0_INDEX_MODE(word0);
79 r700_bytecode_alu_read(struct r600_bytecode *bc, struct r600_bytecode_alu *alu, uint32_t word0, uint32_t word1) argument
[all...]
H A Dr600_asm.h286 struct r600_bytecode_alu *alu, uint32_t word0, uint32_t word1);
300 struct r600_bytecode_alu *alu, uint32_t word0, uint32_t word1);
302 struct r600_bytecode_output *output, uint32_t word0, uint32_t word1);
304 struct r600_bytecode_output *output, uint32_t word0, uint32_t word1);
H A Deg_asm.c127 struct r600_bytecode_output *output, uint32_t word0, uint32_t word1)
129 output->array_base = G_SQ_CF_ALLOC_EXPORT_WORD0_ARRAY_BASE(word0);
130 output->type = G_SQ_CF_ALLOC_EXPORT_WORD0_TYPE(word0);
131 output->gpr = G_SQ_CF_ALLOC_EXPORT_WORD0_RW_GPR(word0);
132 output->elem_size = G_SQ_CF_ALLOC_EXPORT_WORD0_ELEM_SIZE(word0);
H A Dr600_asm.c2651 struct r600_bytecode_alu *alu, uint32_t word0, uint32_t word1)
2654 alu->src[0].sel = G_SQ_ALU_WORD0_SRC0_SEL(word0);
2655 alu->src[0].rel = G_SQ_ALU_WORD0_SRC0_REL(word0);
2656 alu->src[0].chan = G_SQ_ALU_WORD0_SRC0_CHAN(word0);
2657 alu->src[0].neg = G_SQ_ALU_WORD0_SRC0_NEG(word0);
2658 alu->src[1].sel = G_SQ_ALU_WORD0_SRC1_SEL(word0);
2659 alu->src[1].rel = G_SQ_ALU_WORD0_SRC1_REL(word0);
2660 alu->src[1].chan = G_SQ_ALU_WORD0_SRC1_CHAN(word0);
2661 alu->src[1].neg = G_SQ_ALU_WORD0_SRC1_NEG(word0);
2662 alu->index_mode = G_SQ_ALU_WORD0_INDEX_MODE(word0);
2650 r600_bytecode_alu_read(struct r600_bytecode *bc, struct r600_bytecode_alu *alu, uint32_t word0, uint32_t word1) argument
[all...]
/external/python/cpython3/Python/
H A Ddtoa.c182 #define word0(x) (x)->L[1] macro
185 #define word0(x) (x)->L[0] macro
934 L = (word0(x) & Exp_mask) - (P-1)*Exp_msk1;
935 word0(&u) = L;
958 word0(&d) = Exp_1 | y >> (Ebits - k);
965 word0(&d) = Exp_1 | y << k | z >> (32 - k);
970 word0(&d) = Exp_1 | y;
1010 b->x[1] = word0(d) & Frac_mask;
1011 *e = Etiny - 1 + (int)((word0(d) & Exp_mask) >> Exp_shift);
1069 z = word0(
[all...]
/external/python/cpython2/Python/
H A Ddtoa.c191 #define word0(x) (x)->L[1] macro
194 #define word0(x) (x)->L[0] macro
1008 L = (word0(x) & Exp_mask) - (P-1)*Exp_msk1;
1009 word0(&u) = L;
1032 word0(&d) = Exp_1 | y >> (Ebits - k);
1039 word0(&d) = Exp_1 | y << k | z >> (32 - k);
1044 word0(&d) = Exp_1 | y;
1084 b->x[1] = word0(d) & Frac_mask;
1085 *e = Etiny - 1 + (int)((word0(d) & Exp_mask) >> Exp_shift);
1143 z = word0(
[all...]
/external/kernel-headers/original/uapi/linux/
H A Dromfs_fs.h26 __be32 word0; member in struct:romfs_super_block
/external/icu/icu4c/source/common/
H A Ducnv_ext.cpp40 uint32_t word0, word; local
55 /* word0 is suitable for <=toUSection[] comparison, word for <toUSection[] */
56 word0=UCNV_EXT_TO_U_MAKE_WORD(byte, 0);
66 word=word0|UCNV_EXT_TO_U_VALUE_MASK;
80 if(word0<=toUSection[start]) {
83 if(++start<limit && word0<=toUSection[start]) {
86 if(++start<limit && word0<=toUSection[start]) {
/external/icu/icu4j/main/classes/charset/src/com/ibm/icu/charset/
H A DCharsetMBCS.java1532 long word0, word;
1549 /* word0 is suitable for <=toUSection[] comparison, word for <toUSection[] */
1550 word0 = TO_U_MAKE_WORD((byte) byt, 0) & UConverterConstants.UNSIGNED_INT_MASK;
1558 word = word0 | TO_U_VALUE_MASK;
1572 if (word0 <= (toUSection.get(toUSection.position() + start) & UConverterConstants.UNSIGNED_INT_MASK)) {
1576 && word0 <= (toUSection.get(toUSection.position() + start) & UConverterConstants.UNSIGNED_INT_MASK)) {
1580 && word0 <= (toUSection.get(toUSection.position() + start) & UConverterConstants.UNSIGNED_INT_MASK)) {
/external/valgrind/VEX/priv/
H A Dguest_ppc_toIR.c20625 IRTemp word0 = newTemp( Ity_I64 ); local
20631 assign( word0, binop( Iop_Shr64,
20648 store( mkexpr( EA ), unop( Iop_64to32, mkexpr( word0 ) ) );
20684 store( irx_addr, unop( Iop_64to32, mkexpr( word0 ) ) );
20693 IRTemp word0 = newTemp( Ity_I64 ); local
20820 assign( word0, binop( Iop_Shr64,
20858 store( irx_addr, unop( Iop_64to32, mkexpr( word0 ) ) );
20866 IRTemp word0[5]; local
20931 word0[0] = newTemp(Ity_I64);
20932 assign( word0[
[all...]
/external/v8/src/inspector/build/closure-compiler/
H A Dclosure-compiler.jarMETA-INF/MANIFEST.MF META-INF/ com/ com/google/ com/google/debugging/ com/google/debugging/sourcemap/ ...

Completed in 1147 milliseconds