Searched refs:BI_CONSTMOD_NONE (Results 1 – 2 of 2) sorted by relevance
/third_party/mesa3d/src/panfrost/bifrost/ |
D | disassemble.c | 313 if (consts->mods[idx] != BI_CONSTMOD_NONE) in dump_fau_src() 406 { BI_CONSTMOD_NONE, BI_CONSTMOD_NONE }, 407 { BI_CONSTMOD_PC_LO, BI_CONSTMOD_NONE }, 410 { BI_CONSTMOD_PC_HI, BI_CONSTMOD_NONE }, 412 { BI_CONSTMOD_PC_LO, BI_CONSTMOD_NONE }, 416 { BI_CONSTMOD_PC_LO_HI, BI_CONSTMOD_NONE }, 426 mod[0] = BI_CONSTMOD_NONE; in decode_M() 429 mod[1] = BI_CONSTMOD_NONE; in decode_M()
|
D | bifrost.h | 602 BI_CONSTMOD_NONE, enumerator
|