search for: instrucrtion

Displaying 5 results from an estimated 5 matches for "instrucrtion".

2018 Apr 01
2
Custom Binary Format Challenges
...nd offset for the data. On Sun, Apr 1, 2018 at 6:00 PM, Brenda So <sogun3 at gmail.com> wrote: > Hi Kenneth, > > Can you elaborate what you mean by instruction pointer value? Like the > actual instruction with opcode and operands? With the sample code that I > showed you, the instrucrtion pointer in the innermost for loop will have > access to the following functions: > > http://llvm.org/doxygen/classllvm_1_1Instruction.html > > Alternatively, you can use the dump() operation to dump the instructions > out. > > Unfortunately I don't know how to address yo...
2018 Apr 01
0
Custom Binary Format Challenges
Hi Kenneth, Can you elaborate what you mean by instruction pointer value? Like the actual instruction with opcode and operands? With the sample code that I showed you, the instrucrtion pointer in the innermost for loop will have access to the following functions: http://llvm.org/doxygen/classllvm_1_1Instruction.html Alternatively, you can use the dump() operation to dump the instructions out. Unfortunately I don't know how to address your second question. That's stretc...
2018 Apr 02
0
Custom Binary Format Challenges
...On Sun, Apr 1, 2018 at 6:00 PM, Brenda So <sogun3 at gmail.com> wrote: > >> Hi Kenneth, >> >> Can you elaborate what you mean by instruction pointer value? Like the >> actual instruction with opcode and operands? With the sample code that I >> showed you, the instrucrtion pointer in the innermost for loop will have >> access to the following functions: >> >> http://llvm.org/doxygen/classllvm_1_1Instruction.html >> >> Alternatively, you can use the dump() operation to dump the instructions >> out. >> >> Unfortunately I...
2018 Apr 01
2
Custom Binary Format Challenges
Thank you so much! What about discovering the instruction pointer value? Also, does anybody know how to embed an artifact as a resource in a binary? I'd like to have two text sections, and have one copied in from another binary. On Sun, Apr 1, 2018 at 2:15 PM, Brenda So <sogun3 at gmail.com> wrote: > Hi, > > You can write it as if you are writing an optimization pass: >
2018 Apr 02
1
Custom Binary Format Challenges
...6:00 PM, Brenda So <sogun3 at gmail.com> wrote: >> >>> Hi Kenneth, >>> >>> Can you elaborate what you mean by instruction pointer value? Like the >>> actual instruction with opcode and operands? With the sample code that I >>> showed you, the instrucrtion pointer in the innermost for loop will have >>> access to the following functions: >>> >>> http://llvm.org/doxygen/classllvm_1_1Instruction.html >>> >>> Alternatively, you can use the dump() operation to dump the instructions >>> out. >>&g...