[llvm-dev] Mapping between instruction ins/outs to instruction bits-field (original) (raw)
Yaniv via llvm-dev llvm-dev at lists.llvm.org
Tue Nov 7 07:27:29 PST 2017
- Previous message: [llvm-dev] Set InstrItinData for RegPair
- Next message: [llvm-dev] Mapping between instruction ins/outs to instruction bits-field
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Hi,
How does the mapping between instruction inputs and outputs to the instruction bits-field is done?
From what I saw it either by name matching or by positional matching of unassigned bits-fields, and the two methods can't be mixed. Is it correct?
Supposing the above is correct then, setting inputs names in MIOperandInfo (of custom Operand) should behave as if they were specified directly in the out/ins list?
Thanks, Yaniv
- Previous message: [llvm-dev] Set InstrItinData for RegPair
- Next message: [llvm-dev] Mapping between instruction ins/outs to instruction bits-field
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]