Home | History | Annotate | Download | only in AArch64

Lines Matching defs:MO_NC

1157   const unsigned char MO_NC = AArch64II::MO_NC;
1171 .addGlobalAddress(GV, 0, AArch64II::MO_G2 | MO_NC).addImm(32);
1174 .addGlobalAddress(GV, 0, AArch64II::MO_G1 | MO_NC).addImm(16);
1177 .addGlobalAddress(GV, 0, AArch64II::MO_G0 | MO_NC).addImm(0);
1185 unsigned char LoFlags = OpFlags | AArch64II::MO_PAGEOFF | MO_NC;
3990 {MO_NC, "aarch64-nc"},