Searched refs:word2 (Results 1 - 14 of 14) sorted by relevance

/xsrc/external/mit/xgc/dist/
H A Dinterpret.c29 char word1[20], word2[80]; local in function:interpret
36 sscanf(string,"%s %s",word1,word2);
39 /* So word1 is the first word on the line and word2 is the second.
44 if (!strcmp(word2,(TestStuff.data)[i].text)) {
52 if (!strcmp(word2,(FunctionStuff.data)[i].text)) {
60 if (!strcmp(word2,(LinestyleStuff.data)[i].text)) {
67 GC_change_linewidth(atoi(word2),FALSE);
70 if (!strcmp(word2,(CapstyleStuff.data)[i].text)) {
78 if (!strcmp(word2,(JoinstyleStuff.data)[i].text)) {
86 if (!strcmp(word2,(FillstyleStuf
[all...]
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/panfrost/midgard/
H A Dmidgard.h403 uint64_t word2 : 60; member in struct:__anon43e15d221708
H A Ddisassemble.c910 if (load_store->word2 != 3) {
911 print_load_store_instr(load_store->word2, tabs);
H A Dmidgard_compile.c2997 .word2 = next64
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/lima/ir/pp/
H A Dcodegen.h353 unsigned word2 : 9; member in struct:__anon4c8c0f471c0a::__anon4c8c0f471e08
H A Ddisasm.c681 branch->discard.word2 == PPIR_CODEGEN_DISCARD_WORD2) {
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/lima/ir/pp/
H A Dcodegen.h354 unsigned word2 : 9; member in struct:__anon8016ff1a1c0a::__anon8016ff1a1e08
H A Ddisasm.c722 branch->discard.word2 == PPIR_CODEGEN_DISCARD_WORD2) {
H A Dcodegen.c582 b->discard.word2 = PPIR_CODEGEN_DISCARD_WORD2;
/xsrc/external/mit/MesaLib/dist/src/panfrost/midgard/
H A Dmidgard.h781 uint64_t word2 : 60; member in struct:__anon60a087ed1d08
H A Ddisassemble.c1562 if (load_store->word2 != 3) {
1563 print_load_store_instr(ctx, fp, load_store->word2, verbose);
H A Dmidgard_emit.c1014 .word2 = next64
/xsrc/external/mit/MesaLib/src/panfrost/lib/genxml/
H A Dv6_pack.h4735 uint32_t word2; member in struct:MALI_TILER_STATE
4760 cl[ 2] = __gen_uint(values->word2, 0, 31);
4785 values->word2 = __gen_unpack_uint(cl, 64, 95);
4806 fprintf(fp, "%*sWord2: %u\n", indent, "", values->word2);
4881 cl[34] = __gen_uint(values->state.word2, 0, 31);
4949 values->state.word2 = __gen_unpack_uint(cl, 1088, 1119);
H A Dv7_pack.h4791 uint32_t word2; member in struct:MALI_TILER_STATE
4816 cl[ 2] = __gen_uint(values->word2, 0, 31);
4841 values->word2 = __gen_unpack_uint(cl, 64, 95);
4862 fprintf(fp, "%*sWord2: %u\n", indent, "", values->word2);
4937 cl[34] = __gen_uint(values->state.word2, 0, 31);
5005 values->state.word2 = __gen_unpack_uint(cl, 1088, 1119);

Completed in 50 milliseconds