Home
last modified time | relevance | path

Searched refs:BinaryInt (Results 1 – 25 of 28) sorted by relevance

12

/dports/devel/llvm70/llvm-7.0.1.src/lib/Target/WebAssembly/
H A DWebAssemblyInstrInteger.td20 defm ADD : BinaryInt<add, "add ", 0x6a, 0x7c>;
21 defm SUB : BinaryInt<sub, "sub ", 0x6b, 0x7d>;
23 defm MUL : BinaryInt<mul, "mul ", 0x6c, 0x7e>;
26 defm DIV_S : BinaryInt<sdiv, "div_s", 0x6d, 0x7f>;
27 defm DIV_U : BinaryInt<udiv, "div_u", 0x6e, 0x80>;
32 defm AND : BinaryInt<and, "and ", 0x71, 0x83>;
33 defm OR : BinaryInt<or, "or ", 0x72, 0x84>;
34 defm XOR : BinaryInt<xor, "xor ", 0x73, 0x85>;
36 defm SHL : BinaryInt<shl, "shl ", 0x74, 0x86>;
39 defm ROTL : BinaryInt<rotl, "rotl", 0x77, 0x89>;
[all …]
H A DWebAssemblyInstrFormats.td89 multiclass BinaryInt<SDNode node, string name, bits<32> i32Inst,
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/llvm/lib/Target/WebAssembly/
H A DWebAssemblyInstrInteger.td50 defm ADD : BinaryInt<add, "add ", 0x6a, 0x7c>;
51 defm SUB : BinaryInt<sub, "sub ", 0x6b, 0x7d>;
53 defm MUL : BinaryInt<mul, "mul ", 0x6c, 0x7e>;
62 defm AND : BinaryInt<and, "and ", 0x71, 0x83>;
63 defm OR : BinaryInt<or, "or ", 0x72, 0x84>;
64 defm XOR : BinaryInt<xor, "xor ", 0x73, 0x85>;
66 defm SHL : BinaryInt<shl, "shl ", 0x74, 0x86>;
67 defm SHR_S : BinaryInt<sra, "shr_s", 0x75, 0x87>;
68 defm SHR_U : BinaryInt<srl, "shr_u", 0x76, 0x88>;
69 defm ROTL : BinaryInt<rotl, "rotl", 0x77, 0x89>;
[all …]
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/llvm/lib/Target/WebAssembly/
H A DWebAssemblyInstrInteger.td50 defm ADD : BinaryInt<add, "add ", 0x6a, 0x7c>;
51 defm SUB : BinaryInt<sub, "sub ", 0x6b, 0x7d>;
53 defm MUL : BinaryInt<mul, "mul ", 0x6c, 0x7e>;
62 defm AND : BinaryInt<and, "and ", 0x71, 0x83>;
63 defm OR : BinaryInt<or, "or ", 0x72, 0x84>;
64 defm XOR : BinaryInt<xor, "xor ", 0x73, 0x85>;
66 defm SHL : BinaryInt<shl, "shl ", 0x74, 0x86>;
67 defm SHR_S : BinaryInt<sra, "shr_s", 0x75, 0x87>;
68 defm SHR_U : BinaryInt<srl, "shr_u", 0x76, 0x88>;
69 defm ROTL : BinaryInt<rotl, "rotl", 0x77, 0x89>;
[all …]
/dports/devel/llvm10/llvm-10.0.1.src/lib/Target/WebAssembly/
H A DWebAssemblyInstrInteger.td50 defm ADD : BinaryInt<add, "add ", 0x6a, 0x7c>;
51 defm SUB : BinaryInt<sub, "sub ", 0x6b, 0x7d>;
53 defm MUL : BinaryInt<mul, "mul ", 0x6c, 0x7e>;
62 defm AND : BinaryInt<and, "and ", 0x71, 0x83>;
63 defm OR : BinaryInt<or, "or ", 0x72, 0x84>;
64 defm XOR : BinaryInt<xor, "xor ", 0x73, 0x85>;
66 defm SHL : BinaryInt<shl, "shl ", 0x74, 0x86>;
67 defm SHR_S : BinaryInt<sra, "shr_s", 0x75, 0x87>;
68 defm SHR_U : BinaryInt<srl, "shr_u", 0x76, 0x88>;
69 defm ROTL : BinaryInt<rotl, "rotl", 0x77, 0x89>;
[all …]
/dports/devel/llvm12/llvm-project-12.0.1.src/llvm/lib/Target/WebAssembly/
H A DWebAssemblyInstrInteger.td50 defm ADD : BinaryInt<add, "add ", 0x6a, 0x7c>;
51 defm SUB : BinaryInt<sub, "sub ", 0x6b, 0x7d>;
53 defm MUL : BinaryInt<mul, "mul ", 0x6c, 0x7e>;
62 defm AND : BinaryInt<and, "and ", 0x71, 0x83>;
63 defm OR : BinaryInt<or, "or ", 0x72, 0x84>;
64 defm XOR : BinaryInt<xor, "xor ", 0x73, 0x85>;
66 defm SHL : BinaryInt<shl, "shl ", 0x74, 0x86>;
67 defm SHR_S : BinaryInt<sra, "shr_s", 0x75, 0x87>;
68 defm SHR_U : BinaryInt<srl, "shr_u", 0x76, 0x88>;
69 defm ROTL : BinaryInt<rotl, "rotl", 0x77, 0x89>;
[all …]
/dports/devel/llvm11/llvm-11.0.1.src/lib/Target/WebAssembly/
H A DWebAssemblyInstrInteger.td50 defm ADD : BinaryInt<add, "add ", 0x6a, 0x7c>;
51 defm SUB : BinaryInt<sub, "sub ", 0x6b, 0x7d>;
53 defm MUL : BinaryInt<mul, "mul ", 0x6c, 0x7e>;
62 defm AND : BinaryInt<and, "and ", 0x71, 0x83>;
63 defm OR : BinaryInt<or, "or ", 0x72, 0x84>;
64 defm XOR : BinaryInt<xor, "xor ", 0x73, 0x85>;
66 defm SHL : BinaryInt<shl, "shl ", 0x74, 0x86>;
67 defm SHR_S : BinaryInt<sra, "shr_s", 0x75, 0x87>;
68 defm SHR_U : BinaryInt<srl, "shr_u", 0x76, 0x88>;
69 defm ROTL : BinaryInt<rotl, "rotl", 0x77, 0x89>;
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/swiftshader/third_party/llvm-10.0/llvm/lib/Target/WebAssembly/
H A DWebAssemblyInstrInteger.td50 defm ADD : BinaryInt<add, "add ", 0x6a, 0x7c>;
51 defm SUB : BinaryInt<sub, "sub ", 0x6b, 0x7d>;
53 defm MUL : BinaryInt<mul, "mul ", 0x6c, 0x7e>;
62 defm AND : BinaryInt<and, "and ", 0x71, 0x83>;
63 defm OR : BinaryInt<or, "or ", 0x72, 0x84>;
64 defm XOR : BinaryInt<xor, "xor ", 0x73, 0x85>;
66 defm SHL : BinaryInt<shl, "shl ", 0x74, 0x86>;
67 defm SHR_S : BinaryInt<sra, "shr_s", 0x75, 0x87>;
68 defm SHR_U : BinaryInt<srl, "shr_u", 0x76, 0x88>;
69 defm ROTL : BinaryInt<rotl, "rotl", 0x77, 0x89>;
[all …]
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/llvm/lib/Target/WebAssembly/
H A DWebAssemblyInstrInteger.td50 defm ADD : BinaryInt<add, "add ", 0x6a, 0x7c>;
51 defm SUB : BinaryInt<sub, "sub ", 0x6b, 0x7d>;
53 defm MUL : BinaryInt<mul, "mul ", 0x6c, 0x7e>;
62 defm AND : BinaryInt<and, "and ", 0x71, 0x83>;
63 defm OR : BinaryInt<or, "or ", 0x72, 0x84>;
64 defm XOR : BinaryInt<xor, "xor ", 0x73, 0x85>;
66 defm SHL : BinaryInt<shl, "shl ", 0x74, 0x86>;
67 defm SHR_S : BinaryInt<sra, "shr_s", 0x75, 0x87>;
68 defm SHR_U : BinaryInt<srl, "shr_u", 0x76, 0x88>;
69 defm ROTL : BinaryInt<rotl, "rotl", 0x77, 0x89>;
[all …]
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/llvm/lib/Target/WebAssembly/
H A DWebAssemblyInstrInteger.td50 defm ADD : BinaryInt<add, "add ", 0x6a, 0x7c>;
51 defm SUB : BinaryInt<sub, "sub ", 0x6b, 0x7d>;
53 defm MUL : BinaryInt<mul, "mul ", 0x6c, 0x7e>;
62 defm AND : BinaryInt<and, "and ", 0x71, 0x83>;
63 defm OR : BinaryInt<or, "or ", 0x72, 0x84>;
64 defm XOR : BinaryInt<xor, "xor ", 0x73, 0x85>;
66 defm SHL : BinaryInt<shl, "shl ", 0x74, 0x86>;
67 defm SHR_S : BinaryInt<sra, "shr_s", 0x75, 0x87>;
68 defm SHR_U : BinaryInt<srl, "shr_u", 0x76, 0x88>;
69 defm ROTL : BinaryInt<rotl, "rotl", 0x77, 0x89>;
[all …]
/dports/devel/llvm90/llvm-9.0.1.src/lib/Target/WebAssembly/
H A DWebAssemblyInstrInteger.td50 defm ADD : BinaryInt<add, "add ", 0x6a, 0x7c>;
51 defm SUB : BinaryInt<sub, "sub ", 0x6b, 0x7d>;
53 defm MUL : BinaryInt<mul, "mul ", 0x6c, 0x7e>;
62 defm AND : BinaryInt<and, "and ", 0x71, 0x83>;
63 defm OR : BinaryInt<or, "or ", 0x72, 0x84>;
64 defm XOR : BinaryInt<xor, "xor ", 0x73, 0x85>;
66 defm SHL : BinaryInt<shl, "shl ", 0x74, 0x86>;
67 defm SHR_S : BinaryInt<sra, "shr_s", 0x75, 0x87>;
68 defm SHR_U : BinaryInt<srl, "shr_u", 0x76, 0x88>;
69 defm ROTL : BinaryInt<rotl, "rotl", 0x77, 0x89>;
[all …]
/dports/devel/llvm80/llvm-8.0.1.src/lib/Target/WebAssembly/
H A DWebAssemblyInstrInteger.td51 defm ADD : BinaryInt<add, "add ", 0x6a, 0x7c>;
52 defm SUB : BinaryInt<sub, "sub ", 0x6b, 0x7d>;
54 defm MUL : BinaryInt<mul, "mul ", 0x6c, 0x7e>;
63 defm AND : BinaryInt<and, "and ", 0x71, 0x83>;
64 defm OR : BinaryInt<or, "or ", 0x72, 0x84>;
65 defm XOR : BinaryInt<xor, "xor ", 0x73, 0x85>;
67 defm SHL : BinaryInt<shl, "shl ", 0x74, 0x86>;
68 defm SHR_S : BinaryInt<sra, "shr_s", 0x75, 0x87>;
69 defm SHR_U : BinaryInt<srl, "shr_u", 0x76, 0x88>;
70 defm ROTL : BinaryInt<rotl, "rotl", 0x77, 0x89>;
[all …]
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/llvm/lib/Target/WebAssembly/
H A DWebAssemblyInstrInteger.td50 defm ADD : BinaryInt<add, "add ", 0x6a, 0x7c>;
51 defm SUB : BinaryInt<sub, "sub ", 0x6b, 0x7d>;
53 defm MUL : BinaryInt<mul, "mul ", 0x6c, 0x7e>;
62 defm AND : BinaryInt<and, "and ", 0x71, 0x83>;
63 defm OR : BinaryInt<or, "or ", 0x72, 0x84>;
64 defm XOR : BinaryInt<xor, "xor ", 0x73, 0x85>;
66 defm SHL : BinaryInt<shl, "shl ", 0x74, 0x86>;
67 defm SHR_S : BinaryInt<sra, "shr_s", 0x75, 0x87>;
68 defm SHR_U : BinaryInt<srl, "shr_u", 0x76, 0x88>;
69 defm ROTL : BinaryInt<rotl, "rotl", 0x77, 0x89>;
[all …]
/dports/graphics/llvm-mesa/llvm-13.0.1.src/lib/Target/WebAssembly/
H A DWebAssemblyInstrInteger.td50 defm ADD : BinaryInt<add, "add ", 0x6a, 0x7c>;
51 defm SUB : BinaryInt<sub, "sub ", 0x6b, 0x7d>;
53 defm MUL : BinaryInt<mul, "mul ", 0x6c, 0x7e>;
62 defm AND : BinaryInt<and, "and ", 0x71, 0x83>;
63 defm OR : BinaryInt<or, "or ", 0x72, 0x84>;
64 defm XOR : BinaryInt<xor, "xor ", 0x73, 0x85>;
66 defm SHL : BinaryInt<shl, "shl ", 0x74, 0x86>;
67 defm SHR_S : BinaryInt<sra, "shr_s", 0x75, 0x87>;
68 defm SHR_U : BinaryInt<srl, "shr_u", 0x76, 0x88>;
69 defm ROTL : BinaryInt<rotl, "rotl", 0x77, 0x89>;
[all …]
/dports/lang/rust/rustc-1.58.1-src/src/llvm-project/llvm/lib/Target/WebAssembly/
H A DWebAssemblyInstrInteger.td50 defm ADD : BinaryInt<add, "add ", 0x6a, 0x7c>;
51 defm SUB : BinaryInt<sub, "sub ", 0x6b, 0x7d>;
53 defm MUL : BinaryInt<mul, "mul ", 0x6c, 0x7e>;
62 defm AND : BinaryInt<and, "and ", 0x71, 0x83>;
63 defm OR : BinaryInt<or, "or ", 0x72, 0x84>;
64 defm XOR : BinaryInt<xor, "xor ", 0x73, 0x85>;
66 defm SHL : BinaryInt<shl, "shl ", 0x74, 0x86>;
67 defm SHR_S : BinaryInt<sra, "shr_s", 0x75, 0x87>;
68 defm SHR_U : BinaryInt<srl, "shr_u", 0x76, 0x88>;
69 defm ROTL : BinaryInt<rotl, "rotl", 0x77, 0x89>;
[all …]
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/llvm/lib/Target/WebAssembly/
H A DWebAssemblyInstrInteger.td50 defm ADD : BinaryInt<add, "add ", 0x6a, 0x7c>;
51 defm SUB : BinaryInt<sub, "sub ", 0x6b, 0x7d>;
53 defm MUL : BinaryInt<mul, "mul ", 0x6c, 0x7e>;
62 defm AND : BinaryInt<and, "and ", 0x71, 0x83>;
63 defm OR : BinaryInt<or, "or ", 0x72, 0x84>;
64 defm XOR : BinaryInt<xor, "xor ", 0x73, 0x85>;
66 defm SHL : BinaryInt<shl, "shl ", 0x74, 0x86>;
67 defm SHR_S : BinaryInt<sra, "shr_s", 0x75, 0x87>;
68 defm SHR_U : BinaryInt<srl, "shr_u", 0x76, 0x88>;
69 defm ROTL : BinaryInt<rotl, "rotl", 0x77, 0x89>;
[all …]
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/llvm/lib/Target/WebAssembly/
H A DWebAssemblyInstrInteger.td50 defm ADD : BinaryInt<add, "add ", 0x6a, 0x7c>;
51 defm SUB : BinaryInt<sub, "sub ", 0x6b, 0x7d>;
53 defm MUL : BinaryInt<mul, "mul ", 0x6c, 0x7e>;
62 defm AND : BinaryInt<and, "and ", 0x71, 0x83>;
63 defm OR : BinaryInt<or, "or ", 0x72, 0x84>;
64 defm XOR : BinaryInt<xor, "xor ", 0x73, 0x85>;
66 defm SHL : BinaryInt<shl, "shl ", 0x74, 0x86>;
67 defm SHR_S : BinaryInt<sra, "shr_s", 0x75, 0x87>;
68 defm SHR_U : BinaryInt<srl, "shr_u", 0x76, 0x88>;
69 defm ROTL : BinaryInt<rotl, "rotl", 0x77, 0x89>;
[all …]
/dports/devel/llvm13/llvm-project-13.0.1.src/llvm/lib/Target/WebAssembly/
H A DWebAssemblyInstrInteger.td50 defm ADD : BinaryInt<add, "add ", 0x6a, 0x7c>;
51 defm SUB : BinaryInt<sub, "sub ", 0x6b, 0x7d>;
53 defm MUL : BinaryInt<mul, "mul ", 0x6c, 0x7e>;
62 defm AND : BinaryInt<and, "and ", 0x71, 0x83>;
63 defm OR : BinaryInt<or, "or ", 0x72, 0x84>;
64 defm XOR : BinaryInt<xor, "xor ", 0x73, 0x85>;
66 defm SHL : BinaryInt<shl, "shl ", 0x74, 0x86>;
67 defm SHR_S : BinaryInt<sra, "shr_s", 0x75, 0x87>;
68 defm SHR_U : BinaryInt<srl, "shr_u", 0x76, 0x88>;
69 defm ROTL : BinaryInt<rotl, "rotl", 0x77, 0x89>;
[all …]
/dports/net/rclone/rclone-1.57.0/vendor/github.com/anacrolix/dms/dlna/
H A Ddlna.go23 func BinaryInt(b bool) uint { func
41 BinaryInt(cf.SupportTimeSeek),
42 BinaryInt(cf.SupportRange),
43 BinaryInt(cf.Transcoded)))
/dports/devel/py-srsly/srsly-2.4.2/srsly/ruamel_yaml/
H A Dscalarint.py103 class BinaryInt(ScalarInt): class
H A Drepresenter.py18 from .scalarint import ScalarInt, BinaryInt, OctalInt, HexInt, HexCapsInt
1290 BinaryInt, RoundTripRepresenter.represent_binary_int
/dports/net/google-cloud-sdk/google-cloud-sdk/lib/third_party/ruamel/yaml/
H A Dscalarint.py93 class BinaryInt(ScalarInt): class
H A Drepresenter.py17 from ruamel.yaml.scalarint import ScalarInt, BinaryInt, OctalInt, HexInt, HexCapsInt
1247 RoundTripRepresenter.add_representer(BinaryInt, RoundTripRepresenter.represent_binary_int)
/dports/devel/py-ruamel.yaml/ruamel.yaml-0.16.12/
H A Dscalarint.py93 class BinaryInt(ScalarInt): class
H A Drepresenter.py29 from ruamel.yaml.scalarint import ScalarInt, BinaryInt, OctalInt, HexInt, HexCapsInt
1249 RoundTripRepresenter.add_representer(BinaryInt, RoundTripRepresenter.represent_binary_int)

12