search for: xchg64rr

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

2008 Jul 20
2
[LLVMdev] What happened to XCHG_rr?
...er an opcode for xchg with two register operands in X86GenInstrNames.inc. I found only instructions to swap memory and registers: XCHG16rm, XCHG32rm, XCHG64rm and XCHG8rm. I am updating from LLVM 2.1 to current trunk. The names that I was using in LLVM 2.1 were: XCHG8rr, XCHG16rr, XCHG32rr and XCHG64rr. Ps.: Evan, thank you for answering the question about IMPLICIT_DEF's. All the best, Fernando
2008 Jul 20
0
[LLVMdev] What happened to XCHG_rr?
On Jul 20, 2008, at 11:50 AM, Fernando Magno Quintao Pereira wrote: > I am updating from LLVM 2.1 to current trunk. The names that I was > using > in LLVM 2.1 were: XCHG8rr, XCHG16rr, XCHG32rr and XCHG64rr. > > Ps.: Evan, thank you for answering the question about IMPLICIT_DEF's. I think they were removed just because noone was using them. Also, the JIT encoding may have not been correct, I don't recall. -Chris
2008 Jul 20
1
[LLVMdev] What happened to XCHG_rr?
...s linear on the size of the interference graph otherwise. best, Fernando > On Jul 20, 2008, at 11:50 AM, Fernando Magno Quintao Pereira wrote: >> I am updating from LLVM 2.1 to current trunk. The names that I was >> using >> in LLVM 2.1 were: XCHG8rr, XCHG16rr, XCHG32rr and XCHG64rr. >> >> Ps.: Evan, thank you for answering the question about IMPLICIT_DEF's. > > I think they were removed just because noone was using them. Also, > the JIT encoding may have not been correct, I don't recall. > > -Chris > _____________________________________...