| /openbsd/src/sys/dev/rasops/ |
| D | rasops_masks.c | 372 *mask++ = MBE(*mask); in rasops_masks_init() 375 *mask++ = MBE(*mask); in rasops_masks_init() 378 *mask++ = MBE(*mask); in rasops_masks_init()
|
| D | rasops1.c | 144 | (MBE(fb >> col) & rmask); in rasops1_putchar() 154 | (MBE(fb >> col) & rmask); in rasops1_putchar() 190 | MBE((u_int)fb >> col); in rasops1_putchar() 193 | (MBE((u_int)fb << width) & ~rmask); in rasops1_putchar() 204 | MBE(fb >> col); in rasops1_putchar() 207 | (MBE(fb << width) & ~rmask); in rasops1_putchar()
|
| D | rasops_masks.h | 53 #define MBE(x) (x) macro 55 #define MBE(x) \ macro
|
| D | rasops4.c | 186 | MBE((u_int)fb >> col); in rasops4_putchar() 189 | (MBE((u_int)fb << width) & ~rmask); in rasops4_putchar()
|
| /openbsd/src/gnu/llvm/llvm/lib/Target/RISCV/MCTargetDesc/ |
| D | RISCVAsmBackend.cpp | 238 const MCBinaryExpr &MBE = cast<MCBinaryExpr>(AddrDelta); in relaxDwarfLineAddr() local 240 Offset, MBE.getLHS(), static_cast<MCFixupKind>(std::get<0>(Fixup)))); in relaxDwarfLineAddr() 242 Offset, MBE.getRHS(), static_cast<MCFixupKind>(std::get<1>(Fixup)))); in relaxDwarfLineAddr() 285 const MCBinaryExpr &MBE = cast<MCBinaryExpr>(AddrDelta); in relaxDwarfCFA() local 287 Offset, MBE.getLHS(), static_cast<MCFixupKind>(std::get<0>(Fixup)))); in relaxDwarfCFA() 289 Offset, MBE.getRHS(), static_cast<MCFixupKind>(std::get<1>(Fixup)))); in relaxDwarfCFA()
|
| D | RISCVELFStreamer.cpp | 213 const auto *MBE = dyn_cast<MCBinaryExpr>(Value); in requiresFixups() local 214 if (MBE == nullptr) in requiresFixups()
|
| /openbsd/src/gnu/llvm/llvm/lib/Target/PowerPC/ |
| D | PPCInstr64Bit.td | 1062 (ins g8rc:$rSi, g8rc:$rS, u6imm:$SH, u6imm:$MBE), 1063 "rldimi", "$rA, $rS, $SH, $MBE", IIC_IntRotateDI, 1069 (outs g8rc:$rA), (ins g8rc:$rS, gprc:$rB, u6imm:$MBE), 1070 "rldcl", "$rA, $rS, $rB, $MBE", IIC_IntRotateD, 1073 (outs g8rc:$rA), (ins g8rc:$rS, gprc:$rB, u6imm:$MBE), 1074 "rldcr", "$rA, $rS, $rB, $MBE", IIC_IntRotateD, 1077 (outs g8rc:$rA), (ins g8rc:$rS, u6imm:$SH, u6imm:$MBE), 1078 "rldicl", "$rA, $rS, $SH, $MBE", IIC_IntRotateDI, 1084 (ins gprc:$rS, u6imm:$SH, u6imm:$MBE), 1085 "rldicl $rA, $rS, $SH, $MBE", IIC_IntRotateDI, [all …]
|
| D | PPCInstrFormats.td | 1866 bits<6> MBE; 1875 let Inst{21-26} = MBE{4,3,2,1,0,5}; 1887 bits<6> MBE; 1896 let Inst{21-26} = MBE{4,3,2,1,0,5};
|
| /openbsd/src/gnu/usr.bin/binutils-2.17/opcodes/ |
| D | ppc-opc.c | 343 #define MBE ME + 1 macro 349 #define MB6 MBE + 2 3180 { "rlwimi", M(20,0), M_MASK, PPCCOM, { RA,RS,SH,MBE,ME } }, 3181 { "rlimi", M(20,0), M_MASK, PWRCOM, { RA,RS,SH,MBE,ME } }, 3183 { "rlwimi.", M(20,1), M_MASK, PPCCOM, { RA,RS,SH,MBE,ME } }, 3184 { "rlimi.", M(20,1), M_MASK, PWRCOM, { RA,RS,SH,MBE,ME } }, 3188 { "rlwinm", M(21,0), M_MASK, PPCCOM, { RA,RS,SH,MBE,ME } }, 3189 { "rlinm", M(21,0), M_MASK, PWRCOM, { RA,RS,SH,MBE,ME } }, 3192 { "rlwinm.", M(21,1), M_MASK, PPCCOM, { RA,RS,SH,MBE,ME } }, 3193 { "rlinm.", M(21,1), M_MASK, PWRCOM, { RA,RS,SH,MBE,ME } }, [all …]
|
| D | ChangeLog-9297 | 3163 * ppc-opc.c (powerpc_operands): New operand type MBE to handle a 3175 use MBE rather than MB. Add "mfmq" and "mtmq" POWER instructions.
|
| /openbsd/src/gnu/usr.bin/binutils/opcodes/ |
| D | ppc-opc.c | 334 #define MBE ME + 1 macro 340 #define MB6 MBE + 2 3079 { "rlwimi", M(20,0), M_MASK, PPCCOM, { RA,RS,SH,MBE,ME } }, 3080 { "rlimi", M(20,0), M_MASK, PWRCOM, { RA,RS,SH,MBE,ME } }, 3082 { "rlwimi.", M(20,1), M_MASK, PPCCOM, { RA,RS,SH,MBE,ME } }, 3083 { "rlimi.", M(20,1), M_MASK, PWRCOM, { RA,RS,SH,MBE,ME } }, 3087 { "rlwinm", M(21,0), M_MASK, PPCCOM, { RA,RS,SH,MBE,ME } }, 3088 { "rlinm", M(21,0), M_MASK, PWRCOM, { RA,RS,SH,MBE,ME } }, 3091 { "rlwinm.", M(21,1), M_MASK, PPCCOM, { RA,RS,SH,MBE,ME } }, 3092 { "rlinm.", M(21,1), M_MASK, PWRCOM, { RA,RS,SH,MBE,ME } }, [all …]
|
| D | ChangeLog-9297 | 3163 * ppc-opc.c (powerpc_operands): New operand type MBE to handle a 3175 use MBE rather than MB. Add "mfmq" and "mtmq" POWER instructions.
|
| /openbsd/src/gnu/llvm/llvm/lib/CodeGen/ |
| D | MachineBlockPlacement.cpp | 3467 for (auto MBI = std::next(MF.begin()), MBE = MF.end(); MBI != MBE; ++MBI) { in runOnMachineFunction() local
|
| /openbsd/src/gnu/usr.bin/perl/cpan/Unicode-Collate/Collate/ |
| D | allkeys.txt | 22983 A5EB ; [.3DA4.0020.0002] # VAI SYLLABLE MBE 23670 16AD4 ; [.4053.0020.0002] # BASSA VAH LETTER MBE 23848 1E898 ; [.4105.0020.0002] # MENDE KIKAKUI SYLLABLE M072 MBE 23852 1E89C ; [.4109.0020.0002] # MENDE KIKAKUI SYLLABLE M161 LONG MBE
|
| /openbsd/src/gnu/usr.bin/perl/lib/unicore/ |
| D | NamesList.txt | 23791 A5EB VAI SYLLABLE MBE 40380 16AD4 BASSA VAH LETTER MBE 48522 1E898 MENDE KIKAKUI SYLLABLE M072 MBE 48526 1E89C MENDE KIKAKUI SYLLABLE M161 LONG MBE
|
| D | UnicodeData.txt | 13806 A5EB;VAI SYLLABLE MBE;Lo;0;L;;;;;N;;;;; 25474 16AD4;BASSA VAH LETTER MBE;Lo;0;L;;;;;N;;;;; 31053 1E898;MENDE KIKAKUI SYLLABLE M072 MBE;Lo;0;R;;;;;N;;;;; 31057 1E89C;MENDE KIKAKUI SYLLABLE M161 LONG MBE;Lo;0;R;;;;;N;;;;;
|