Searched refs:imm_operand (Results 1 – 1 of 1) sorted by relevance
190 static expressionS *imm_operand; variable642 imm_operand = &(mode->exp); in get_operand()692 imm_operand = &(mode->exp); in get_operand()1073 if (imm_operand) in build_bytes()1075 if (imm_operand->X_add_number == 2) in build_bytes()1077 else if (imm_operand->X_add_number != 1) in build_bytes()1142 if (imm_operand->X_add_number > 15) in build_bytes()1144 imm_operand->X_add_number = -imm_operand->X_add_number; in build_bytes()1145 output_ptr = apply_fix (output_ptr, BFD_RELOC_Z8K_IMM4L, imm_operand, 1); in build_bytes()1149 imm_operand->X_add_number--; in build_bytes()[all …]