Home
last modified time | relevance | path

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

/aosp_15_r20/prebuilts/go/linux-x86/src/cmd/internal/obj/
Dlink.go448 AMask = AllowedOpCodes - 1 // AND with this to use the opcode as an array index. const
/aosp_15_r20/external/llvm/lib/CodeGen/
H A DRegisterCoalescer.cpp814 LaneBitmask AMask = SA.LaneMask; in removeCopyByCommutingDef() local