Home
last modified time | relevance | path

Searched defs:InstARM32ThreeAddrGPR (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/external/swiftshader/third_party/subzero/src/
H A DIceInstARM32.cpp3405 template class InstARM32ThreeAddrGPR<InstARM32::Adc>; variable
3406 template class InstARM32ThreeAddrGPR<InstARM32::Add>; variable
3407 template class InstARM32ThreeAddrGPR<InstARM32::And>; variable
3408 template class InstARM32ThreeAddrGPR<InstARM32::Asr>; variable
3409 template class InstARM32ThreeAddrGPR<InstARM32::Bic>; variable
3410 template class InstARM32ThreeAddrGPR<InstARM32::Eor>; variable
3411 template class InstARM32ThreeAddrGPR<InstARM32::Lsl>; variable
3412 template class InstARM32ThreeAddrGPR<InstARM32::Lsr>; variable
3413 template class InstARM32ThreeAddrGPR<InstARM32::Mul>; variable
3414 template class InstARM32ThreeAddrGPR<InstARM32::Orr>; variable
[all …]
H A DIceInstARM32.h770 InstARM32ThreeAddrGPR(Cfg *Func, Variable *Dest, Variable *Src0, in InstARM32ThreeAddrGPR() function