Home
last modified time | relevance | path

Searched refs:op2val (Results 1 – 25 of 49) sorted by relevance

12

/dports/lang/gomacro/gomacro-2.7-304-g2f4dc7c/jit/amd64/
H A Dop2.go45 func op2val(op Op2) uint8 { func
166 op_ := op2val(op)
185 op_ := op2val(op)
211 op_ := op2val(op)
237 op_ := op2val(op)
269 op_ := op2val(op)
309 op_ := op2val(op)
354 op_ := op2val(op)
428 op_ := op2val(op)
H A Dshift.go35 op_ := op2val(op)
75 op_ := op2val(op) &^ 0xC0
119 op_ := op2val(op)
155 op_ := op2val(op) &^ 0xC0
/dports/lang/gomacro/gomacro-2.7-304-g2f4dc7c/jit/arm64/
H A Dop2.go22 func op2val(op Op2) uint32 { func
60 op2val(op) // validate op
105 asm.Uint32(kbit(dst) | op2val(op) | val(src)<<16 | val(dst))
/dports/java/openjdk8/jdk8u-jdk8u312-b07.1/hotspot/src/cpu/sparc/vm/
H A DnativeInst_sparc.hpp148 static int branch_instruction(Assembler::op2s op2val, Assembler::Condition c, bool a) { in branch_instruction() argument
149 …return Assembler::op(Assembler::branch_op) | Assembler::op2(op2val) | Assembler::annul(a) | Assemb… in branch_instruction()
173 static bool is_op2(int x, Assembler::op2s op2val) { in is_op2() argument
174 return Assembler::inv_op(x) == Assembler::branch_op && Assembler::inv_op2(x) == op2val; in is_op2()
/dports/java/openjdk8-jre/jdk8u-jdk8u312-b07.1/hotspot/src/cpu/sparc/vm/
H A DnativeInst_sparc.hpp148 static int branch_instruction(Assembler::op2s op2val, Assembler::Condition c, bool a) { in branch_instruction() argument
149 …return Assembler::op(Assembler::branch_op) | Assembler::op2(op2val) | Assembler::annul(a) | Assemb… in branch_instruction()
173 static bool is_op2(int x, Assembler::op2s op2val) { in is_op2() argument
174 return Assembler::inv_op(x) == Assembler::branch_op && Assembler::inv_op2(x) == op2val; in is_op2()
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/src/hotspot/cpu/sparc/
H A DnativeInst_sparc.hpp145 static bool is_op2(int x, Assembler::op2s op2val) { in is_op2() argument
146 return Assembler::inv_op(x) == Assembler::branch_op && Assembler::inv_op2(x) == op2val; in is_op2()
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/src/hotspot/cpu/sparc/
H A DnativeInst_sparc.hpp145 static bool is_op2(int x, Assembler::op2s op2val) { in is_op2() argument
146 return Assembler::inv_op(x) == Assembler::branch_op && Assembler::inv_op2(x) == op2val; in is_op2()
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/src/hotspot/cpu/sparc/
H A DnativeInst_sparc.hpp145 static bool is_op2(int x, Assembler::op2s op2val) { in is_op2() argument
146 return Assembler::inv_op(x) == Assembler::branch_op && Assembler::inv_op2(x) == op2val; in is_op2()
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/src/hotspot/cpu/sparc/
H A DnativeInst_sparc.hpp145 static bool is_op2(int x, Assembler::op2s op2val) { in is_op2() argument
146 return Assembler::inv_op(x) == Assembler::branch_op && Assembler::inv_op2(x) == op2val; in is_op2()
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/src/hotspot/cpu/sparc/
H A DnativeInst_sparc.hpp145 static bool is_op2(int x, Assembler::op2s op2val) { in is_op2() argument
146 return Assembler::inv_op(x) == Assembler::branch_op && Assembler::inv_op2(x) == op2val; in is_op2()
/dports/lang/gcc6-aux/gcc-6-20180516/gcc/
H A Dwide-int.cc1269 unsigned int op1len, const HOST_WIDE_INT *op2val, in mul_internal() argument
1299 wide_int_ref op2 = wi::storage_ref (op2val, op2len, prec); in mul_internal()
1356 val[i] = op2val[i]; in mul_internal()
1410 wi_unpack (v, op2val, op2len, half_blocks_needed, prec, SIGNED); in mul_internal()
/dports/lang/gnat_util/gcc-6-20180516/gcc/
H A Dwide-int.cc1269 unsigned int op1len, const HOST_WIDE_INT *op2val, in mul_internal() argument
1299 wide_int_ref op2 = wi::storage_ref (op2val, op2len, prec); in mul_internal()
1356 val[i] = op2val[i]; in mul_internal()
1410 wi_unpack (v, op2val, op2len, half_blocks_needed, prec, SIGNED); in mul_internal()
/dports/lang/gcc8/gcc-8.5.0/gcc/
H A Dwide-int.cc1287 unsigned int op1len, const HOST_WIDE_INT *op2val, in mul_internal() argument
1317 wide_int_ref op2 = wi::storage_ref (op2val, op2len, prec); in mul_internal()
1374 val[i] = op2val[i]; in mul_internal()
1428 wi_unpack (v, op2val, op2len, half_blocks_needed, prec, SIGNED); in mul_internal()
/dports/devel/riscv64-none-elf-gcc/gcc-8.4.0/gcc/
H A Dwide-int.cc1270 unsigned int op1len, const HOST_WIDE_INT *op2val, in mul_internal() argument
1300 wide_int_ref op2 = wi::storage_ref (op2val, op2len, prec); in mul_internal()
1357 val[i] = op2val[i]; in mul_internal()
1411 wi_unpack (v, op2val, op2len, half_blocks_needed, prec, SIGNED); in mul_internal()
/dports/devel/arm-none-eabi-gcc/gcc-8.4.0/gcc/
H A Dwide-int.cc1270 unsigned int op1len, const HOST_WIDE_INT *op2val, in mul_internal() argument
1300 wide_int_ref op2 = wi::storage_ref (op2val, op2len, prec); in mul_internal()
1357 val[i] = op2val[i]; in mul_internal()
1411 wi_unpack (v, op2val, op2len, half_blocks_needed, prec, SIGNED); in mul_internal()
/dports/devel/riscv32-unknown-elf-gcc/gcc-8.4.0/gcc/
H A Dwide-int.cc1270 unsigned int op1len, const HOST_WIDE_INT *op2val, in mul_internal() argument
1300 wide_int_ref op2 = wi::storage_ref (op2val, op2len, prec); in mul_internal()
1357 val[i] = op2val[i]; in mul_internal()
1411 wi_unpack (v, op2val, op2len, half_blocks_needed, prec, SIGNED); in mul_internal()
/dports/devel/aarch64-none-elf-gcc/gcc-8.4.0/gcc/
H A Dwide-int.cc1270 unsigned int op1len, const HOST_WIDE_INT *op2val, in mul_internal() argument
1300 wide_int_ref op2 = wi::storage_ref (op2val, op2len, prec); in mul_internal()
1357 val[i] = op2val[i]; in mul_internal()
1411 wi_unpack (v, op2val, op2len, half_blocks_needed, prec, SIGNED); in mul_internal()
/dports/devel/riscv64-gcc/gcc-8.3.0/gcc/
H A Dwide-int.cc1270 unsigned int op1len, const HOST_WIDE_INT *op2val, in mul_internal() argument
1300 wide_int_ref op2 = wi::storage_ref (op2val, op2len, prec); in mul_internal()
1357 val[i] = op2val[i]; in mul_internal()
1411 wi_unpack (v, op2val, op2len, half_blocks_needed, prec, SIGNED); in mul_internal()
/dports/lang/gcc12-devel/gcc-12-20211205/gcc/
H A Dwide-int.cc1300 unsigned int op1len, const HOST_WIDE_INT *op2val, in mul_internal() argument
1330 wide_int_ref op2 = wi::storage_ref (op2val, op2len, prec); in mul_internal()
1388 val[i] = op2val[i]; in mul_internal()
1444 wi_unpack (v, op2val, op2len, half_blocks_needed, prec, SIGNED); in mul_internal()
/dports/lang/gcc10/gcc-10.3.0/gcc/
H A Dwide-int.cc1300 unsigned int op1len, const HOST_WIDE_INT *op2val, in mul_internal() argument
1330 wide_int_ref op2 = wi::storage_ref (op2val, op2len, prec); in mul_internal()
1388 val[i] = op2val[i]; in mul_internal()
1444 wi_unpack (v, op2val, op2len, half_blocks_needed, prec, SIGNED); in mul_internal()
/dports/lang/gcc11-devel/gcc-11-20211009/gcc/
H A Dwide-int.cc1300 unsigned int op1len, const HOST_WIDE_INT *op2val, in mul_internal() argument
1330 wide_int_ref op2 = wi::storage_ref (op2val, op2len, prec); in mul_internal()
1388 val[i] = op2val[i]; in mul_internal()
1444 wi_unpack (v, op2val, op2len, half_blocks_needed, prec, SIGNED); in mul_internal()
/dports/lang/gcc9-devel/gcc-9-20211007/gcc/
H A Dwide-int.cc1300 unsigned int op1len, const HOST_WIDE_INT *op2val, in mul_internal() argument
1330 wide_int_ref op2 = wi::storage_ref (op2val, op2len, prec); in mul_internal()
1388 val[i] = op2val[i]; in mul_internal()
1444 wi_unpack (v, op2val, op2len, half_blocks_needed, prec, SIGNED); in mul_internal()
/dports/misc/cxx_atomics_pic/gcc-11.2.0/gcc/
H A Dwide-int.cc1300 unsigned int op1len, const HOST_WIDE_INT *op2val, in mul_internal() argument
1330 wide_int_ref op2 = wi::storage_ref (op2val, op2len, prec); in mul_internal()
1388 val[i] = op2val[i]; in mul_internal()
1444 wi_unpack (v, op2val, op2len, half_blocks_needed, prec, SIGNED); in mul_internal()
/dports/devel/avr-gcc/gcc-10.2.0/gcc/
H A Dwide-int.cc1283 unsigned int op1len, const HOST_WIDE_INT *op2val, in mul_internal() argument
1313 wide_int_ref op2 = wi::storage_ref (op2val, op2len, prec); in mul_internal()
1371 val[i] = op2val[i]; in mul_internal()
1427 wi_unpack (v, op2val, op2len, half_blocks_needed, prec, SIGNED); in mul_internal()
/dports/lang/gcc11/gcc-11.2.0/gcc/
H A Dwide-int.cc1300 unsigned int op1len, const HOST_WIDE_INT *op2val, in mul_internal() argument
1330 wide_int_ref op2 = wi::storage_ref (op2val, op2len, prec); in mul_internal()
1388 val[i] = op2val[i]; in mul_internal()
1444 wi_unpack (v, op2val, op2len, half_blocks_needed, prec, SIGNED); in mul_internal()

12