Lines Matching refs:operand

307         int i;                  /* operand to the opcode */
310 } operand, operand2;
1031 /* This also sets up this_data->operand. It also makes the
1066 * simplicity, move the operand into the ->operand field.
1092 this_idata->operand.ip = 0;
1108 /* Set the ->operand to be the instruction number of the target. */
1113 this_idata->operand.i = code_data[target];
1122 /* Set the ->operand to be the instruction number of the target. */
1129 this_idata->operand.i = code_data[target];
1135 /* Set the ->operand to be a table of possible instruction targets. */
1174 this_idata->operand.ip = saved_operand;
1190 this_idata->operand.i = key;
1207 this_idata->operand.i = key;
1216 this_idata->operand.i = key;
1225 this_idata->operand.i = key;
1262 this_idata->operand.i = key;
1320 "Fourth operand byte of invokeinterface must be zero");
1326 "Third and fourth operand bytes of invokedynamic must be zero");
1351 this_idata->operand.fi = MAKE_FULLINFO(GET_ITEM_TYPE(target),
1359 /* operand gets set to the "unitialized object". operand2 gets
1361 this_idata->operand.fi = MAKE_FULLINFO(ITEM_NewObject, 0, inumber);
1365 this_idata->operand.fi = target;
1372 this_idata->operand.fi = target;
1378 /* Cache the result of the JVM_OPC_newarray into the operand slot */
1399 this_idata->operand.fi = full_info;
1472 this_idata->operand.i = var;
1481 this_idata->operand.i = var;
1862 int operand = this_idata->operand.i;
1887 if (operand >= register_count) {
1889 "Accessing value from uninitialized register %d", operand);
1891 reg = registers[operand];
1901 operand);
1915 CCerror(context, "Register %d contains wrong type", operand);
1919 if ((operand + 1) >= register_count) {
1922 operand, operand+1);
1924 if ((registers[operand] == (unsigned)MAKE_FULLINFO(type, 0, 0)) &&
1925 (registers[operand + 1] == (unsigned)MAKE_FULLINFO(type + 1, 0, 0))) {
1929 operand, operand+1);
1991 int operand = this_idata->operand.i;
1995 operand);
2000 print_formatted_fieldname(context, operand);
2017 int operand = this_idata->operand.i;
2021 operand);
2027 print_formatted_methodname(context, operand);
2066 CCerror(context, "Unable to pop operand off an empty stack");
2099 int operand = this_idata->operand.i;
2102 operand,
2109 if ( cp_index_to_class_fullinfo(context, operand, JVM_CONSTANT_Fieldref) ==
2261 CCerror(context, "Expecting reference type on operand stack in aastore");
2273 int operand = this_idata->operand.i;
2280 (context, operand, JVM_CONSTANT_Fieldref))) {
2318 int operand = this_idata->operand.i;
2322 operand);
2382 this_idata->operand.i);
2431 if (item->item == this_idata->operand.fi) {
2437 context->swap_table[0] = this_idata->operand.fi;
2460 int operand = this_idata->operand.i;
2490 int max_operand = operand + ((access == ACCESS_DOUBLE) ? 1 : 0);
2493 && registers[operand] == stack_top_type
2495 (registers[operand + 1]== stack_top_type + 1)))
2504 new_registers[operand] = stack_top_type;
2506 new_registers[operand + 1] = stack_top_type + 1;
2521 if (new_masks[i].entry == operand)
2523 new_masks = add_to_masks(context, masks, mask_count, operand);
2576 if ((!IS_BIT_SET(mask, operand)) ||
2578 !IS_BIT_SET(mask, operand + 1))) {
2581 SET_BIT(new_masks[j].modifies, operand);
2583 SET_BIT(new_masks[j].modifies, operand + 1);
2638 int operand = this_idata->operand.i;
2660 switch (type_table[operand]) {
2685 switch (type_table[operand]) {
2705 int operand = this_idata->operand.i;
2708 operand);
2712 print_formatted_fieldname(context, operand);
2727 int operand = this_idata->operand.i;
2730 operand);
2761 full_info = this_idata->operand.fi;
2773 full_info = this_idata->register_info.registers[operand];
2794 stack->item = MAKE_FULLINFO(ITEM_ReturnAddress, 0, operand);
2854 int operand = this_idata->operand.i;
2881 buffer[1] = operand;
2890 buffer[0] = operand;
2909 int called_instruction = GET_EXTRA_INFO(registers[operand]);
2914 (idata[i].operand.i == called_instruction))
2922 (idata[i].operand.i == called_instruction))
2934 successors = this_idata->operand.ip; /* use this instead */
3088 int operand = idata[from_inumber].operand.i;
3089 int called_instruction = GET_EXTRA_INFO(new_registers[operand]);