Displaying 3 results from an estimated 3 matches for "kcpsm3".
Did you mean:
kcpsm6
2012 Nov 02
0
[LLVMdev] Alternate instruction encoding for subtargets - SOLVED
...eld Inst and also an additional field Inst6 that holds the alternate
encodings for the KCPSM6 sub-target.
/// base class - a picoblaze instruction
class InstPB<Format form, dag outs, dag ins, string asmstr, list<dag>
pattern> : Instruction
{
field bits<18> Inst; // for KCPSM3
field bits<18> Inst6; // for KCPSM6
Format Form = form;
bits<4> FormBits = Form.Value;
// TSFlags layout should be kept in sync with PBlazeInstrInfo.h.
let TSFlags{3-0} = FormBits;
let Namespace = "PB";
dag OutOperandList = outs;
dag InOperandList =...
2012 Oct 15
2
[LLVMdev] Alternate instruction encoding for subtargets
...M6. Besides a
couple of new instructions which are not important at the moment, the
KCPSM6 cpu has different instruction opcodes. Semantically the
instructions are the same, hence I'd like to keep all the lowering and
pattern matching stuff unmodified
For example, the ADD sX, sY instruction in KCPSM3 is:
Inst{17-12} = 0b011000;
Inst{11-8} = sx;
Inst{7-4} = sy;
Inst{3-0} = 0;
While in KCPSM6 the same instruction is encoded:
Inst{17-12} = 0b010000;
Inst{11-8} = sx;
Inst{7-4} = sy;
Inst{3-0} = 0;
They even mostly kept the instruction formats!
Can I tell tablegen to have two encodings and switch...
2010 Dec 24
0
Wine release 1.3.10
...ple. See the file
AUTHORS in the distribution for the complete list.
----------------------------------------------------------------
Bugs fixed in 1.3.10:
4432 Blobby Volley - corrupted graphics
7304 WRC (Wine Resource Compiler) preprocessing is buggy
7431 Xilinx picoblaze assembler kcpsm3 crashes
7922 Language settings not found and strange Day Error in EWRevenge (bug in oleaut32)
11449 ExpressPCB 6.1.2 crashes when updating pricing
12744 Steam tray icon doesn't appear if panel hidden in autohide mode
12808 indexed bitmaps support is broken
12828 Arcade Pool 2: G...