Home
last modified time | relevance | path

Searched refs:word1 (Results 1 – 24 of 24) 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
96 alu->bank_swizzle = G_SQ_ALU_WORD1_BANK_SWIZZLE(word1); in r700_bytecode_alu_read()
99 alu->dst.sel = G_SQ_ALU_WORD1_DST_GPR(word1); in r700_bytecode_alu_read()
100 alu->dst.rel = G_SQ_ALU_WORD1_DST_REL(word1); in r700_bytecode_alu_read()
101 alu->dst.chan = G_SQ_ALU_WORD1_DST_CHAN(word1); in r700_bytecode_alu_read()
102 alu->dst.clamp = G_SQ_ALU_WORD1_CLAMP(word1); in r700_bytecode_alu_read()
103 if (G_SQ_ALU_WORD1_ENCODING(word1)) /*ALU_DWORD1_OP3*/ in r700_bytecode_alu_read()
106 alu->src[2].sel = G_SQ_ALU_WORD1_OP3_SRC2_SEL(word1); in r700_bytecode_alu_read()
107 alu->src[2].rel = G_SQ_ALU_WORD1_OP3_SRC2_REL(word1); in r700_bytecode_alu_read()
108 alu->src[2].chan = G_SQ_ALU_WORD1_OP3_SRC2_CHAN(word1); in r700_bytecode_alu_read()
[all …]
Deg_asm.c127 struct r600_bytecode_output *output, uint32_t word0, uint32_t word1)
134 output->swizzle_x = G_SQ_CF_ALLOC_EXPORT_WORD1_SWIZ_SEL_X(word1);
135 output->swizzle_y = G_SQ_CF_ALLOC_EXPORT_WORD1_SWIZ_SEL_Y(word1);
136 output->swizzle_z = G_SQ_CF_ALLOC_EXPORT_WORD1_SWIZ_SEL_Z(word1);
137 output->swizzle_w = G_SQ_CF_ALLOC_EXPORT_WORD1_SWIZ_SEL_W(word1);
138 output->burst_count = G_SQ_CF_ALLOC_EXPORT_WORD1_BURST_COUNT(word1);
139 output->end_of_program = G_SQ_CF_ALLOC_EXPORT_WORD1_END_OF_PROGRAM(word1);
141 G_SQ_CF_ALLOC_EXPORT_WORD1_CF_INST(word1), /* is_cf_alu = */ 0 );
142 output->barrier = G_SQ_CF_ALLOC_EXPORT_WORD1_BARRIER(word1);
143 output->array_size = G_SQ_CF_ALLOC_EXPORT_WORD1_BUF_ARRAY_SIZE(word1);
[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);
Dr600_asm.c2651 struct r600_bytecode_alu *alu, uint32_t word0, uint32_t word1) in r600_bytecode_alu_read() argument
2667 alu->bank_swizzle = G_SQ_ALU_WORD1_BANK_SWIZZLE(word1); in r600_bytecode_alu_read()
2670 alu->dst.sel = G_SQ_ALU_WORD1_DST_GPR(word1); in r600_bytecode_alu_read()
2671 alu->dst.rel = G_SQ_ALU_WORD1_DST_REL(word1); in r600_bytecode_alu_read()
2672 alu->dst.chan = G_SQ_ALU_WORD1_DST_CHAN(word1); in r600_bytecode_alu_read()
2673 alu->dst.clamp = G_SQ_ALU_WORD1_CLAMP(word1); in r600_bytecode_alu_read()
2674 if (G_SQ_ALU_WORD1_ENCODING(word1)) /*ALU_DWORD1_OP3*/ in r600_bytecode_alu_read()
2677 alu->src[2].sel = G_SQ_ALU_WORD1_OP3_SRC2_SEL(word1); in r600_bytecode_alu_read()
2678 alu->src[2].rel = G_SQ_ALU_WORD1_OP3_SRC2_REL(word1); in r600_bytecode_alu_read()
2679 alu->src[2].chan = G_SQ_ALU_WORD1_OP3_SRC2_CHAN(word1); in r600_bytecode_alu_read()
[all …]
/external/skia/src/sksl/
DSkSLSPIRVCodeGenerator.h250 void writeInstruction(SpvOp_ opCode, int32_t word1, OutputStream& out);
252 void writeInstruction(SpvOp_ opCode, int32_t word1, const char* string, OutputStream& out);
254 void writeInstruction(SpvOp_ opCode, int32_t word1, int32_t word2, const char* string,
257 void writeInstruction(SpvOp_ opCode, int32_t word1, int32_t word2, OutputStream& out);
259 void writeInstruction(SpvOp_ opCode, int32_t word1, int32_t word2, int32_t word3,
262 void writeInstruction(SpvOp_ opCode, int32_t word1, int32_t word2, int32_t word3, int32_t word4,
265 void writeInstruction(SpvOp_ opCode, int32_t word1, int32_t word2, int32_t word3, int32_t word4,
268 void writeInstruction(SpvOp_ opCode, int32_t word1, int32_t word2, int32_t word3, int32_t word4,
271 void writeInstruction(SpvOp_ opCode, int32_t word1, int32_t word2, int32_t word3, int32_t word4,
274 void writeInstruction(SpvOp_ opCode, int32_t word1, int32_t word2, int32_t word3, int32_t word4,
DSkSLSPIRVCodeGenerator.cpp839 void SPIRVCodeGenerator::writeInstruction(SpvOp_ opCode, int32_t word1, OutputStream& out) { in writeInstruction() argument
841 this->writeWord(word1, out); in writeInstruction()
869 void SPIRVCodeGenerator::writeInstruction(SpvOp_ opCode, int32_t word1, const char* string, in writeInstruction() argument
873 this->writeWord(word1, out); in writeInstruction()
877 void SPIRVCodeGenerator::writeInstruction(SpvOp_ opCode, int32_t word1, int32_t word2, in writeInstruction() argument
881 this->writeWord(word1, out); in writeInstruction()
886 void SPIRVCodeGenerator::writeInstruction(SpvOp_ opCode, int32_t word1, int32_t word2, in writeInstruction() argument
889 this->writeWord(word1, out); in writeInstruction()
893 void SPIRVCodeGenerator::writeInstruction(SpvOp_ opCode, int32_t word1, int32_t word2, in writeInstruction() argument
896 this->writeWord(word1, out); in writeInstruction()
[all …]
/external/python/cpython2/Python/
Ddtoa.c192 #define word1(x) (x)->L[0] macro
195 #define word1(x) (x)->L[1] macro
1010 word1(&u) = 0; in ulp()
1034 word1(&d) = y << ((32-Ebits) + k) | w >> (Ebits - k); in b2d()
1041 word1(&d) = z << k | y >> (32 - k); in b2d()
1045 word1(&d) = z; in b2d()
1083 b->x[0] = word1(d); in sd2b()
1147 if ((y = word1(d))) { in d2b()
1341 word1(&u) = 0; in sulp()
1345 assert(word0(x) || word1(x)); /* x != 0.0 */ in sulp()
[all …]
/external/ipsec-tools/src/racoon/
Deaytest.c843 char *word1 = "1234567890", *word2 = "12345678901234567890"; local
850 buf = vmalloc(strlen(word1));
851 memcpy(buf->v, word1, buf->l);
880 char *word1 = "1234567890", *word2 = "12345678901234567890"; local
887 buf = vmalloc(strlen(word1));
888 memcpy(buf->v, word1, buf->l);
/external/pcre/pcrecpp/
Dpcrecpp_unittest.cc421 string word1; in TestMatchNumberPeculiarity() local
426 CHECK(r.PartialMatch("foo", &word1, &word2, &word3)); in TestMatchNumberPeculiarity()
427 CHECK_EQ(word1, "foo"); in TestMatchNumberPeculiarity()
430 CHECK(r.PartialMatch("bar", &word1, &word2, &word3)); in TestMatchNumberPeculiarity()
431 CHECK_EQ(word1, ""); in TestMatchNumberPeculiarity()
434 CHECK(r.PartialMatch("baz", &word1, &word2, &word3)); in TestMatchNumberPeculiarity()
435 CHECK_EQ(word1, ""); in TestMatchNumberPeculiarity()
438 CHECK(!r.PartialMatch("f", &word1, &word2, &word3)); in TestMatchNumberPeculiarity()
/external/kernel-headers/original/uapi/linux/
Dromfs_fs.h26 __be32 word1; member
/external/regex-re2/re2/testing/
Dre2_test.cc320 string word1; in TEST() local
324 CHECK(RE2::PartialMatch("foo", r, &word1, &word2, &word3)); in TEST()
325 CHECK_EQ(word1, "foo"); in TEST()
328 CHECK(RE2::PartialMatch("bar", r, &word1, &word2, &word3)); in TEST()
329 CHECK_EQ(word1, ""); in TEST()
332 CHECK(RE2::PartialMatch("baz", r, &word1, &word2, &word3)); in TEST()
333 CHECK_EQ(word1, ""); in TEST()
336 CHECK(!RE2::PartialMatch("f", r, &word1, &word2, &word3)); in TEST()
/external/valgrind/VEX/pub/
Dlibvex_guest_x86.h261 UInt word1; member
/external/curl/m4/
Dcurl-compilers.m4432 for word1 in $tmp_chg_FLAGS; do
433 case "$word1" in
447 for word1 in $tmp_chg_FLAGS; do
448 case "$word1" in
1506 for word1 in $[$1]; do
1508 if test "$word1" = "$word2"; then
1542 for word1 in $[$1]; do
1545 if test "$word1" = "$word2"; then
1550 ac_var_stripped="$ac_var_stripped $word1"
/external/libpcap/msdos/
Dndis2.h378 WORD word1; member
Dndis2.c585 protManDS = reqBlock.word1; in NdisOpen()
/external/syslinux/gpxe/src/drivers/net/
Datl1e.h130 u32 word1; member
Datl1e.c798 packet_size = ((prrs->word1 >> RRS_PKT_SIZE_SHIFT) & in atl1e_clean_rx_irq()
815 (((u32)((prrs->word1 >> RRS_PKT_SIZE_SHIFT) & in atl1e_clean_rx_irq()
/external/valgrind/coregrind/m_syswrap/
Dsyswrap-x86-linux.c293 out->LdtEnt.Words.word1 = entry_1; in translate_to_hw_format()
546 if (gdt[idx].LdtEnt.Words.word1 == 0 in ML_()
/external/c-ares/
Dconfigure14656 for word1 in $tmp_chg_FLAGS; do
14657 case "$word1" in
14671 for word1 in $tmp_chg_FLAGS; do
14672 case "$word1" in
14926 for word1 in $tmp_CFLAGS; do
14929 if test "$word1" = "$word2"; then
14934 ac_var_stripped="$ac_var_stripped $word1"
14942 for word1 in $tmp_CPPFLAGS; do
14945 if test "$word1" = "$word2"; then
14950 ac_var_stripped="$ac_var_stripped $word1"
[all …]
/external/llvm/test/tools/llvm-readobj/Inputs/
Drelocs.py448 word1 = f.uint32()
/external/valgrind/VEX/priv/
Dguest_ppc_toIR.c20626 IRTemp word1 = newTemp( Ity_I64 ); in dis_vx_store() local
20635 assign( word1, binop( Iop_And64, in dis_vx_store()
20654 store( irx_addr, unop( Iop_64to32, mkexpr( word1 ) ) ); in dis_vx_store()
20679 store( irx_addr, unop( Iop_64to32, mkexpr( word1 ) ) ); in dis_vx_store()
20694 IRTemp word1 = newTemp( Ity_I64 ); in dis_vx_store() local
20824 assign( word1, binop( Iop_And64, in dis_vx_store()
20852 store( irx_addr, unop( Iop_64to32, mkexpr( word1 ) ) ); in dis_vx_store()
20867 IRTemp word1[5]; in dis_vx_store() local
20934 word1[0] = newTemp(Ity_I64); in dis_vx_store()
20935 assign( word1[0], mkU64( 0 ) ); in dis_vx_store()
[all …]
Dguest_arm_toIR.c16133 UInt word1 = 0xE1A0C1EC; in disInstr_ARM_WRK() local
16137 if (getUIntLittleEndianly(code+ 0) == word1 && in disInstr_ARM_WRK()
19026 UInt word1 = 0x0CFCEA4F; in disInstr_THUMB_WRK() local
19030 if (getUIntLittleEndianly(code+ 0) == word1 && in disInstr_THUMB_WRK()
Dguest_arm64_toIR.c14480 UInt word1 = 0x93CC0D8C; in disInstr_ARM64_WRK() local
14484 if (getUIntLittleEndianly(code+ 0) == word1 && in disInstr_ARM64_WRK()
Dguest_mips_toIR.c12177 UInt word1 = mode64 ? 0xF8 : 0x342; in disInstr_MIPS_WRK() local
12181 if (getUInt(code + 0) == word1 && getUInt(code + 4) == word2 && in disInstr_MIPS_WRK()