Searched refs:b100 (Results 1 - 20 of 20) sorted by relevance

/netbsd-current/sys/arch/riscv/include/
H A Dinsn.h464 #define LOAD_LBU 0b100
471 #define LOADFP_FLQ 0b100
486 #define STOREFP_FSQ 0b100
503 #define OP_XOR 0b100 // xori - xor - - -
528 #define OP_DIV 0b100 // div divw
544 #define ROUND_RMM 0b100
568 #define BRANCH_BLT 0b100
660 #define Q0_RESERVED 0b100
670 #define Q1_MISC 0b100
686 #define Q1MORE_SUBW 0b100 /* RV6
[all...]
H A Dsysreg.h47 #define FCSR_FRM_RMM 0b100 // Round to nearest, ties to Max Magnitude
/netbsd-current/external/gpl2/xcvs/dist/lib/
H A Dmktime.c181 int b100 = b4 / 25 - (b4 % 25 < 0); local
183 int b400 = SHR (b100, 2);
184 int intervening_leap_days = (a4 - b4) - (a100 - b100) + (a400 - b400);
H A Dstrftime.c301 int b100 = b4 / 25 - (b4 % 25 < 0); local
303 int b400 = SHR (b100, 2);
304 int intervening_leap_days = (a4 - b4) - (a100 - b100) + (a400 - b400);
H A Dgetdate.y867 int b100 = b4 / 25 - (b4 % 25 < 0);
869 int b400 = SHR (b100, 2);
870 int intervening_leap_days = (a4 - b4) - (a100 - b100) + (a400 - b400);
/netbsd-current/external/apache2/llvm/dist/llvm/lib/Target/RISCV/MCTargetDesc/
H A DRISCVBaseInfo.h86 VMConstraint = 0b100,
/netbsd-current/external/gpl2/diffutils/dist/lib/
H A Dstrftime.c372 int b100 = b4 / 25 - (b4 % 25 < 0); local
374 int b400 = b100 >> 2;
375 int intervening_leap_days = (a4 - b4) - (a100 - b100) + (a400 - b400);
/netbsd-current/lib/libnvmm/
H A Dlibnvmm_x86.c1685 [0b100] = {
1768 [0b100] = {
1817 [0b100] = NVMM_X64_GPR_RSI, /* SI */
2170 if (index == 0b100 && !instr->rexpref.x) {
2246 instr->regmodrm.rm == 0b100);
/netbsd-current/external/gpl3/gcc/dist/libphobos/src/std/format/internal/
H A Dwrite.d1435 formatTest(S!0b100([0, 1, 2]), "S");
1464 formatTest(new C!0b100([0, 1, 2]), "C");
/netbsd-current/external/gpl3/gcc.old/dist/libphobos/src/std/
H A Dformat.d2700 formatTest(S!0b100([0, 1, 2]), "S");
2727 formatTest(new C!0b100([0, 1, 2]), "C");
/netbsd-current/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.disasm/
H A Dt01_mov.s342 mov.w #0x1234:16,@-er1 ;79741234b100
/netbsd-current/external/gpl3/gdb.old/dist/gas/testsuite/gas/h8300/
H A Dt01_mov.s341 mov.w #0x1234:16,@-er1 ;79741234b100
/netbsd-current/external/gpl3/gdb/dist/gdb/testsuite/gdb.disasm/
H A Dt01_mov.s342 mov.w #0x1234:16,@-er1 ;79741234b100
/netbsd-current/external/gpl3/gdb.old/dist/gas/testsuite/gas/i386/
H A Dbundle-lock.d2847 *b100:\s+(f4\s+hlt|f8\s+clc)\s*
/netbsd-current/external/gpl3/binutils.old/dist/gas/config/
H A Dtc-arm.c24354 TUE("cbz", 0, b100, 2, (RR, EXP), 0, t_cbz),
/netbsd-current/external/gpl3/binutils/dist/gas/config/
H A Dtc-arm.c24969 TUE("cbz", 0, b100, 2, (RR, EXP), 0, t_cbz),
/netbsd-current/external/gpl3/gdb.old/dist/gas/config/
H A Dtc-arm.c24860 TUE("cbz", 0, b100, 2, (RR, EXP), 0, t_cbz),
/netbsd-current/external/gpl3/gdb.old/dist/gas/testsuite/gas/tic54x/
H A Dall-opcodes.d45322 b100: 6fd6.*
[all...]
/netbsd-current/external/gpl3/gdb.old/dist/gas/testsuite/gas/tilepro/
H A Dt_insns.d5674 b100: [0-9a-f]* { nor r15, r16, r17 ; slti_u r5, r6, 5 ; sh r25, r26 }
/netbsd-current/external/gpl3/gdb.old/dist/gas/testsuite/gas/tilegx/
H A Dt_insns.d5674 b100: [0-9a-f]* { v4shrs r5, r6, r7 ; prefetch_add_l3 r15, 5 }

Completed in 700 milliseconds