/netbsd-src/sys/dev/rasops/ |
H A D | rasops_masks.c | 39 MBE(0x00000000), MBE(0x7fffffff), MBE(0x3fffffff), MBE(0x1fffffff), 40 MBE(0x0fffffff), MBE(0x07ffffff), MBE(0x03ffffff), MBE(0x01ffffff), 41 MBE(0x00ffffff), MBE(0x007fffff), MBE(0x003fffff), MBE(0x001fffff), 42 MBE(0x000fffff), MBE(0x0007ffff), MBE(0x0003ffff), MBE(0x0001ffff), 43 MBE(0x0000ffff), MBE(0x00007fff), MBE(0x00003fff), MBE(0x00001fff), 44 MBE(0x00000fff), MBE(0x000007ff), MBE(0x000003ff), MBE(0x000001ff), 45 MBE(0x000000ff), MBE(0x0000007f), MBE(0x0000003f), MBE(0x0000001f), 46 MBE(0x0000000f), MBE(0x00000007), MBE(0x00000003), MBE(0x00000001), 47 MBE(0x00000000) 51 MBE(0x00000000), MBE(0x80000000), MBE(0xc0000000), MBE(0xe0000000), [all …]
|
H A D | rasops_masks.h | 52 #define MBE(x) (x) macro 56 #define MBL(x,y) ((y) > 31 ? 0 : MBE(MBE(x) << (y))) 57 #define MBR(x,y) ((y) > 31 ? 0 : MBE(MBE(x) >> (y))) 58 #define MBE(x) ( (((x) & 0x000000FFU) << 24) \ macro
|
H A D | rasops1-4_putchar.h | 165 tmp = (*rp & lmask) | MBE(tmp); in NAME() 250 *bp = (*bp & lmask) | MBE(tmp); in NAME() 258 *bp++ = MBE(tmp); in NAME() 265 *bp = (*bp & rmask) | MBE(tmp); in NAME()
|
H A D | rasops1.c | 164 tmp |= (MBE(fb >> col) & rmask); in rasops1_putchar() 227 tmp0 |= MBE(fb >> col); in rasops1_putchar() 230 tmp1 |= (MBE(fb << width) & ~rmask); in rasops1_putchar()
|
H A D | rasops.c | 74 MBE(0x00000000), MBE(0x00ffffff), MBE(0x0000ffff), MBE(0x000000ff), 75 MBE(0x00000000), 79 MBE(0x00000000), MBE(0xff000000), MBE(0xffff0000), MBE(0xffffff00), 80 MBE(0xffffffff),
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/PowerPC/ |
H A D | PPCInstr64Bit.td | 875 (ins g8rc:$rSi, g8rc:$rS, u6imm:$SH, u6imm:$MBE), 876 "rldimi", "$rA, $rS, $SH, $MBE", IIC_IntRotateDI, 882 (outs g8rc:$rA), (ins g8rc:$rS, gprc:$rB, u6imm:$MBE), 883 "rldcl", "$rA, $rS, $rB, $MBE", IIC_IntRotateD, 886 (outs g8rc:$rA), (ins g8rc:$rS, gprc:$rB, u6imm:$MBE), 887 "rldcr", "$rA, $rS, $rB, $MBE", IIC_IntRotateD, 890 (outs g8rc:$rA), (ins g8rc:$rS, u6imm:$SH, u6imm:$MBE), 891 "rldicl", "$rA, $rS, $SH, $MBE", IIC_IntRotateDI, 897 (ins gprc:$rS, u6imm:$SH, u6imm:$MBE), 898 "rldicl $rA, $rS, $SH, $MBE", IIC_IntRotateDI, [all …]
|
H A D | PPCInstrFormats.td | 1833 bits<6> MBE; 1842 let Inst{21-26} = MBE{4,3,2,1,0,5}; 1854 bits<6> MBE; 1863 let Inst{21-26} = MBE{4,3,2,1,0,5};
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/ |
H A D | MachineBlockPlacement.cpp | 3402 for (auto MBI = std::next(MF.begin()), MBE = MF.end(); MBI != MBE; ++MBI) { in runOnMachineFunction() local
|
H A D | ModuloSchedule.cpp | 706 MBE = EpilogBBs.rend(); in removeDeadInstructions() local 707 MBB != MBE; ++MBB) in removeDeadInstructions()
|
/netbsd-src/external/gpl3/binutils/dist/opcodes/ |
H A D | ppc-opc.c | 3276 #define MBE IRWb + 1 macro 3282 #define MB6 MBE + 2 6910 {"rlwimi", M(20,0), M_MASK, PPCCOM, PPCVLE, {RA, RS, SH, MBE, ME}}, 6913 {"rlimi", M(20,0), M_MASK, PWRCOM, PPCVLE, {RA, RS, SH, MBE, ME}}, 6915 {"rlwimi.", M(20,1), M_MASK, PPCCOM, PPCVLE, {RA, RS, SH, MBE, ME}}, 6918 {"rlimi.", M(20,1), M_MASK, PWRCOM, PPCVLE, {RA, RS, SH, MBE, ME}}, 6926 {"rlwinm", M(21,0), M_MASK, PPCCOM, PPCVLE, {RA, RS, SH, MBE, ME}}, 6932 {"rlinm", M(21,0), M_MASK, PWRCOM, PPCVLE, {RA, RS, SH, MBE, ME}}, 6939 {"rlwinm.", M(21,1), M_MASK, PPCCOM, PPCVLE, {RA, RS, SH, MBE, ME}}, 6945 {"rlinm.", M(21,1), M_MASK, PWRCOM, PPCVLE, {RA, RS, SH, MBE, ME}}, [all …]
|
H A D | ChangeLog-2007 | 1409 * ppc-opc.c (powerpc_operands): Correct bitm for second entry of MBE.
|
H A 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.
|
/netbsd-src/external/gpl3/binutils.old/dist/opcodes/ |
H A D | ppc-opc.c | 3197 #define MBE IRWb + 1 macro 3203 #define MB6 MBE + 2 6731 {"rlwimi", M(20,0), M_MASK, PPCCOM, PPCVLE, {RA, RS, SH, MBE, ME}}, 6734 {"rlimi", M(20,0), M_MASK, PWRCOM, PPCVLE, {RA, RS, SH, MBE, ME}}, 6736 {"rlwimi.", M(20,1), M_MASK, PPCCOM, PPCVLE, {RA, RS, SH, MBE, ME}}, 6739 {"rlimi.", M(20,1), M_MASK, PWRCOM, PPCVLE, {RA, RS, SH, MBE, ME}}, 6747 {"rlwinm", M(21,0), M_MASK, PPCCOM, PPCVLE, {RA, RS, SH, MBE, ME}}, 6753 {"rlinm", M(21,0), M_MASK, PWRCOM, PPCVLE, {RA, RS, SH, MBE, ME}}, 6760 {"rlwinm.", M(21,1), M_MASK, PPCCOM, PPCVLE, {RA, RS, SH, MBE, ME}}, 6766 {"rlinm.", M(21,1), M_MASK, PWRCOM, PPCVLE, {RA, RS, SH, MBE, ME}}, [all …]
|
H A D | ChangeLog-2007 | 1409 * ppc-opc.c (powerpc_operands): Correct bitm for second entry of MBE.
|
H A 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.
|
/netbsd-src/external/gpl3/gdb.old/dist/opcodes/ |
H A D | ChangeLog-2007 | 1409 * ppc-opc.c (powerpc_operands): Correct bitm for second entry of MBE.
|
H A 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.
|
/netbsd-src/external/gpl3/gdb/dist/opcodes/ |
H A D | ChangeLog-2007 | 1409 * ppc-opc.c (powerpc_operands): Correct bitm for second entry of MBE.
|
H A 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.
|
/netbsd-src/share/misc/ |
H A D | airport | 4556 MBE:Monbetsu, Japan
|
/netbsd-src/external/gpl3/gcc/dist/contrib/unicode/ |
H A D | UnicodeData.txt | 13711 A5EB;VAI SYLLABLE MBE;Lo;0;L;;;;;N;;;;; 24842 16AD4;BASSA VAH LETTER MBE;Lo;0;L;;;;;N;;;;; 29994 1E898;MENDE KIKAKUI SYLLABLE M072 MBE;Lo;0;R;;;;;N;;;;; 29998 1E89C;MENDE KIKAKUI SYLLABLE M161 LONG MBE;Lo;0;R;;;;;N;;;;;
|
/netbsd-src/external/gpl3/gcc.old/dist/contrib/unicode/ |
H A D | UnicodeData.txt | 13687 A5EB;VAI SYLLABLE MBE;Lo;0;L;;;;;N;;;;; 24652 16AD4;BASSA VAH LETTER MBE;Lo;0;L;;;;;N;;;;; 29316 1E898;MENDE KIKAKUI SYLLABLE M072 MBE;Lo;0;R;;;;;N;;;;; 29320 1E89C;MENDE KIKAKUI SYLLABLE M161 LONG MBE;Lo;0;R;;;;;N;;;;;
|