Searched refs:not_result_table (Results 1 - 2 of 2) sorted by relevance

/xsrc/external/mit/MesaLib/src/panfrost/bifrost/
H A Dbifrost_gen_disasm.c2173 static const char *not_result_table[] = { local in function:bi_disasm_fma_lshift_and_i32
2177 const char *not_result = not_result_table[_BITS(bits, 15, 1)];
2208 static const char *not_result_table[] = { local in function:bi_disasm_fma_lshift_and_v2i16_0
2212 const char *not_result = not_result_table[_BITS(bits, 15, 1)];
2243 static const char *not_result_table[] = { local in function:bi_disasm_fma_lshift_and_v2i16_1
2247 const char *not_result = not_result_table[_BITS(bits, 15, 1)];
2278 static const char *not_result_table[] = { local in function:bi_disasm_fma_lshift_and_v4i8_0
2282 const char *not_result = not_result_table[_BITS(bits, 15, 1)];
2313 static const char *not_result_table[] = { local in function:bi_disasm_fma_lshift_and_v4i8_1
2317 const char *not_result = not_result_table[_BIT
2387 static const char *not_result_table[] = { local in function:bi_disasm_fma_lshift_or_i32
2422 static const char *not_result_table[] = { local in function:bi_disasm_fma_lshift_or_v2i16_0
2457 static const char *not_result_table[] = { local in function:bi_disasm_fma_lshift_or_v2i16_1
2492 static const char *not_result_table[] = { local in function:bi_disasm_fma_lshift_or_v4i8_0
2527 static const char *not_result_table[] = { local in function:bi_disasm_fma_lshift_or_v4i8_1
2558 static const char *not_result_table[] = { local in function:bi_disasm_fma_lshift_xor_i32
2586 static const char *not_result_table[] = { local in function:bi_disasm_fma_lshift_xor_v2i16_0
2614 static const char *not_result_table[] = { local in function:bi_disasm_fma_lshift_xor_v2i16_1
2642 static const char *not_result_table[] = { local in function:bi_disasm_fma_lshift_xor_v4i8_0
2670 static const char *not_result_table[] = { local in function:bi_disasm_fma_lshift_xor_v4i8_1
2876 static const char *not_result_table[] = { local in function:bi_disasm_fma_rshift_and_i32
2911 static const char *not_result_table[] = { local in function:bi_disasm_fma_rshift_and_v2i16_0
2946 static const char *not_result_table[] = { local in function:bi_disasm_fma_rshift_and_v2i16_1
2981 static const char *not_result_table[] = { local in function:bi_disasm_fma_rshift_and_v4i8_0
3016 static const char *not_result_table[] = { local in function:bi_disasm_fma_rshift_and_v4i8_1
3090 static const char *not_result_table[] = { local in function:bi_disasm_fma_rshift_or_i32
3125 static const char *not_result_table[] = { local in function:bi_disasm_fma_rshift_or_v2i16_0
3160 static const char *not_result_table[] = { local in function:bi_disasm_fma_rshift_or_v2i16_1
3195 static const char *not_result_table[] = { local in function:bi_disasm_fma_rshift_or_v4i8_0
3230 static const char *not_result_table[] = { local in function:bi_disasm_fma_rshift_or_v4i8_1
3261 static const char *not_result_table[] = { local in function:bi_disasm_fma_rshift_xor_i32
3289 static const char *not_result_table[] = { local in function:bi_disasm_fma_rshift_xor_v2i16_0
3317 static const char *not_result_table[] = { local in function:bi_disasm_fma_rshift_xor_v2i16_1
3345 static const char *not_result_table[] = { local in function:bi_disasm_fma_rshift_xor_v4i8_0
3373 static const char *not_result_table[] = { local in function:bi_disasm_fma_rshift_xor_v4i8_1
[all...]
H A Dbi_packer.c1187 static uint8_t not_result_table[] = { 1, 0 }; local in function:bi_pack_fma_lshift_and_i32
1188 unsigned not_result = not_result_table[I->not_result];
1202 static uint8_t not_result_table[] = { 1, 0 }; local in function:bi_pack_fma_lshift_and_v2i16
1203 unsigned not_result = not_result_table[I->not_result];
1236 static uint8_t not_result_table[] = { 1, 0 }; local in function:bi_pack_fma_lshift_and_v4i8
1237 unsigned not_result = not_result_table[I->not_result];
1511 static uint8_t not_result_table[] = { 1, 0 }; local in function:bi_pack_fma_rshift_and_i32
1512 unsigned not_result = not_result_table[I->not_result];
1526 static uint8_t not_result_table[] = { 1, 0 }; local in function:bi_pack_fma_rshift_and_v2i16
1527 unsigned not_result = not_result_table[
1560 static uint8_t not_result_table[] = { 1, 0 }; local in function:bi_pack_fma_rshift_and_v4i8
[all...]

Completed in 21 milliseconds