search for: kaux

Displaying 3 results from an estimated 3 matches for "kaux".

Did you mean: aux
2013 Jun 25
2
[LLVMdev] Auxiliary operand types for disassembler.
I'm working on a disassembler for hexagon (vliw) architecture and I would like to add an additional operand type, "kAux" to the MCOperand class. The reason for this is that each insn has parse bits which are not explicit operands and have differing meanings based on the insn's location within the packet and the number of insns inside the packet. In order for the disassembler to correctly represent the i...
2013 Jun 25
0
[LLVMdev] Auxiliary operand types for disassembler.
...tion. I’m not sure I follow why that’s necessary. Can you elaborate a bit? -Jim On Jun 25, 2013, at 8:24 AM, Sid Manning <sidneym at codeaurora.org> wrote: > > I'm working on a disassembler for hexagon (vliw) architecture and I would like to add an additional operand type, "kAux" to the MCOperand class. > > The reason for this is that each insn has parse bits which are not explicit operands and have differing meanings based on the insn's location within the packet and the number of insns inside the packet. In order for the disassembler to correctly represen...
2013 Jun 26
1
[LLVMdev] Auxiliary operand types for disassembler.
...-Jim > > On Jun 25, 2013, at 8:24 AM, Sid Manning <sidneym at codeaurora.org > <mailto:sidneym at codeaurora.org>> wrote: > >> >> I'm working on a disassembler for hexagon (vliw) architecture and I >> would like to add an additional operand type, "kAux" to the MCOperand >> class. >> >> The reason for this is that each insn has parse bits which are not >> explicit operands and have differing meanings based on the insn's >> location within the packet and the number of insns inside the packet. >> In order...