Home
last modified time | relevance | path

Searched refs:BSET (Results 251 – 275 of 484) sorted by relevance

1...<<11121314151617181920

/dports/devel/riscv64-none-elf-gcc/gcc-8.4.0/gcc/config/nds32/
H A Dnds32-intrinsic.c613 NDS32_BUILTIN(unspec_bset, "bset", BSET)
1033 ADD_NDS32_BUILTIN2 ("pe_bset", unsigned, unsigned, unsigned, BSET); in nds32_init_builtins_impl()
/dports/lang/gcc8/gcc-8.5.0/gcc/config/nds32/
H A Dnds32-intrinsic.c613 NDS32_BUILTIN(unspec_bset, "bset", BSET)
1033 ADD_NDS32_BUILTIN2 ("pe_bset", unsigned, unsigned, unsigned, BSET); in nds32_init_builtins_impl()
/dports/games/libretro-yabause/yabause-ea5b118/yabause/src/q68/
H A Dq68-jit-x86.h347 GEN_EMIT(BSET)
H A Dq68-jit-psp.h472 GEN_EMIT(BSET)
H A Dq68-core.c858 enum {BTST = 0, BCHG = 1, BCLR = 2, BSET = 3} op = opcode>>6 & 3; in op_bit() enumerator
905 case BSET: value |= 1 << bitnum; break; in op_bit()
/dports/devel/asl/asl-current/tests/t_m16c/
H A Dt_m16c.asm1066 BSET:G [A0]
1067 BSET:G 0FFFH
1071 BSET:G 0FFFH,15
1072 BSET:G 12H[A0]
1073 BSET:G 15
1074 BSET:G 15,0FFFH
1077 BSET:G 15,15
1078 BSET:G 15,1H[FB]
1079 BSET:G 15,A0
1080 BSET:G 15,R0
[all …]
/dports/lang/ficl/ficl-4.1.0/test/
H A Dasm68k.4th150 300 IBIT BSET
/dports/devel/asl/asl-current/tests/t_ez8man/
H A Dt_ez8man.asm34 BSET 3,r5 ; E2 B5
/dports/games/libretro-beetle_saturn/beetle-saturn-libretro-ee5b214/mednafen/hw_cpu/m68k/
H A Dm68k.h298 void BSET(HAM<T, TAM> &targ, unsigned wb);
/dports/lang/mit-scheme/mit-scheme-9.2/src/compiler/machines/bobcat/
H A Dinstr2.scm415 (define-bit-manipulation BSET #b11 ea-d&a ea-d&a))
/dports/emulators/bsvc/bsvc-2.4.6/
H A DCHANGES.md108 * Bug in Sim68000's DIVS, BCHG, BCLR, BSET, and BTST instructions fixed
/dports/emulators/mednafen/mednafen/src/hw_cpu/m68k/
H A Dm68k.h301 void BSET(HAM<T, TAM> &targ, unsigned wb);
/dports/lang/gnatdroid-binutils-x86/binutils-2.27/gas/
H A Drx-parse.c101 BSET = 282, enumerator
235 #define BSET 282 macro
4038 OPC(BSET),
/dports/lang/gnatdroid-binutils/binutils-2.27/gas/
H A Drx-parse.c101 BSET = 282, enumerator
235 #define BSET 282 macro
4038 OPC(BSET),
/dports/games/libretro-px68k/px68k-libretro-8455d9c/m68000/c68k/
H A Dc68k_op0.inc7494 // BSET
7571 // BSET
7644 // BSET
7718 // BSET
7800 // BSET
7882 // BSET
7908 // BSET
7934 // BSET
7960 // BSET
7986 // BSET
/dports/devel/llvm12/llvm-project-12.0.1.src/llvm/lib/Target/RISCV/
H A DRISCVInstrInfoB.td201 def BSET : ALU_rr<0b0010100, 0b001, "bset">, Sched<[]>;
647 (BSET GPR:$rs1, GPR:$rs2)>;
654 (BSET X0, GPR:$rs2)>;
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/llvm/lib/Target/RISCV/
H A DRISCVInstrInfoB.td201 def BSET : ALU_rr<0b0010100, 0b001, "bset">, Sched<[]>;
647 (BSET GPR:$rs1, GPR:$rs2)>;
654 (BSET X0, GPR:$rs2)>;
/dports/emulators/qemu/qemu-6.2.0/target/mips/tcg/
H A Dmsa_translate.c454 TRANS_DF_iii(BSET, trans_msa_3r, gen_helper_msa_bset);
/dports/devel/riscv64-none-elf-gcc/gcc-8.4.0/gcc/testsuite/gcc.target/mips/
H A Dmsa-builtins.c709 #define BSET(T) NOMIPS16 T FN (bset, T ## _DF) (T i, T j) { return BUILTIN (bset, T ## _DF) (i, j);… macro
943 ITERATE_FOR_ALL_UNSIGNED_INT_VECTOR_TYPES (BSET)
/dports/lang/gcc10/gcc-10.3.0/gcc/testsuite/gcc.target/mips/
H A Dmsa-builtins.c709 #define BSET(T) NOMIPS16 T FN (bset, T ## _DF) (T i, T j) { return BUILTIN (bset, T ## _DF) (i, j);… macro
943 ITERATE_FOR_ALL_UNSIGNED_INT_VECTOR_TYPES (BSET)
/dports/lang/gcc11-devel/gcc-11-20211009/gcc/testsuite/gcc.target/mips/
H A Dmsa-builtins.c709 #define BSET(T) NOMIPS16 T FN (bset, T ## _DF) (T i, T j) { return BUILTIN (bset, T ## _DF) (i, j);… macro
943 ITERATE_FOR_ALL_UNSIGNED_INT_VECTOR_TYPES (BSET)
/dports/lang/gcc11/gcc-11.2.0/gcc/testsuite/gcc.target/mips/
H A Dmsa-builtins.c709 #define BSET(T) NOMIPS16 T FN (bset, T ## _DF) (T i, T j) { return BUILTIN (bset, T ## _DF) (i, j);… macro
943 ITERATE_FOR_ALL_UNSIGNED_INT_VECTOR_TYPES (BSET)
/dports/devel/arm-none-eabi-gcc/gcc-8.4.0/gcc/testsuite/gcc.target/mips/
H A Dmsa-builtins.c709 #define BSET(T) NOMIPS16 T FN (bset, T ## _DF) (T i, T j) { return BUILTIN (bset, T ## _DF) (i, j);… macro
943 ITERATE_FOR_ALL_UNSIGNED_INT_VECTOR_TYPES (BSET)
/dports/devel/riscv32-unknown-elf-gcc/gcc-8.4.0/gcc/testsuite/gcc.target/mips/
H A Dmsa-builtins.c709 #define BSET(T) NOMIPS16 T FN (bset, T ## _DF) (T i, T j) { return BUILTIN (bset, T ## _DF) (i, j);… macro
943 ITERATE_FOR_ALL_UNSIGNED_INT_VECTOR_TYPES (BSET)
/dports/lang/gcc9-devel/gcc-9-20211007/gcc/testsuite/gcc.target/mips/
H A Dmsa-builtins.c709 #define BSET(T) NOMIPS16 T FN (bset, T ## _DF) (T i, T j) { return BUILTIN (bset, T ## _DF) (i, j);… macro
943 ITERATE_FOR_ALL_UNSIGNED_INT_VECTOR_TYPES (BSET)

1...<<11121314151617181920