Home
last modified time | relevance | path

Searched refs:atom_opc (Results 1 – 5 of 5) sorted by relevance

/third_party/mesa3d/src/panfrost/bifrost/valhall/
Dva_lower_isel.c90 I->atom_opc = BI_ATOM_OPC_AXCHG; in va_lower_isel()
96 I->atom_opc = BI_ATOM_OPC_ACMPXCHG; in va_lower_isel()
Dva_pack.c163 switch (I->atom_opc) { in va_pack_atom_opc()
181 switch (I->atom_opc) { in va_pack_atom_opc_1()
744 if (I->atom_opc == BI_ATOM_OPC_ACMPXCHG) in va_pack_instr()
/third_party/mesa3d/src/panfrost/bifrost/
Dbir.c91 return (ins->atom_opc == BI_ATOM_OPC_ACMPXCHG) ? 2 : 1; in bi_count_read_registers()
Dbi_schedule.c351 pinstr->atom_opc); in bi_lower_atom_c()
369 pinstr->src[0], pinstr->src[1], pinstr->atom_opc); in bi_lower_atom_c1()
Dcompiler.h452 enum bi_atom_opc atom_opc; /* atomics */ member