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