Lines Matching refs:operand
2058 op->data.operand[0].itm_ptr = (itm_place2_t)(data0); in op_unit()
2059 op->data.operand[1].itm_ptr = (itm_place2_t)(data1); in op_unit()
2060 op->data.operand[2].itm_ptr = (itm_place2_t)(data2); in op_unit()
2070 &(op->data.operand[0]), in op_unit()
2076 &(op->data.operand[1]), in op_unit()
2082 &(op->data.operand[2]), in op_unit()
2186 expr->data.operand[0].itm_ptr = (itm_place2_t)(data0); in expr_unary()
2189 &(expr->data.operand[0]), OBJ_REG_TAIL); in expr_unary()
2222 expr->data.operand[0].itm_ptr = (itm_place2_t)(data0); in expr_binary()
2223 expr->data.operand[1].itm_ptr = (itm_place2_t)(data1); in expr_binary()
2227 &(expr->data.operand[0]), OBJ_REG_TAIL); in expr_binary()
2230 &(expr->data.operand[1]), OBJ_REG_TAIL); in expr_binary()
2258 expr->data.operand[0].itm_ptr = (itm_place2_t)(data0); in expr_binary2()
2261 &(expr->data.operand[0]), OBJ_REG_TAIL); in expr_binary2()
2266 expr->data.operand[0] = data0->data.operand[0]; in expr_binary2()
2269 expr->data.operand[0].itm_ptr = (itm_place2_t)(data0); in expr_binary2()
2272 &(expr->data.operand[0]), OBJ_REG_TAIL); in expr_binary2()
2283 expr->data.operand[1].itm_ptr = (itm_place2_t)(data1); in expr_binary2()
2286 &(expr->data.operand[1]), OBJ_REG_TAIL); in expr_binary2()
2291 expr->data.operand[1] = data1->data.operand[0]; in expr_binary2()
2294 expr->data.operand[1].itm_ptr = (itm_place2_t)(data1); in expr_binary2()
2297 &(expr->data.operand[1]), OBJ_REG_TAIL); in expr_binary2()
2313 expr->data.operand[1].itm_ptr = (itm_place2_t)(data1); in expr_assign()
2323 expr->data.operand[0].itm_ptr = name->reg_id; in expr_assign()
2327 &(expr->data.operand[1]), OBJ_REG_TAIL); in expr_assign()