HomeSort by: relevance | last modified time | path
    Searched defs:MSL (Results 1 - 6 of 6) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/lib/Target/AArch64/MCTargetDesc/
AArch64AddressingModes.h 38 MSL,
59 case AArch64_AM::MSL: return "msl";
80 case 4: return AArch64_AM::MSL;
95 /// 100 ==> msl
108 case AArch64_AM::MSL: STEnc = 4; break;
  /src/external/apache2/llvm/dist/llvm/lib/Target/AArch64/Utils/
AArch64BaseInfo.h 468 MSL,
  /src/external/gpl2/groff/dist/src/utils/hpftodit/
hpftodit.cpp 57 #define MSL 0
78 charcode_tag = 403, // MSL for Intellifont, Unicode for TrueType
123 "Font Type" // MSL for Intellifont, Unicode for TrueType
514 case MSL:
533 if (tfm_type == MSL && (num != 8782 || den != 1))
540 if (tfm_type == MSL && (num != 100 || den != 7231))
874 else if (tfm_type == MSL)
929 printf("\t-- MSL %4d", charcode);
955 fprintf(stderr, "%s: warning: symbol MSL %d (%s",
990 case MSL
    [all...]
  /src/external/bsd/ntp/dist/ntpd/
refclock_oncore.c 1150 * If the receiver reports height in both GPS and MSL, then we will report
1151 * the difference GPS-MSL on the clockstats file.
3497 int GPS, MSL;
3499 /* Here calculate dH = GPS - MSL for output message */
3505 MSL = buf_w32(&instance->BEHa[43]);
3508 MSL = buf_w32(&instance->BEHa[27]);
3510 instance->dH = GPS - MSL;
3513 /* if MSL is not set, the calculation is meaningless */
3515 if (MSL) /* not set ! */
3517 "dH = (GPS - MSL) = %.2fm", instance->dH)
    [all...]
  /src/external/gpl3/gcc.old/dist/gcc/config/aarch64/
aarch64.cc 95 enum modifier_type { LSL, MSL };
21208 /* Try a 4-byte immediate with MSL, except for cases that MVN
21218 simd_immediate_info::MSL, shift);
23451 shift_op = (info.u.mov.modifier == simd_immediate_info::MSL
23452 ? "msl" : "lsl");
  /src/external/gpl3/gcc/dist/gcc/config/aarch64/
aarch64.cc 130 enum modifier_type { LSL, MSL };
22725 /* Try a 4-byte immediate with MSL, except for cases that MVN
22735 simd_immediate_info::MSL, shift);
25206 shift_op = (info.u.mov.modifier == simd_immediate_info::MSL
25207 ? "msl" : "lsl");

Completed in 68 milliseconds