/third_party/mesa3d/src/gallium/drivers/r600/ |
D | r700_asm.c | 81 struct r600_bytecode_alu *alu, uint32_t word0, uint32_t word1) in r700_bytecode_alu_read() argument 97 alu->bank_swizzle = G_SQ_ALU_WORD1_BANK_SWIZZLE(word1); in r700_bytecode_alu_read() 100 alu->dst.sel = G_SQ_ALU_WORD1_DST_GPR(word1); in r700_bytecode_alu_read() 101 alu->dst.rel = G_SQ_ALU_WORD1_DST_REL(word1); in r700_bytecode_alu_read() 102 alu->dst.chan = G_SQ_ALU_WORD1_DST_CHAN(word1); in r700_bytecode_alu_read() 103 alu->dst.clamp = G_SQ_ALU_WORD1_CLAMP(word1); in r700_bytecode_alu_read() 104 if (G_SQ_ALU_WORD1_ENCODING(word1)) /*ALU_DWORD1_OP3*/ in r700_bytecode_alu_read() 107 alu->src[2].sel = G_SQ_ALU_WORD1_OP3_SRC2_SEL(word1); in r700_bytecode_alu_read() 108 alu->src[2].rel = G_SQ_ALU_WORD1_OP3_SRC2_REL(word1); in r700_bytecode_alu_read() 109 alu->src[2].chan = G_SQ_ALU_WORD1_OP3_SRC2_CHAN(word1); in r700_bytecode_alu_read() [all …]
|
D | eg_asm.c | 156 struct r600_bytecode_output *output, uint32_t word0, uint32_t word1) 163 output->swizzle_x = G_SQ_CF_ALLOC_EXPORT_WORD1_SWIZ_SEL_X(word1); 164 output->swizzle_y = G_SQ_CF_ALLOC_EXPORT_WORD1_SWIZ_SEL_Y(word1); 165 output->swizzle_z = G_SQ_CF_ALLOC_EXPORT_WORD1_SWIZ_SEL_Z(word1); 166 output->swizzle_w = G_SQ_CF_ALLOC_EXPORT_WORD1_SWIZ_SEL_W(word1); 167 output->burst_count = G_SQ_CF_ALLOC_EXPORT_WORD1_BURST_COUNT(word1); 168 output->end_of_program = G_SQ_CF_ALLOC_EXPORT_WORD1_END_OF_PROGRAM(word1); 170 G_SQ_CF_ALLOC_EXPORT_WORD1_CF_INST(word1), /* is_cf_alu = */ 0 ); 171 output->barrier = G_SQ_CF_ALLOC_EXPORT_WORD1_BARRIER(word1); 172 output->array_size = G_SQ_CF_ALLOC_EXPORT_WORD1_BUF_ARRAY_SIZE(word1); [all …]
|
D | r600_asm.h | 327 struct r600_bytecode_alu *alu, uint32_t word0, uint32_t word1); 341 struct r600_bytecode_alu *alu, uint32_t word0, uint32_t word1); 346 struct r600_bytecode_output *output, uint32_t word0, uint32_t word1); 348 struct r600_bytecode_output *output, uint32_t word0, uint32_t word1);
|
D | r600_asm.c | 2802 struct r600_bytecode_alu *alu, uint32_t word0, uint32_t word1) in r600_bytecode_alu_read() argument 2818 alu->bank_swizzle = G_SQ_ALU_WORD1_BANK_SWIZZLE(word1); in r600_bytecode_alu_read() 2821 alu->dst.sel = G_SQ_ALU_WORD1_DST_GPR(word1); in r600_bytecode_alu_read() 2822 alu->dst.rel = G_SQ_ALU_WORD1_DST_REL(word1); in r600_bytecode_alu_read() 2823 alu->dst.chan = G_SQ_ALU_WORD1_DST_CHAN(word1); in r600_bytecode_alu_read() 2824 alu->dst.clamp = G_SQ_ALU_WORD1_CLAMP(word1); in r600_bytecode_alu_read() 2825 if (G_SQ_ALU_WORD1_ENCODING(word1)) /*ALU_DWORD1_OP3*/ in r600_bytecode_alu_read() 2828 alu->src[2].sel = G_SQ_ALU_WORD1_OP3_SRC2_SEL(word1); in r600_bytecode_alu_read() 2829 alu->src[2].rel = G_SQ_ALU_WORD1_OP3_SRC2_REL(word1); in r600_bytecode_alu_read() 2830 alu->src[2].chan = G_SQ_ALU_WORD1_OP3_SRC2_CHAN(word1); in r600_bytecode_alu_read() [all …]
|
/third_party/python/Python/ |
D | dtoa.c | 187 #define word1(x) (x)->L[0] macro 190 #define word1(x) (x)->L[1] macro 940 word1(&u) = 0; in ulp() 964 word1(&d) = y << ((32-Ebits) + k) | w >> (Ebits - k); in b2d() 971 word1(&d) = z << k | y >> (32 - k); in b2d() 975 word1(&d) = z; in b2d() 1013 b->x[0] = word1(d); in sd2b() 1077 if ((y = word1(d))) { in d2b() 1242 word1(&u) = 0; in sulp() 1246 assert(word0(x) || word1(x)); /* x != 0.0 */ in sulp() [all …]
|
/third_party/flutter/skia/src/sksl/ |
D | SkSLSPIRVCodeGenerator.h | 335 void writeInstruction(SpvOp_ opCode, int32_t word1, OutputStream& out); 337 void writeInstruction(SpvOp_ opCode, int32_t word1, StringFragment string, OutputStream& out); 339 void writeInstruction(SpvOp_ opCode, int32_t word1, int32_t word2, StringFragment string, 342 void writeInstruction(SpvOp_ opCode, int32_t word1, int32_t word2, OutputStream& out); 344 void writeInstruction(SpvOp_ opCode, int32_t word1, int32_t word2, int32_t word3, 347 void writeInstruction(SpvOp_ opCode, int32_t word1, int32_t word2, int32_t word3, int32_t word4, 350 void writeInstruction(SpvOp_ opCode, int32_t word1, int32_t word2, int32_t word3, int32_t word4, 353 void writeInstruction(SpvOp_ opCode, int32_t word1, int32_t word2, int32_t word3, int32_t word4, 356 void writeInstruction(SpvOp_ opCode, int32_t word1, int32_t word2, int32_t word3, int32_t word4, 359 void writeInstruction(SpvOp_ opCode, int32_t word1, int32_t word2, int32_t word3, int32_t word4,
|
D | SkSLSPIRVCodeGenerator.cpp | 247 void SPIRVCodeGenerator::writeInstruction(SpvOp_ opCode, int32_t word1, OutputStream& out) { in writeInstruction() argument 249 this->writeWord(word1, out); in writeInstruction() 275 void SPIRVCodeGenerator::writeInstruction(SpvOp_ opCode, int32_t word1, StringFragment string, in writeInstruction() argument 278 this->writeWord(word1, out); in writeInstruction() 282 void SPIRVCodeGenerator::writeInstruction(SpvOp_ opCode, int32_t word1, int32_t word2, in writeInstruction() argument 285 this->writeWord(word1, out); in writeInstruction() 290 void SPIRVCodeGenerator::writeInstruction(SpvOp_ opCode, int32_t word1, int32_t word2, in writeInstruction() argument 293 this->writeWord(word1, out); in writeInstruction() 297 void SPIRVCodeGenerator::writeInstruction(SpvOp_ opCode, int32_t word1, int32_t word2, in writeInstruction() argument 300 this->writeWord(word1, out); in writeInstruction() [all …]
|
/third_party/skia/src/sksl/codegen/ |
D | SkSLSPIRVCodeGenerator.h | 421 void writeInstruction(SpvOp_ opCode, int32_t word1, OutputStream& out); 423 void writeInstruction(SpvOp_ opCode, int32_t word1, skstd::string_view string, 426 void writeInstruction(SpvOp_ opCode, int32_t word1, int32_t word2, skstd::string_view string, 429 void writeInstruction(SpvOp_ opCode, int32_t word1, int32_t word2, OutputStream& out); 431 void writeInstruction(SpvOp_ opCode, int32_t word1, int32_t word2, int32_t word3, 434 void writeInstruction(SpvOp_ opCode, int32_t word1, int32_t word2, int32_t word3, int32_t word4, 437 void writeInstruction(SpvOp_ opCode, int32_t word1, int32_t word2, int32_t word3, int32_t word4, 440 void writeInstruction(SpvOp_ opCode, int32_t word1, int32_t word2, int32_t word3, int32_t word4, 443 void writeInstruction(SpvOp_ opCode, int32_t word1, int32_t word2, int32_t word3, int32_t word4, 446 void writeInstruction(SpvOp_ opCode, int32_t word1, int32_t word2, int32_t word3, int32_t word4,
|
D | SkSLSPIRVCodeGenerator.cpp | 314 void SPIRVCodeGenerator::writeInstruction(SpvOp_ opCode, int32_t word1, OutputStream& out) { in writeInstruction() argument 316 this->writeWord(word1, out); in writeInstruction() 344 void SPIRVCodeGenerator::writeInstruction(SpvOp_ opCode, int32_t word1, skstd::string_view string, in writeInstruction() argument 347 this->writeWord(word1, out); in writeInstruction() 351 void SPIRVCodeGenerator::writeInstruction(SpvOp_ opCode, int32_t word1, int32_t word2, in writeInstruction() argument 354 this->writeWord(word1, out); in writeInstruction() 359 void SPIRVCodeGenerator::writeInstruction(SpvOp_ opCode, int32_t word1, int32_t word2, in writeInstruction() argument 362 this->writeWord(word1, out); in writeInstruction() 366 void SPIRVCodeGenerator::writeInstruction(SpvOp_ opCode, int32_t word1, int32_t word2, in writeInstruction() argument 369 this->writeWord(word1, out); in writeInstruction() [all …]
|
/third_party/optimized-routines/math/test/rtest/ |
D | main.c | 97 void get_operand(const char *str, Testable *f, uint32 *word0, uint32 *word1) in get_operand() argument 122 *word1 = specials[i].dblword1; in get_operand() 125 *word1 = 0; in get_operand() 133 sscanf(str, "%"I32"x.%"I32"x", word0, word1); in get_operand()
|
/third_party/zlib/ |
D | crc32.c | 786 z_word_t word1; local 831 word1 = crc1 ^ words[1]; 851 crc1 = crc_braid_table[0][word1 & 0xff]; 868 crc1 ^= crc_braid_table[k][(word1 >> (k << 3)) & 0xff]; 912 z_word_t crc1, word1; local 953 word1 = crc1 ^ words[1]; 973 crc1 = crc_braid_big_table[0][word1 & 0xff]; 990 crc1 ^= crc_braid_big_table[k][(word1 >> (k << 3)) & 0xff];
|
/third_party/mindspore/mindspore/core/mindrt/include/actor/ |
D | log.h | 72 #define LOG_CHECK_ID_CONCAT(word1, word2) word1##word2 argument
|
/third_party/boost/libs/locale/test/ |
D | test_boundary.cpp | 402 int word1[]={ 0, 0, 1, 0, 1, 0, 0 , 0 , 0}; in word_boundary() local 420 run_word<char>(all1,none1,num1,word1,kana1,ideo1,g("ja_JP.UTF-8")); in word_boundary() 425 run_word<char>(all1,none1,num1,word1,kana1,ideo1,g("ja_JP.Shift-JIS")); in word_boundary() 430 run_word<wchar_t>(all1,none1,num1,word1,kana1,ideo1,g("ja_JP.UTF-8")); in word_boundary() 436 run_word<char16_t>(all1,none1,num1,word1,kana1,ideo1,g("ja_JP.UTF-8")); in word_boundary() 443 run_word<char32_t>(all1,none1,num1,word1,kana1,ideo1,g("ja_JP.UTF-8")); in word_boundary()
|
/third_party/re2/re2/testing/ |
D | re2_test.cc | 313 std::string word1; in TEST() local 317 ASSERT_TRUE(RE2::PartialMatch("foo", r, &word1, &word2, &word3)); in TEST() 318 ASSERT_EQ(word1, "foo"); in TEST() 321 ASSERT_TRUE(RE2::PartialMatch("bar", r, &word1, &word2, &word3)); in TEST() 322 ASSERT_EQ(word1, ""); in TEST() 325 ASSERT_TRUE(RE2::PartialMatch("baz", r, &word1, &word2, &word3)); in TEST() 326 ASSERT_EQ(word1, ""); in TEST() 329 ASSERT_FALSE(RE2::PartialMatch("f", r, &word1, &word2, &word3)); in TEST()
|
/third_party/node/deps/cares/m4/ |
D | cares-compilers.m4 | 426 for word1 in $tmp_chg_FLAGS; do 427 case "$word1" in 441 for word1 in $tmp_chg_FLAGS; do 442 case "$word1" in 1445 for word1 in $[$1]; do 1447 if test "$word1" = "$word2"; then 1481 for word1 in $[$1]; do 1484 if test "$word1" = "$word2"; then 1489 ac_var_stripped="$ac_var_stripped $word1"
|
/third_party/icu/tools/unicode/c/genprops/ |
D | namespropsbuilder.cpp | 258 compareWords(const void *context, const void *word1, const void *word2); 743 compareWords(const void *context, const void *word1, const void *word2) { in compareWords() argument 745 return ((Word *)word2)->weight-((Word *)word1)->weight; in compareWords()
|
/third_party/curl/m4/ |
D | curl-compilers.m4 | 410 for word1 in $tmp_chg_FLAGS; do 411 case "$word1" in 425 for word1 in $tmp_chg_FLAGS; do 426 case "$word1" in 1546 for word1 in $[$1]; do 1548 if test "$word1" = "$word2"; then 1582 for word1 in $[$1]; do 1585 if test "$word1" = "$word2"; then 1590 ac_var_stripped="$ac_var_stripped $word1"
|
/third_party/mesa3d/src/gallium/drivers/lima/ir/pp/ |
D | codegen.h | 353 unsigned word1 : 32; member
|
D | disasm.c | 721 branch->discard.word1 == PPIR_CODEGEN_DISCARD_WORD1 && in print_branch()
|
/third_party/mesa3d/src/panfrost/midgard/ |
D | midgard.h | 780 uint64_t word1 : 60; member
|
D | disassemble.c | 1558 if (load_store->word1 != 3) { in print_load_store_word() 1559 print_load_store_instr(ctx, fp, load_store->word1, verbose); in print_load_store_word()
|
D | midgard_emit.c | 1013 .word1 = current64, in emit_binary_bundle()
|
/third_party/skia/third_party/externals/spirv-tools/test/fuzz/ |
D | fuzzerutil_test.cpp | 469 uint32_t word1 = fuzzerutil::FloatToWord(2); in TEST() local 475 std::vector<uint32_t>{word1}, 32, false)); in TEST()
|
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/test/fuzz/ |
D | fuzzerutil_test.cpp | 469 uint32_t word1 = fuzzerutil::FloatToWord(2); in TEST() local 475 std::vector<uint32_t>{word1}, 32, false)); in TEST()
|
/third_party/pcre2/pcre2/testdata/ |
D | testinput2 | 5666 word1 word3 word1 word2 word3 word2 word2 word1 word3 word4 5669 word1 word3 word1 word2 word3 word2 word2 word1 word3 word4 5672 word1 word3 word1 word2 word3 word2 word2 word1 word3 word4
|