HomeSort by: relevance | last modified time | path
    Searched refs:reg_operands (Results 1 - 14 of 14) sorted by relevancy

  /src/external/gpl3/binutils/dist/gas/config/
tc-i386-ginsn.c 146 if (i.reg_operands == 2)
187 if (i.reg_operands == 2)
274 if (i.reg_operands == 1)
318 if (i.reg_operands == 2 && i.suffix != QWORD_MNEM_SUFFIX)
494 if (i.reg_operands)
694 else if (i.operands && i.reg_operands
tc-i386.c 319 /* REG_OPERANDS, DISP_OPERANDS, MEM_OPERANDS, IMM_OPERANDS give the number
322 unsigned int reg_operands, disp_operands, mem_operands, imm_operands; member in struct:_i386_insn
4315 if (i.reg_operands > 1
4318 && i.operands == i.reg_operands
4344 if (i.reg_operands >= 3
4346 && i.reg_operands == i.operands - i.imm_operands
4357 unsigned int xchg = i.operands - i.reg_operands;
4607 if ((i.reg_operands + i.imm_operands) == i.operands)
5171 i.reg_operands = 2;
5189 && i.reg_operands ==
    [all...]
tc-i386-intel.c 1009 ++i.reg_operands;
  /src/external/gpl3/binutils.old/dist/gas/config/
tc-i386-ginsn.c 146 if (i.reg_operands == 2)
187 if (i.reg_operands == 2)
274 if (i.reg_operands == 1)
318 if (i.reg_operands == 2 && i.suffix != QWORD_MNEM_SUFFIX)
494 if (i.reg_operands)
694 else if (i.operands && i.reg_operands
tc-i386.c 319 /* REG_OPERANDS, DISP_OPERANDS, MEM_OPERANDS, IMM_OPERANDS give the number
322 unsigned int reg_operands, disp_operands, mem_operands, imm_operands; member in struct:_i386_insn
4241 if (i.reg_operands > 1
4244 && i.operands == i.reg_operands
4270 if (i.reg_operands >= 3
4272 && i.reg_operands == i.operands - i.imm_operands
4283 unsigned int xchg = i.operands - i.reg_operands;
4533 if ((i.reg_operands + i.imm_operands) == i.operands)
5102 i.reg_operands = 2;
5116 && i.reg_operands ==
    [all...]
tc-i386-intel.c 1009 ++i.reg_operands;
  /src/external/apache2/llvm/dist/llvm/lib/CodeGen/
CalcSpillWeights.cpp 130 return any_of(VRM.getRegInfo().reg_operands(LI.reg()),
MachineRegisterInfo.cpp 220 for (MachineOperand &M : reg_operands(Reg)) {
LiveInterval.cpp 1364 llvm::make_early_inc_range(MRI.reg_operands(LI.reg()))) {
TwoAddressInstructionPass.cpp 248 for (MachineOperand &MO : MRI->reg_operands(Reg)) {
SplitKit.cpp 1323 llvm::make_early_inc_range(MRI.reg_operands(Edit->getReg()))) {
RegisterCoalescer.cpp 1724 for (MachineOperand &MO : MRI->reg_operands(DstReg)) {
  /src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/
MachineRegisterInfo.h 286 inline iterator_range<reg_iterator> reg_operands(Register Reg) const { function in class:llvm::MachineRegisterInfo
  /src/external/apache2/llvm/dist/llvm/lib/Target/AMDGPU/
AMDGPUAsmPrinter.cpp 684 for (const MachineOperand &UseOp : MRI.reg_operands(Reg)) {

Completed in 39 milliseconds