Searched refs:num_operands (Results 1 – 8 of 8) sorted by relevance
| /freebsd-12-stable/contrib/gcc/ |
| D | genflags.c | 44 static int num_operands (rtx); 84 num_operands (rtx insn) in num_operands() function 130 int num = num_operands (insn); in gen_proto()
|
| D | ChangeLog-1998 | 13996 * genflags.c (num_operands, gen_proto, gen_nonproto, gen_insn): Add
|
| D | ChangeLog-1999 | 10504 * genflags.c (num_operands): Likewise.
|
| /freebsd-12-stable/contrib/llvm-project/lldb/source/Plugins/Instruction/MIPS/ |
| D | EmulateInstructionMIPS.cpp | 1569 uint32_t num_operands = insn.getNumOperands(); // No of operands vary based on in Emulate_SWM16_32() local 1574 m_reg_info->getEncodingValue(insn.getOperand(num_operands - 2).getReg()); in Emulate_SWM16_32() 1582 uint32_t offset = insn.getOperand(num_operands - 1).getImm(); in Emulate_SWM16_32() 1601 for (uint32_t i = 0; i < num_operands - 2; i++) { in Emulate_SWM16_32() 1697 uint32_t num_operands = insn.getNumOperands(); // No of operands vary based on in Emulate_LWM16_32() local 1699 uint32_t imm = insn.getOperand(num_operands - 1) in Emulate_LWM16_32() 1704 m_reg_info->getEncodingValue(insn.getOperand(num_operands - 2).getReg()); in Emulate_LWM16_32() 1722 for (uint32_t i = 0; i < num_operands - 2; i++) { in Emulate_LWM16_32() 2986 uint32_t num_operands = insn.getNumOperands(); in Emulate_LDST_Imm() local 2988 m_reg_info->getEncodingValue(insn.getOperand(num_operands - 2).getReg()); in Emulate_LDST_Imm() [all …]
|
| /freebsd-12-stable/contrib/gdb/include/ |
| D | xtensa-isa-internal.h | 68 int num_operands; /* Size of "operands" array. */ member
|
| /freebsd-12-stable/contrib/llvm-project/lldb/source/Plugins/Instruction/MIPS64/ |
| D | EmulateInstructionMIPS64.cpp | 2298 uint32_t num_operands = insn.getNumOperands(); in Emulate_LDST_Imm() local 2300 m_reg_info->getEncodingValue(insn.getOperand(num_operands - 2).getReg()); in Emulate_LDST_Imm() 2301 imm = insn.getOperand(num_operands - 1).getImm(); in Emulate_LDST_Imm() 2331 uint32_t num_operands = insn.getNumOperands(); in Emulate_LDST_Reg() local 2333 m_reg_info->getEncodingValue(insn.getOperand(num_operands - 2).getReg()); in Emulate_LDST_Reg() 2335 m_reg_info->getEncodingValue(insn.getOperand(num_operands - 1).getReg()); in Emulate_LDST_Reg()
|
| /freebsd-12-stable/contrib/binutils/gas/config/ |
| D | tc-ia64.c | 6235 int i = 0, highest_unmatched_operand, num_operands = 0, num_outputs = 0; local 6284 ++num_operands; 6312 i = num_operands > 4 ? 2 : 1; 6349 if (num_operands > NELEMS (idesc->operands) 6350 || (num_operands < NELEMS (idesc->operands) 6351 && idesc->operands[num_operands]) 6352 || (num_operands > 0 && !idesc->operands[num_operands - 1])) 6364 for (i = 0; i < num_operands && idesc->operands[i]; ++i) 6386 if (i != num_operands || out_of_range_pos >= 0) 6436 for (i = 0; i < num_operands; ++i)
|
| /freebsd-12-stable/contrib/binutils/include/ |
| D | ChangeLog | 539 num_slots, slots, num_fields, num_operands, operands, num_iclasses,
|