Home
last modified time | relevance | path

Searched refs:And64 (Results 1 – 25 of 83) sorted by relevance

1234

/dports/games/libretro-play/Play--3cd0a367b5e24c061a6310c68c9fa7f6b531ebd4/deps/CodeGen/tests/
H A DLogic64Test.cpp30 jitter.And64(); in Compile()
35 jitter.And64(); in Compile()
40 jitter.And64(); in Compile()
/dports/sysutils/edk2/edk2-platforms-89f6170d/Silicon/NXP/Include/Library/
H A DIoAccessLib.h32 UINT64 (*And64) (UINTN Address, UINT64 AndData); member
/dports/net/google-cloud-sdk-app-engine-go/platform/google_appengine/goroot-1.9/src/cmd/compile/internal/ssa/gen/
H A Dgeneric.rules122 (And64 (Const64 [c]) (Const64 [d])) -> (Const64 [c&d])
554 (And64 x x) -> x
558 (And64 (Const64 [-1]) x) -> x
562 (And64 (Const64 [0]) _) -> (Const64 [0])
603 (And64 x (And64 x y)) -> (And64 x y)
628 (Trunc64to8 (And64 (Const64 [y]) x)) && y&0xFF == 0xFF -> (Trunc64to8 x)
629 (Trunc64to16 (And64 (Const64 [y]) x)) && y&0xFFFF == 0xFFFF -> (Trunc64to16 x)
656 (And64 <t> (Const64 [y]) x) && nlz(y) + nto(y) == 64 && nto(y) >= 32
659 (And64 <t> (Const64 [y]) x) && nlo(y) + ntz(y) == 64 && ntz(y) >= 32
1256 (And64 (And64 i:(Const64 <t>) z) x) && (z.Op != OpConst64 && x.Op != OpConst64) -> (And64 i (And64
[all …]
/dports/lang/rust/rustc-1.58.1-src/vendor/cranelift-codegen/src/isa/s390x/inst/
H A Demit.rs966 ALUOp::And64 => (0xb9e4, true), // NGRK in emit()
1016 ALUOp::And64 => (0xb980, true), // NGR in emit()
1051 ALUOp::And64 => (None, Some(0xe380)), // NG in emit()
1097 (ALUOp::And64, 0) => 0xa57, // NILL in emit()
1098 (ALUOp::And64, 1) => 0xa56, // NILH in emit()
1099 (ALUOp::And64, 2) => 0xa55, // NIHL in emit()
1100 (ALUOp::And64, 3) => 0xa54, // NIHL in emit()
1114 (ALUOp::And64, 0) => 0xc0b, // NILF in emit()
1115 (ALUOp::And64, 1) => 0xc0a, // NIHF in emit()
1386 ALUOp::And64 => 0xebe4, // LANG in emit()
H A Dmod.rs69 And64, enumerator
2580 ALUOp::And64 => ("ngrk", true), in print_with_state()
2633 ALUOp::And64 => "ngr", in print_with_state()
2666 ALUOp::And64 => (None, Some("ng")), in print_with_state()
2731 (ALUOp::And64, 0) => "nill", in print_with_state()
2732 (ALUOp::And64, 1) => "nilh", in print_with_state()
2733 (ALUOp::And64, 2) => "nihl", in print_with_state()
2734 (ALUOp::And64, 3) => "nihh", in print_with_state()
2749 (ALUOp::And64, 0) => "nilf", in print_with_state()
2750 (ALUOp::And64, 1) => "nihf", in print_with_state()
[all …]
H A Demit_tests.rs87 alu_op: ALUOp::And64, in test_s390x_binemit()
329 alu_op: ALUOp::And64, in test_s390x_binemit()
697 alu_op: ALUOp::And64, in test_s390x_binemit()
1033 alu_op: ALUOp::And64, in test_s390x_binemit()
1042 alu_op: ALUOp::And64, in test_s390x_binemit()
1051 alu_op: ALUOp::And64, in test_s390x_binemit()
1060 alu_op: ALUOp::And64, in test_s390x_binemit()
1133 alu_op: ALUOp::And64, in test_s390x_binemit()
1142 alu_op: ALUOp::And64, in test_s390x_binemit()
2390 alu_op: ALUOp::And64, in test_s390x_binemit()
[all …]
/dports/www/firefox/firefox-99.0/third_party/rust/cranelift-codegen/src/isa/s390x/inst/
H A Demit.rs894 ALUOp::And64 => (0xb9e4, true), // NGRK in emit()
944 ALUOp::And64 => (0xb980, true), // NGR in emit()
979 ALUOp::And64 => (None, Some(0xe380)), // NG in emit()
1025 (ALUOp::And64, 0) => 0xa57, // NILL in emit()
1026 (ALUOp::And64, 1) => 0xa56, // NILH in emit()
1027 (ALUOp::And64, 2) => 0xa55, // NIHL in emit()
1028 (ALUOp::And64, 3) => 0xa54, // NIHL in emit()
1042 (ALUOp::And64, 0) => 0xc0b, // NILF in emit()
1043 (ALUOp::And64, 1) => 0xc0a, // NIHF in emit()
H A Dmod.rs57 And64, enumerator
2357 ALUOp::And64 => ("ngrk", true), in print_with_state()
2410 ALUOp::And64 => "ngr", in print_with_state()
2443 ALUOp::And64 => (None, Some("ng")), in print_with_state()
2508 (ALUOp::And64, 0) => "nill", in print_with_state()
2509 (ALUOp::And64, 1) => "nilh", in print_with_state()
2510 (ALUOp::And64, 2) => "nihl", in print_with_state()
2511 (ALUOp::And64, 3) => "nihh", in print_with_state()
2526 (ALUOp::And64, 0) => "nilf", in print_with_state()
2527 (ALUOp::And64, 1) => "nihf", in print_with_state()
H A Demit_tests.rs86 alu_op: ALUOp::And64, in test_s390x_binemit()
328 alu_op: ALUOp::And64, in test_s390x_binemit()
696 alu_op: ALUOp::And64, in test_s390x_binemit()
1032 alu_op: ALUOp::And64, in test_s390x_binemit()
1041 alu_op: ALUOp::And64, in test_s390x_binemit()
1050 alu_op: ALUOp::And64, in test_s390x_binemit()
1059 alu_op: ALUOp::And64, in test_s390x_binemit()
1132 alu_op: ALUOp::And64, in test_s390x_binemit()
1141 alu_op: ALUOp::And64, in test_s390x_binemit()
/dports/mail/thunderbird/thunderbird-91.8.0/third_party/rust/cranelift-codegen/src/isa/s390x/inst/
H A Demit.rs894 ALUOp::And64 => (0xb9e4, true), // NGRK in emit()
944 ALUOp::And64 => (0xb980, true), // NGR in emit()
979 ALUOp::And64 => (None, Some(0xe380)), // NG in emit()
1025 (ALUOp::And64, 0) => 0xa57, // NILL in emit()
1026 (ALUOp::And64, 1) => 0xa56, // NILH in emit()
1027 (ALUOp::And64, 2) => 0xa55, // NIHL in emit()
1028 (ALUOp::And64, 3) => 0xa54, // NIHL in emit()
1042 (ALUOp::And64, 0) => 0xc0b, // NILF in emit()
1043 (ALUOp::And64, 1) => 0xc0a, // NIHF in emit()
H A Dmod.rs57 And64, enumerator
2357 ALUOp::And64 => ("ngrk", true), in print_with_state()
2410 ALUOp::And64 => "ngr", in print_with_state()
2443 ALUOp::And64 => (None, Some("ng")), in print_with_state()
2508 (ALUOp::And64, 0) => "nill", in print_with_state()
2509 (ALUOp::And64, 1) => "nilh", in print_with_state()
2510 (ALUOp::And64, 2) => "nihl", in print_with_state()
2511 (ALUOp::And64, 3) => "nihh", in print_with_state()
2526 (ALUOp::And64, 0) => "nilf", in print_with_state()
2527 (ALUOp::And64, 1) => "nihf", in print_with_state()
H A Demit_tests.rs86 alu_op: ALUOp::And64, in test_s390x_binemit()
328 alu_op: ALUOp::And64, in test_s390x_binemit()
696 alu_op: ALUOp::And64, in test_s390x_binemit()
1032 alu_op: ALUOp::And64, in test_s390x_binemit()
1041 alu_op: ALUOp::And64, in test_s390x_binemit()
1050 alu_op: ALUOp::And64, in test_s390x_binemit()
1059 alu_op: ALUOp::And64, in test_s390x_binemit()
1132 alu_op: ALUOp::And64, in test_s390x_binemit()
1141 alu_op: ALUOp::And64, in test_s390x_binemit()
/dports/www/firefox-esr/firefox-91.8.0/third_party/rust/cranelift-codegen/src/isa/s390x/inst/
H A Demit.rs894 ALUOp::And64 => (0xb9e4, true), // NGRK in emit()
944 ALUOp::And64 => (0xb980, true), // NGR in emit()
979 ALUOp::And64 => (None, Some(0xe380)), // NG in emit()
1025 (ALUOp::And64, 0) => 0xa57, // NILL in emit()
1026 (ALUOp::And64, 1) => 0xa56, // NILH in emit()
1027 (ALUOp::And64, 2) => 0xa55, // NIHL in emit()
1028 (ALUOp::And64, 3) => 0xa54, // NIHL in emit()
1042 (ALUOp::And64, 0) => 0xc0b, // NILF in emit()
1043 (ALUOp::And64, 1) => 0xc0a, // NIHF in emit()
H A Dmod.rs57 And64, enumerator
2357 ALUOp::And64 => ("ngrk", true), in print_with_state()
2410 ALUOp::And64 => "ngr", in print_with_state()
2443 ALUOp::And64 => (None, Some("ng")), in print_with_state()
2508 (ALUOp::And64, 0) => "nill", in print_with_state()
2509 (ALUOp::And64, 1) => "nilh", in print_with_state()
2510 (ALUOp::And64, 2) => "nihl", in print_with_state()
2511 (ALUOp::And64, 3) => "nihh", in print_with_state()
2526 (ALUOp::And64, 0) => "nilf", in print_with_state()
2527 (ALUOp::And64, 1) => "nihf", in print_with_state()
H A Demit_tests.rs86 alu_op: ALUOp::And64, in test_s390x_binemit()
328 alu_op: ALUOp::And64, in test_s390x_binemit()
696 alu_op: ALUOp::And64, in test_s390x_binemit()
1032 alu_op: ALUOp::And64, in test_s390x_binemit()
1041 alu_op: ALUOp::And64, in test_s390x_binemit()
1050 alu_op: ALUOp::And64, in test_s390x_binemit()
1059 alu_op: ALUOp::And64, in test_s390x_binemit()
1132 alu_op: ALUOp::And64, in test_s390x_binemit()
1141 alu_op: ALUOp::And64, in test_s390x_binemit()
/dports/lang/go-devel/go-becaeea1199b875bc24800fa88f2f4fea119bf78/src/cmd/compile/internal/ssa/gen/
H A Dgeneric.rules129 (And64 (Const64 [c]) (Const64 [d])) => (Const64 [c&d])
496 (Leq64 (Const64 [0]) (And64 _ (Const64 [c]))) && c >= 0 => (ConstBool [true])
567 (Trunc64to8 (And64 (Const64 [y]) x)) && y&0xFF == 0xFF => (Trunc64to8 x)
568 (Trunc64to16 (And64 (Const64 [y]) x)) && y&0xFFFF == 0xFFFF => (Trunc64to16 x)
1823 => ((Eq64|Neq64) (And64 <t> n (Const64 <t> [1<<uint(k)-1])) (Const64 <t> [0]))
1835 (Eq64 (And64 <t> x (Const64 <t> [y])) (Const64 <t> [y])) && oneBit64(y)
1836 => (Neq64 (And64 <t> x (Const64 <t> [y])) (Const64 <t> [0]))
1843 (Neq64 (And64 <t> x (Const64 <t> [y])) (Const64 <t> [y])) && oneBit64(y)
1844 => (Eq64 (And64 <t> x (Const64 <t> [y])) (Const64 <t> [0]))
1897 (And64 (And64 i:(Const64 <t>) z) x) && (z.Op != OpConst64 && x.Op != OpConst64) => (And64 i (And64
[all …]
/dports/games/libretro-yabause/yabause-ea5b118/yabause/src/play/include/
H A DJitter.h116 void And64();
/dports/games/libretro-play/Play--3cd0a367b5e24c061a6310c68c9fa7f6b531ebd4/deps/CodeGen/include/
H A DJitter.h133 void And64();
/dports/net/ipinfo-cli/cli-ipinfo-2.7.0/lib/
H A Du128.go229 func (v1 U128) And64(v2 uint64) U128 { func
/dports/lang/go-devel/go-dragonfly-amd64-bootstrap/src/cmd/compile/internal/ssa/gen/
H A Dgeneric.rules127 (And64 (Const64 [c]) (Const64 [d])) -> (Const64 [c&d])
395 (And64 (Const64 [m]) (Rsh64Ux64 _ (Const64 [c]))) && c >= 64-ntz(m) -> (Const64 [0])
401 (And64 (Const64 [m]) (Lsh64x64 _ (Const64 [c]))) && c >= 64-nlz(m) -> (Const64 [0])
433 (Geq64 (And64 _ (Const64 [c])) (Const64 [0])) && int64(c) >= 0 -> (ConstBool [1])
518 (Trunc64to8 (And64 (Const64 [y]) x)) && y&0xFF == 0xFF -> (Trunc64to8 x)
519 (Trunc64to16 (And64 (Const64 [y]) x)) && y&0xFFFF == 0xFFFF -> (Trunc64to16 x)
520 (Trunc64to32 (And64 (Const64 [y]) x)) && y&0xFFFFFFFF == 0xFFFFFFFF -> (Trunc64to32 x)
1135 (Mod64u <t> n (Const64 [c])) && isPowerOfTwo(c) -> (And64 n (Const64 <t> [c-1]))
1730 -> ((Eq64|Neq64) (And64 <t> n (Const64 <t> [int64(1<<uint(k)-1)])) (Const64 <t> [0]))
1788 (And64 (And64 i:(Const64 <t>) z) x) && (z.Op != OpConst64 && x.Op != OpConst64) -> (And64 i (And64
[all …]
/dports/biology/figtree/figtree-1.4.4/packaging_tools/windows/launch4j/src/net/sf/launch4j/formimpl/
H A Dmessages.properties66 runtimeBits.32And64=First 32-bit, then 64-bit
/dports/lang/spidermonkey78/firefox-78.9.0/third_party/rust/cranelift-codegen/src/isa/aarch64/
H A Dlower_inst.rs395 Opcode::Band => choose_32_64(ty, ALUOp::And32, ALUOp::And64), in lower_insn_to_regs()
700 alu_op: ALUOp::And64, in lower_insn_to_regs()
716 alu_op: ALUOp::And64, in lower_insn_to_regs()
732 alu_op: ALUOp::And64, in lower_insn_to_regs()
760 alu_op: ALUOp::And64, in lower_insn_to_regs()
1002 alu_op: ALUOp::And64, in lower_insn_to_regs()
1479 let alu_op = choose_32_64(ty, ALUOp::And32, ALUOp::And64); in lower_insn_to_regs()
/dports/sysutils/vector/lucet-d4fc14a03bdb99ac83173d27fddf1aca48412a86/wasmtime/cranelift/codegen/src/isa/aarch64/
H A Dlower_inst.rs403 Opcode::Band => choose_32_64(ty, ALUOp::And32, ALUOp::And64), in lower_insn_to_regs()
708 alu_op: ALUOp::And64, in lower_insn_to_regs()
724 alu_op: ALUOp::And64, in lower_insn_to_regs()
740 alu_op: ALUOp::And64, in lower_insn_to_regs()
768 alu_op: ALUOp::And64, in lower_insn_to_regs()
1012 alu_op: ALUOp::And64, in lower_insn_to_regs()
/dports/lang/rust/rustc-1.58.1-src/vendor/cranelift-codegen/src/isa/s390x/
H A Dlower.rs1244 alu_op: choose_32_64(ty, ALUOp::And32, ALUOp::And64), in lower_insn_to_regs()
1338 alu_op: ALUOp::And64, in lower_insn_to_regs()
1546 let alu_op = choose_32_64(ty, ALUOp::And32, ALUOp::And64); in lower_insn_to_regs()
1607 (Opcode::BandNot, false) => choose_32_64(ty, ALUOp::And32, ALUOp::And64), in lower_insn_to_regs()
1629 alu_op: choose_32_64(ty, ALUOp::And32, ALUOp::And64), in lower_insn_to_regs()
1643 alu_op: choose_32_64(ty, ALUOp::And32, ALUOp::And64), in lower_insn_to_regs()
1750 alu_op: ALUOp::And64, in lower_insn_to_regs()
1865 alu_op: ALUOp::And64, in lower_insn_to_regs()
2689 AtomicRmwOp::And => (choose_32_64(ty, ALUOp::And32, ALUOp::And64), rn), in lower_insn_to_regs()
/dports/lang/spidermonkey78/firefox-78.9.0/third_party/rust/cranelift-codegen/src/isa/aarch64/inst/
H A Demit.rs337 ALUOp::And64 => 0b10001010_000, in emit()
439 ALUOp::And64 => (0b100_100100, false), in emit()
500 ALUOp::And64 => 0b100_01010000, in emit()

1234