Searched defs:InstARM32ThreeAddrGPR (Results 1 – 2 of 2) sorted by relevance
3405 template class InstARM32ThreeAddrGPR<InstARM32::Adc>; variable3406 template class InstARM32ThreeAddrGPR<InstARM32::Add>; variable3407 template class InstARM32ThreeAddrGPR<InstARM32::And>; variable3408 template class InstARM32ThreeAddrGPR<InstARM32::Asr>; variable3409 template class InstARM32ThreeAddrGPR<InstARM32::Bic>; variable3410 template class InstARM32ThreeAddrGPR<InstARM32::Eor>; variable3411 template class InstARM32ThreeAddrGPR<InstARM32::Lsl>; variable3412 template class InstARM32ThreeAddrGPR<InstARM32::Lsr>; variable3413 template class InstARM32ThreeAddrGPR<InstARM32::Mul>; variable3414 template class InstARM32ThreeAddrGPR<InstARM32::Orr>; variable[all …]
770 InstARM32ThreeAddrGPR(Cfg *Func, Variable *Dest, Variable *Src0, in InstARM32ThreeAddrGPR() function