Home | History | Annotate | Download | only in MCTargetDesc

Lines Matching refs:Form

238 ///  _GLOBAL_OFFSET_TABLE_ and if it is of the form
369 // movq loads are handled with a special relocation form which allows the
452 // Use the [REG]+disp8 form, including for [BP] which cannot be encoded.
481 // byte to emit an addr that is just 'disp32' (the non-RIP relative form).
610 // 1's complement (inverted) form
658 // (in 1's complement form) or 1111 if unused.
711 default: llvm_unreachable("Unexpected form in EmitVEXOpcodePrefix!");
1196 uint64_t Form = TSFlags & X86II::FormMask;
1197 switch (Form) {
1198 default: errs() << "FORM: " << Form << "\n";
1365 (Form == X86II::MRMXr) ? 0 : Form-X86II::MRM0r,
1381 (Form == X86II::MRMXm) ? 0 : Form - X86II::MRM0m, TSFlags,
1409 EmitByte(0xC0 + Form - X86II::MRM_C0, CurByte, OS);