Displaying 1 result from an estimated 1 matches for "lnstruction".
Did you mean:
instruction
2011 Jan 19
0
[LLVMdev] Question about porting LLVM - variable length lnstruction
Hello all,
I am adding a new target into LLVM. However the instruction length of the
target I ported is variable. Each instruction is at least 1 + 1
bytes(required) and optional parts(There are many forms of optional part
suck like i16, i32, i64, i16 + i16, i16 + i32, i16 + i64, i32 + i32, i64 +
i64). The form of optional part is determined by the required parts. In
other words, each instruction