search for: xi8

Displaying 6 results from an estimated 6 matches for "xi8".

Did you mean: i8
2014 Apr 22
2
[LLVMdev] where is F7 opcode for TEST instruction on X86?
...this F7 opcode is defined in lib/Target/X86/X86InstrArithmetic.td. we only have TEST defined with F6 & other opcode like below. any hint please? thanks. let isCompare = 1 in { let Defs = [EFLAGS] in { let isCommutable = 1 in { def TEST8rr : BinOpRR_F<0x84, "test", Xi8 , X86testpat, MRMSrcReg>; def TEST16rr : BinOpRR_F<0x84, "test", Xi16, X86testpat, MRMSrcReg>; def TEST32rr : BinOpRR_F<0x84, "test", Xi32, X86testpat, MRMSrcReg>; def TEST64rr : BinOpRR_F<0x84, "test", Xi64, X86testpat, MRMSrcReg&gt...
2004 Jul 23
2
retrieve rows from frame assuming criterion
...X48") ) Year TUR STODNR PUNTAR 1994 9412 94020061 IX49 1994 9412 94020062 IX48 1994 9412 94020063 X32 1994 9412 94020065 X23 1994 9412 94020066 X27 1994 9412 94020067 XI19 1994 9412 94020068 XI16 1994 9412 94020069 XI14 1994 9412 94020070 XI8 1994 9412 94020071 X25 1994 9412 94020072 X18 1994 9412 94020073 II23 1994 9412 94020074 XII33 1994 9412 94020075 XII31 "my.function"("frame") should be then equal to Year TURNR STODNR M_PUNTAR 1994 9412 94020061 IX49 1994 9412 94020062 IX...
2012 Nov 21
2
[LLVMdev] Python Backend
...; }; > void X::f() { printf("inside f");} > int main() { X x; x.f();} > > translates into: > > [...] > > define void @_ZN1X1fEv(%class.X*nocapture %this)nounwind uwtablealign 2 { > %1 =tail call i32 (i8*, ...)* @printf(i8*getelementptr inbounds ([9 xi8]* @.str,i64 0,i64 0)) > ret void > } > > [...] > > > How can I access it inside of my function Pass to get know if it was class or not? > > > > ---------------------------------------------------------------------------------- > > 3) > > > Is th...
2012 Nov 21
0
[LLVMdev] Python Backend
...;);} >> int main() { X x; x.f();} >> >> translates into: >> >> [...] >> >> define void @_ZN1X1fEv(%class.X*nocapture %this)nounwind uwtablealign >> 2 { >> %1 =tail call i32 (i8*, ...)* @printf(i8*getelementptr inbounds >> ([9 xi8]* @.str,i64 0,i64 0)) >> ret void >> } >> >> [...] >> >> >> How can I access it inside of my function Pass to get know if it was >> class or not? >> >> >> >> ------------------------------**------------------------------*...
2004 Jul 23
0
retrieve rows from frame assuming criterion [corrected]
...> > 1994 9412 94020063 X32 > > > 1994 9412 94020065 X23 > > > 1994 9412 94020066 X27 > > > 1994 9412 94020067 XI19 > > > 1994 9412 94020068 XI16 > > > 1994 9412 94020069 XI14 > > > 1994 9412 94020070 XI8 > > > 1994 9412 94020071 X25 > > > 1994 9412 94020072 X18 > > > 1994 9412 94020073 II23 > > > 1994 9412 94020074 XII33 > > > 1994 9412 94020075 XII31 > > > > > > "my.function"("frame") shoul...
2004 Jul 23
1
R: retrieve rows from frame assuming criterion [corrected]
...; 1994 9412 94020062 IX48 > > 1994 9412 94020063 X32 > > 1994 9412 94020065 X23 > > 1994 9412 94020066 X27 > > 1994 9412 94020067 XI19 > > 1994 9412 94020068 XI16 > > 1994 9412 94020069 XI14 > > 1994 9412 94020070 XI8 > > 1994 9412 94020071 X25 > > 1994 9412 94020072 X18 > > 1994 9412 94020073 II23 > > 1994 9412 94020074 XII33 > > 1994 9412 94020075 XII31 > > > > "my.function"("frame") should be then equal to > > >...