Lines Matching refs:Form
82 // in 1's complement form, example:
96 // be encoded in 1's complement form.
254 /// _GLOBAL_OFFSET_TABLE_ and if it is of the form
383 // movq loads are handled with a special relocation form which allows the
446 // Use the [REG]+disp8 form, including for [BP] which cannot be encoded.
475 // byte to emit an addr that is just 'disp32' (the non-RIP relative form).
601 // 1's complement (inverted) form
640 // (in 1's complement form) or 1111 if unused.
715 default: llvm_unreachable("Unexpected form in EmitVEXOpcodePrefix!");
1241 default: errs() << "FORM: " << (TSFlags & X86II::FormMask) << "\n";
1410 uint64_t Form = TSFlags & X86II::FormMask;
1412 (Form == X86II::MRMXr) ? 0 : Form-X86II::MRM0r,
1427 uint64_t Form = TSFlags & X86II::FormMask;
1428 EmitMemModRMByte(MI, CurOp, (Form == X86II::MRMXm) ? 0 : Form-X86II::MRM0m,
1457 uint64_t Form = TSFlags & X86II::FormMask;
1458 EmitByte(0xC0 + Form - X86II::MRM_C0, CurByte, OS);