Searched refs:atom_opc (Results 1 – 5 of 5) sorted by relevance
90 I->atom_opc = BI_ATOM_OPC_AXCHG; in va_lower_isel()96 I->atom_opc = BI_ATOM_OPC_ACMPXCHG; in va_lower_isel()
163 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()
91 return (ins->atom_opc == BI_ATOM_OPC_ACMPXCHG) ? 2 : 1; in bi_count_read_registers()
351 pinstr->atom_opc); in bi_lower_atom_c()369 pinstr->src[0], pinstr->src[1], pinstr->atom_opc); in bi_lower_atom_c1()
452 enum bi_atom_opc atom_opc; /* atomics */ member