Searched defs:InstARM32ThreeAddrGPR (Results 1 – 2 of 2) sorted by relevance
3486 template class InstARM32ThreeAddrGPR<InstARM32::Adc>; variable3487 template class InstARM32ThreeAddrGPR<InstARM32::Add>; variable3488 template class InstARM32ThreeAddrGPR<InstARM32::And>; variable3489 template class InstARM32ThreeAddrGPR<InstARM32::Asr>; variable3490 template class InstARM32ThreeAddrGPR<InstARM32::Bic>; variable3491 template class InstARM32ThreeAddrGPR<InstARM32::Eor>; variable3492 template class InstARM32ThreeAddrGPR<InstARM32::Lsl>; variable3493 template class InstARM32ThreeAddrGPR<InstARM32::Lsr>; variable3494 template class InstARM32ThreeAddrGPR<InstARM32::Mul>; variable3495 template class InstARM32ThreeAddrGPR<InstARM32::Orr>; variable[all …]
771 InstARM32ThreeAddrGPR(Cfg *Func, Variable *Dest, Variable *Src0, in InstARM32ThreeAddrGPR() function