Home
last modified time | relevance | path

Searched refs:word0 (Results 1 – 10 of 10) sorted by relevance

/external/mesa3d/src/gallium/drivers/r600/
Dr700_asm.c80 struct r600_bytecode_alu *alu, uint32_t word0, uint32_t word1) in r700_bytecode_alu_read() argument
83 alu->src[0].sel = G_SQ_ALU_WORD0_SRC0_SEL(word0); in r700_bytecode_alu_read()
84 alu->src[0].rel = G_SQ_ALU_WORD0_SRC0_REL(word0); in r700_bytecode_alu_read()
85 alu->src[0].chan = G_SQ_ALU_WORD0_SRC0_CHAN(word0); in r700_bytecode_alu_read()
86 alu->src[0].neg = G_SQ_ALU_WORD0_SRC0_NEG(word0); in r700_bytecode_alu_read()
87 alu->src[1].sel = G_SQ_ALU_WORD0_SRC1_SEL(word0); in r700_bytecode_alu_read()
88 alu->src[1].rel = G_SQ_ALU_WORD0_SRC1_REL(word0); in r700_bytecode_alu_read()
89 alu->src[1].chan = G_SQ_ALU_WORD0_SRC1_CHAN(word0); in r700_bytecode_alu_read()
90 alu->src[1].neg = G_SQ_ALU_WORD0_SRC1_NEG(word0); in r700_bytecode_alu_read()
91 alu->index_mode = G_SQ_ALU_WORD0_INDEX_MODE(word0); in r700_bytecode_alu_read()
[all …]
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);
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);
Dr600_asm.c2651 struct r600_bytecode_alu *alu, uint32_t word0, uint32_t word1) in r600_bytecode_alu_read() argument
2654 alu->src[0].sel = G_SQ_ALU_WORD0_SRC0_SEL(word0); in r600_bytecode_alu_read()
2655 alu->src[0].rel = G_SQ_ALU_WORD0_SRC0_REL(word0); in r600_bytecode_alu_read()
2656 alu->src[0].chan = G_SQ_ALU_WORD0_SRC0_CHAN(word0); in r600_bytecode_alu_read()
2657 alu->src[0].neg = G_SQ_ALU_WORD0_SRC0_NEG(word0); in r600_bytecode_alu_read()
2658 alu->src[1].sel = G_SQ_ALU_WORD0_SRC1_SEL(word0); in r600_bytecode_alu_read()
2659 alu->src[1].rel = G_SQ_ALU_WORD0_SRC1_REL(word0); in r600_bytecode_alu_read()
2660 alu->src[1].chan = G_SQ_ALU_WORD0_SRC1_CHAN(word0); in r600_bytecode_alu_read()
2661 alu->src[1].neg = G_SQ_ALU_WORD0_SRC1_NEG(word0); in r600_bytecode_alu_read()
2662 alu->index_mode = G_SQ_ALU_WORD0_INDEX_MODE(word0); in r600_bytecode_alu_read()
[all …]
/external/python/cpython3/Python/
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; in ulp()
935 word0(&u) = L; in ulp()
958 word0(&d) = Exp_1 | y >> (Ebits - k); in b2d()
965 word0(&d) = Exp_1 | y << k | z >> (32 - k); in b2d()
970 word0(&d) = Exp_1 | y; in b2d()
1010 b->x[1] = word0(d) & Frac_mask; in sd2b()
1011 *e = Etiny - 1 + (int)((word0(d) & Exp_mask) >> Exp_shift); in sd2b()
1069 z = word0(d) & Frac_mask; in d2b()
[all …]
/external/python/cpython2/Python/
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; in ulp()
1009 word0(&u) = L; in ulp()
1032 word0(&d) = Exp_1 | y >> (Ebits - k); in b2d()
1039 word0(&d) = Exp_1 | y << k | z >> (32 - k); in b2d()
1044 word0(&d) = Exp_1 | y; in b2d()
1084 b->x[1] = word0(d) & Frac_mask; in sd2b()
1085 *e = Etiny - 1 + (int)((word0(d) & Exp_mask) >> Exp_shift); in sd2b()
1143 z = word0(d) & Frac_mask; in d2b()
[all …]
/external/icu/icu4c/source/common/
Ducnv_ext.cpp40 uint32_t word0, word; in ucnv_extFindToU() local
56 word0=UCNV_EXT_TO_U_MAKE_WORD(byte, 0); in ucnv_extFindToU()
66 word=word0|UCNV_EXT_TO_U_VALUE_MASK; in ucnv_extFindToU()
80 if(word0<=toUSection[start]) { in ucnv_extFindToU()
83 if(++start<limit && word0<=toUSection[start]) { in ucnv_extFindToU()
86 if(++start<limit && word0<=toUSection[start]) { in ucnv_extFindToU()
/external/kernel-headers/original/uapi/linux/
Dromfs_fs.h26 __be32 word0; member
/external/icu/icu4j/main/classes/charset/src/com/ibm/icu/charset/
DCharsetMBCS.java1532 long word0, word; in findToU() local
1550 word0 = TO_U_MAKE_WORD((byte) byt, 0) & UConverterConstants.UNSIGNED_INT_MASK; in findToU()
1558 word = word0 | TO_U_VALUE_MASK; in findToU()
1572 …if (word0 <= (toUSection.get(toUSection.position() + start) & UConverterConstants.UNSIGNED_INT_MAS… in findToU()
1576 …&& word0 <= (toUSection.get(toUSection.position() + start) & UConverterConstants.UNSIGNED_INT_MASK… in findToU()
1580 …&& word0 <= (toUSection.get(toUSection.position() + start) & UConverterConstants.UNSIGNED_INT_MASK… in findToU()
/external/valgrind/VEX/priv/
Dguest_ppc_toIR.c20625 IRTemp word0 = newTemp( Ity_I64 ); in dis_vx_store() local
20631 assign( word0, binop( Iop_Shr64, in dis_vx_store()
20648 store( mkexpr( EA ), unop( Iop_64to32, mkexpr( word0 ) ) ); in dis_vx_store()
20684 store( irx_addr, unop( Iop_64to32, mkexpr( word0 ) ) ); in dis_vx_store()
20693 IRTemp word0 = newTemp( Ity_I64 ); in dis_vx_store() local
20820 assign( word0, binop( Iop_Shr64, in dis_vx_store()
20858 store( irx_addr, unop( Iop_64to32, mkexpr( word0 ) ) ); in dis_vx_store()
20866 IRTemp word0[5]; in dis_vx_store() local
20931 word0[0] = newTemp(Ity_I64); in dis_vx_store()
20932 assign( word0[0], mkU64( 0 ) ); in dis_vx_store()
[all …]