Home
last modified time | relevance | path

Searched refs:inv_op (Results 1 – 25 of 95) sorted by relevance

1234

/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/src/hotspot/cpu/sparc/
H A DnativeInst_sparc.hpp143 return Assembler::inv_op(x) == opval; in is_op()
146 return Assembler::inv_op(x) == Assembler::branch_op && Assembler::inv_op2(x) == op2val; in is_op2()
149 return Assembler::inv_op(x) == opval && Assembler::inv_op3(x) == op3val; in is_op3()
161 static int inv_op( int x ) { return Assembler::inv_op( x); } in inv_op() function in NativeInstruction
202 assert(is_either(Assembler::inv_op(insn), in get_simm13()
268 assert ( Assembler::inv_op(*pc) == Assembler::arith_op, "in gethi - must be arith_op" ); in gethi()
H A DrelocInfo_sparc.cpp38 switch (Assembler::inv_op(inst)) { in pd_set_data_value()
110 guarantee(Assembler::inv_op(inst2)==Assembler::arith_op, "arith op"); in pd_set_data_value()
H A DnativeInst_sparc.cpp161 assert(inv_op(*contention_addr) == Assembler::arith_op || in replace_mt_safe()
180 assert(inv_op(*contention_addr) == Assembler::arith_op || in replace_mt_safe()
888 assert(inv_op(*contention_addr) == Assembler::arith_op || in replace_mt_safe()
907 assert(inv_op(*contention_addr) == Assembler::arith_op || in replace_mt_safe()
H A Dassembler_sparc.hpp440 static int inv_op(int x) { return inv_u_field(x, 31, 30); } in inv_op() function in Assembler
476 inv_op(x) == branch_op && inv_op2(x) == bpr_op2); in is_cbcond()
483 if (inv_op(x) != Assembler::branch_op) return false; in is_branch()
494 return inv_op(x) == Assembler::call_op; in is_call()
497 if (inv_op(x) != Assembler::arith_op) return false; in is_jump()
505 return (inv_op(x) == Assembler::arith_op && inv_op3(x) == Assembler::rdreg_op3 && in is_rdpc()
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/src/hotspot/cpu/sparc/
H A DnativeInst_sparc.hpp143 return Assembler::inv_op(x) == opval; in is_op()
146 return Assembler::inv_op(x) == Assembler::branch_op && Assembler::inv_op2(x) == op2val; in is_op2()
149 return Assembler::inv_op(x) == opval && Assembler::inv_op3(x) == op3val; in is_op3()
161 static int inv_op( int x ) { return Assembler::inv_op( x); } in inv_op() function in NativeInstruction
202 assert(is_either(Assembler::inv_op(insn), in get_simm13()
268 assert ( Assembler::inv_op(*pc) == Assembler::arith_op, "in gethi - must be arith_op" ); in gethi()
H A DrelocInfo_sparc.cpp38 switch (Assembler::inv_op(inst)) { in pd_set_data_value()
110 guarantee(Assembler::inv_op(inst2)==Assembler::arith_op, "arith op"); in pd_set_data_value()
H A DnativeInst_sparc.cpp162 assert(inv_op(*contention_addr) == Assembler::arith_op || in replace_mt_safe()
181 assert(inv_op(*contention_addr) == Assembler::arith_op || in replace_mt_safe()
890 assert(inv_op(*contention_addr) == Assembler::arith_op || in replace_mt_safe()
909 assert(inv_op(*contention_addr) == Assembler::arith_op || in replace_mt_safe()
H A Dassembler_sparc.hpp441 static int inv_op(int x) { return inv_u_field(x, 31, 30); } in inv_op() function in Assembler
477 inv_op(x) == branch_op && inv_op2(x) == bpr_op2); in is_cbcond()
484 if (inv_op(x) != Assembler::branch_op) return false; in is_branch()
495 return inv_op(x) == Assembler::call_op; in is_call()
498 if (inv_op(x) != Assembler::arith_op) return false; in is_jump()
506 return (inv_op(x) == Assembler::arith_op && inv_op3(x) == Assembler::rdreg_op3 && in is_rdpc()
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/src/hotspot/cpu/sparc/
H A DnativeInst_sparc.hpp143 return Assembler::inv_op(x) == opval; in is_op()
146 return Assembler::inv_op(x) == Assembler::branch_op && Assembler::inv_op2(x) == op2val; in is_op2()
149 return Assembler::inv_op(x) == opval && Assembler::inv_op3(x) == op3val; in is_op3()
161 static int inv_op( int x ) { return Assembler::inv_op( x); } in inv_op() function in NativeInstruction
202 assert(is_either(Assembler::inv_op(insn), in get_simm13()
268 assert ( Assembler::inv_op(*pc) == Assembler::arith_op, "in gethi - must be arith_op" ); in gethi()
H A DrelocInfo_sparc.cpp38 switch (Assembler::inv_op(inst)) { in pd_set_data_value()
110 guarantee(Assembler::inv_op(inst2)==Assembler::arith_op, "arith op"); in pd_set_data_value()
H A DnativeInst_sparc.cpp161 assert(inv_op(*contention_addr) == Assembler::arith_op || in replace_mt_safe()
180 assert(inv_op(*contention_addr) == Assembler::arith_op || in replace_mt_safe()
888 assert(inv_op(*contention_addr) == Assembler::arith_op || in replace_mt_safe()
907 assert(inv_op(*contention_addr) == Assembler::arith_op || in replace_mt_safe()
H A Dassembler_sparc.hpp440 static int inv_op(int x) { return inv_u_field(x, 31, 30); } in inv_op() function in Assembler
476 inv_op(x) == branch_op && inv_op2(x) == bpr_op2); in is_cbcond()
483 if (inv_op(x) != Assembler::branch_op) return false; in is_branch()
494 return inv_op(x) == Assembler::call_op; in is_call()
497 if (inv_op(x) != Assembler::arith_op) return false; in is_jump()
505 return (inv_op(x) == Assembler::arith_op && inv_op3(x) == Assembler::rdreg_op3 && in is_rdpc()
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/src/hotspot/cpu/sparc/
H A DnativeInst_sparc.hpp143 return Assembler::inv_op(x) == opval; in is_op()
146 return Assembler::inv_op(x) == Assembler::branch_op && Assembler::inv_op2(x) == op2val; in is_op2()
149 return Assembler::inv_op(x) == opval && Assembler::inv_op3(x) == op3val; in is_op3()
161 static int inv_op( int x ) { return Assembler::inv_op( x); } in inv_op() function in NativeInstruction
202 assert(is_either(Assembler::inv_op(insn), in get_simm13()
268 assert ( Assembler::inv_op(*pc) == Assembler::arith_op, "in gethi - must be arith_op" ); in gethi()
H A DrelocInfo_sparc.cpp38 switch (Assembler::inv_op(inst)) { in pd_set_data_value()
110 guarantee(Assembler::inv_op(inst2)==Assembler::arith_op, "arith op"); in pd_set_data_value()
H A Dassembler_sparc.hpp433 static int inv_op(int x) { return inv_u_field(x, 31, 30); } in inv_op() function in Assembler
469 inv_op(x) == branch_op && inv_op2(x) == bpr_op2); in is_cbcond()
476 if (inv_op(x) != Assembler::branch_op) return false; in is_branch()
487 return inv_op(x) == Assembler::call_op; in is_call()
490 if (inv_op(x) != Assembler::arith_op) return false; in is_jump()
498 return (inv_op(x) == Assembler::arith_op && inv_op3(x) == Assembler::rdreg_op3 && in is_rdpc()
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/src/hotspot/cpu/sparc/
H A DnativeInst_sparc.hpp143 return Assembler::inv_op(x) == opval; in is_op()
146 return Assembler::inv_op(x) == Assembler::branch_op && Assembler::inv_op2(x) == op2val; in is_op2()
149 return Assembler::inv_op(x) == opval && Assembler::inv_op3(x) == op3val; in is_op3()
161 static int inv_op( int x ) { return Assembler::inv_op( x); } in inv_op() function in NativeInstruction
202 assert(is_either(Assembler::inv_op(insn), in get_simm13()
268 assert ( Assembler::inv_op(*pc) == Assembler::arith_op, "in gethi - must be arith_op" ); in gethi()
H A DrelocInfo_sparc.cpp38 switch (Assembler::inv_op(inst)) { in pd_set_data_value()
110 guarantee(Assembler::inv_op(inst2)==Assembler::arith_op, "arith op"); in pd_set_data_value()
H A DnativeInst_sparc.cpp162 assert(inv_op(*contention_addr) == Assembler::arith_op || in replace_mt_safe()
181 assert(inv_op(*contention_addr) == Assembler::arith_op || in replace_mt_safe()
890 assert(inv_op(*contention_addr) == Assembler::arith_op || in replace_mt_safe()
909 assert(inv_op(*contention_addr) == Assembler::arith_op || in replace_mt_safe()
H A Dassembler_sparc.hpp441 static int inv_op(int x) { return inv_u_field(x, 31, 30); } in inv_op() function in Assembler
477 inv_op(x) == branch_op && inv_op2(x) == bpr_op2); in is_cbcond()
484 if (inv_op(x) != Assembler::branch_op) return false; in is_branch()
495 return inv_op(x) == Assembler::call_op; in is_call()
498 if (inv_op(x) != Assembler::arith_op) return false; in is_jump()
506 return (inv_op(x) == Assembler::arith_op && inv_op3(x) == Assembler::rdreg_op3 && in is_rdpc()
/dports/java/openjdk8/jdk8u-jdk8u312-b07.1/hotspot/src/cpu/sparc/vm/
H A DnativeInst_sparc.hpp171 return Assembler::inv_op(x) == opval; in is_op()
174 return Assembler::inv_op(x) == Assembler::branch_op && Assembler::inv_op2(x) == op2val; in is_op2()
177 return Assembler::inv_op(x) == opval && Assembler::inv_op3(x) == op3val; in is_op3()
189 static int inv_op( int x ) { return Assembler::inv_op( x); } in inv_op() function in VALUE_OBJ_CLASS_SPEC
230 assert(is_either(Assembler::inv_op(insn), in get_simm13()
296 assert ( Assembler::inv_op(*pc) == Assembler::arith_op, "in gethi - must be arith_op" ); in gethi()
H A DrelocInfo_sparc.cpp36 switch (Assembler::inv_op(inst)) { in pd_set_data_value()
109 guarantee(Assembler::inv_op(inst2)==Assembler::arith_op, "arith op"); in pd_set_data_value()
/dports/java/openjdk8-jre/jdk8u-jdk8u312-b07.1/hotspot/src/cpu/sparc/vm/
H A DnativeInst_sparc.hpp171 return Assembler::inv_op(x) == opval; in is_op()
174 return Assembler::inv_op(x) == Assembler::branch_op && Assembler::inv_op2(x) == op2val; in is_op2()
177 return Assembler::inv_op(x) == opval && Assembler::inv_op3(x) == op3val; in is_op3()
189 static int inv_op( int x ) { return Assembler::inv_op( x); } in inv_op() function in VALUE_OBJ_CLASS_SPEC
230 assert(is_either(Assembler::inv_op(insn), in get_simm13()
296 assert ( Assembler::inv_op(*pc) == Assembler::arith_op, "in gethi - must be arith_op" ); in gethi()
H A DrelocInfo_sparc.cpp36 switch (Assembler::inv_op(inst)) { in pd_set_data_value()
109 guarantee(Assembler::inv_op(inst2)==Assembler::arith_op, "arith op"); in pd_set_data_value()
/dports/editors/neovim/neovim-0.6.1/test/unit/viml/expressions/
H A Dlexer_spec.lua178 local function comparison_test(op, inv_op, cmp_type)
180 singl_eltkn_test('Comparison', inv_op, {type=cmp_type, inv=true, ccs='UseOption'})
182 singl_eltkn_test('Comparison', inv_op .. '#', {type=cmp_type, inv=true, ccs='MatchCase'})
184 singl_eltkn_test('Comparison', inv_op .. '?', {type=cmp_type, inv=true, ccs='IgnoreCase'})
/dports/cad/ghdl/ghdl-1.0.0/testsuite/vests/vhdl-ams/ad-hoc/fromUC/inverter_model/
H A Dinverter.ams267 inv_op : out bit);
322 inv_op <= '1';
324 inv_op <= '0';
343 inv_op : out bit);

1234