Lines Matching refs:Prefix
1803 // COMMON PREFIX OF: a=b SHIFT_OP c ==>
1844 // COMMON PREFIX OF: a=b SHIFT_OP c ==>
4083 // make 16-byte operations lock free (when used with the LOCK prefix).
8418 const char *Prefix = UseNonsfi ? ".data.rel.ro." : ".rodata.";
8419 Str << "\t.section\t" << Prefix << JumpTable->getSectionName()
8525 const char *Prefix = IsPIC ? ".data.rel.ro." : ".rodata.";
8527 Str << "\t.section\t" << Prefix << JT.getSectionName()