Searched refs:IBS_OP_IBS_LD_OP (Results 1 – 2 of 2) sorted by relevance
214 if (!IBS_OP_IBS_LD_OP(trans_op) && !IBS_OP_IBS_ST_OP(trans_op)) in trans_ibs_op_ls()227 if (IBS_OP_IBS_LD_OP(trans_op)) in trans_ibs_op_ls()288 if (IBS_OP_IBS_LD_OP(trans_op) in trans_ibs_op_ls()295 if (IBS_OP_IBS_LD_OP(trans_op)) in trans_ibs_op_ls()398 if (IBS_OP_IBS_LD_OP(trans_op) in trans_ibs_op_ls()422 if (!IBS_OP_IBS_LD_OP(trans_op)) in trans_ibs_op_nb()644 (IBS_OP_IBS_LD_OP(trans_op))? "LD": "ST", in trans_ibs_op_ls_memaccess()
325 #define IBS_OP_IBS_LD_OP(x) ((x->ibs_op_data3_low & DC_MASK_LOAD_OP) != 0) macro