Home
last modified time | relevance | path

Searched refs:truth_table (Results 1 – 3 of 3) sorted by relevance

/third_party/mesa3d/src/asahi/compiler/
Dagx_lower_pseudo.c33 I->truth_table = table; in agx_lower_to_unary_bitop()
44 I->truth_table = table; in agx_lower_to_binary_bitop()
Dagx_pack.c354 raw |= (I->truth_table & 0x3) << 26; in agx_pack_alu()
355 raw |= (uint64_t) (I->truth_table >> 2) << 38; in agx_pack_alu()
Dagx_compiler.h300 uint32_t truth_table; member