Home
last modified time | relevance | path

Searched refs:XORI (Results 1 – 25 of 914) sorted by relevance

12345678910>>...37

/dports/devel/valgrind-lts/valgrind-dragonfly-dragonfly/none/tests/mips64/
H A Dlogical_instructions.c7 OR, ORI, XOR, XORI enumerator
15 for (op = AND; op <= XORI; op++) { in main()
88 case XORI: in main()
/dports/devel/valgrind/valgrind-dragonfly-dragonfly/none/tests/mips64/
H A Dlogical_instructions.c7 OR, ORI, XOR, XORI enumerator
15 for (op = AND; op <= XORI; op++) { in main()
88 case XORI: in main()
/dports/emulators/jzintv/jzintv-20200712-src/examples/spacepat/game/
H A Dmenu.asm110 XORI #$FF, R0
115 XORI #$FF, R0
/dports/games/libretro-fbneo/FBNeo-bbe3c05/src/cpu/mips3/
H A Dmips3_bitops.h45 void mips3::XORI(uint32_t opcode) in XORI() function
/dports/games/libretro-fbalpha/fbalpha-84eb9d9/src/cpu/mips3/
H A Dmips3_bitops.h45 void mips3::XORI(uint32_t opcode) in XORI() function
/dports/cad/cascade-compiler/cascade-f4f7ae8bd1dd379790c0e58c286df90b8d1cdcde/share/cascade/test/benchmark/mips32/asm/
H A Dmips32.yy58 XORI "xori"
158 | XORI REG COMMA REG COMMA IMM {
/dports/emulators/jzintv/jzintv-20200712-src/examples/library/
H A Ddec16only.asm152 XORI #$200, R1 ; Move to screen
206 XORI #$80, R3 ; Now display a zero.
208 XORI #$80, R3 ; Leave R3 unchanged.
/dports/emulators/jzintv/jzintv-20200712-src/examples/spacepat/engine/
H A Dupbsp.asm20 XORI #_X.xsiz+_X.visb+_X.intr,R0 ; 8 Merge in XSIZE, VISB, INTR bits
/dports/games/libretro-fbalpha/fbalpha-84eb9d9/src/cpu/mips3/x64/
H A Dmips3_x64_bitops.h64 inline bool mips3_x64::XORI(uint32_t opcode) in XORI() function
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/llvm/test/CodeGen/PowerPC/
H A Dfixup-kill-dead-flag-crash.mir18 %4:gprc = XORI killed %3:gprc, 63
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/llvm/test/CodeGen/PowerPC/
H A Dfixup-kill-dead-flag-crash.mir18 %4:gprc = XORI killed %3:gprc, 63
/dports/graphics/llvm-mesa/llvm-13.0.1.src/test/CodeGen/PowerPC/
H A Dfixup-kill-dead-flag-crash.mir18 %4:gprc = XORI killed %3:gprc, 63
/dports/devel/llvm12/llvm-project-12.0.1.src/llvm/test/CodeGen/PowerPC/
H A Dfixup-kill-dead-flag-crash.mir18 %4:gprc = XORI killed %3:gprc, 63
/dports/devel/llvm11/llvm-11.0.1.src/test/CodeGen/PowerPC/
H A Dfixup-kill-dead-flag-crash.mir18 %4:gprc = XORI killed %3:gprc, 63
/dports/lang/rust/rustc-1.58.1-src/src/llvm-project/llvm/test/CodeGen/PowerPC/
H A Dfixup-kill-dead-flag-crash.mir18 %4:gprc = XORI killed %3:gprc, 63
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/llvm/test/CodeGen/PowerPC/
H A Dfixup-kill-dead-flag-crash.mir18 %4:gprc = XORI killed %3:gprc, 63
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/llvm/test/CodeGen/PowerPC/
H A Dfixup-kill-dead-flag-crash.mir18 %4:gprc = XORI killed %3:gprc, 63
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/llvm/test/CodeGen/PowerPC/
H A Dfixup-kill-dead-flag-crash.mir18 %4:gprc = XORI killed %3:gprc, 63
/dports/devel/llvm13/llvm-project-13.0.1.src/llvm/test/CodeGen/PowerPC/
H A Dfixup-kill-dead-flag-crash.mir18 %4:gprc = XORI killed %3:gprc, 63
/dports/games/libretro-fbneo/FBNeo-bbe3c05/src/cpu/mips3/x64/
H A Dmips3_x64_bitops.h64 inline bool mips3_x64::XORI(uint32_t opcode) in XORI() function
/dports/emulators/jzintv/jzintv-20200712-src/src/imasm/
H A Dimasmsyntax.cfg19 MVII,ADDI,SUBI,CMPI,ANDI,XORI,
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCInstrHTM.td94 // failed (1). We use an XORI pattern to 'flip' the bit to match the
98 (XORI (TBEGIN_RET(HTM_get_imm imm:$R)), 1)>;
/dports/emulators/qemu/qemu-6.2.0/capstone/suite/synctools/tablegen/PPC/
H A DPPCInstrHTM.td95 // failed (1). We use an XORI pattern to 'flip' the bit to match the
99 (XORI (TBEGIN_RET(HTM_get_imm imm:$R)), 1)>;
/dports/devel/llvm10/llvm-10.0.1.src/lib/Target/PowerPC/
H A DPPCInstrHTM.td94 // failed (1). We use an XORI pattern to 'flip' the bit to match the
98 (XORI (TBEGIN_RET(HTM_get_imm imm:$R)), 1)>;
/dports/emulators/qemu60/qemu-6.0.0/capstone/suite/synctools/tablegen/PPC/
H A DPPCInstrHTM.td95 // failed (1). We use an XORI pattern to 'flip' the bit to match the
99 (XORI (TBEGIN_RET(HTM_get_imm imm:$R)), 1)>;

12345678910>>...37