Home
last modified time | relevance | path

Searched refs:OP_LDIV (Results 1 – 12 of 12) sorted by relevance

/dports/java/jikes/jikes-1.22/src/
H A Dop.h137 OP_LDIV = 0x6d, enumerator
H A Dbytecode.cpp3960 opc = OP_LDIV; in EmitAssignmentExpression()
4189 ? OP_LDIV : OP_LREM); in EmitBinaryExpression()
4581 : type == control.long_type ? OP_LDIV in EmitBinaryExpression()
/dports/lang/mono/mono-5.10.1.57/mono/mini/
H A Dmini-native-types.c44 #define OP_PT_DIV OP_LDIV
H A Ddecompose.c473 case OP_LDIV: in mono_decompose_opcode()
487 if (ins->opcode == OP_LDIV || ins->opcode == OP_LREM) { in mono_decompose_opcode()
H A Dmini-ppc.c2572 NEW_INS (cfg, temp, ins->opcode == OP_LREM? OP_LDIV: OP_LDIV_UN); in mono_arch_lowering_pass()
3618 CASE_PPC64 (OP_LDIV) { in mono_arch_output_basic_block()
3627 if (ins->opcode == OP_LDIV) in mono_arch_output_basic_block()
H A Dmini.c523 return OP_LDIV; in mono_op_imm_to_op()
540 return OP_LDIV; in mono_op_imm_to_op()
H A Dmini-llvm.c2734 case OP_LDIV: in emit_div_check()
2750 …gboolean is_signed = (ins->opcode == OP_IDIV || ins->opcode == OP_LDIV || ins->opcode == OP_IREM |… in emit_div_check()
4728 case OP_LDIV: in process_bb()
4768 case OP_LDIV: in process_bb()
H A Dmini-ops.h258 MINI_OP(OP_LDIV, "long_div", LREG, LREG, LREG)
H A Dmini-runtime.c4138 …register_opcode_emulation (OP_LDIV, "__emul_ldiv", "long long long", mono_lldiv, "mono_lldiv", FAL… in register_icalls()
H A Dmini-arm64.c3438 case OP_LDIV: in mono_arch_output_basic_block()
H A Dmini-s390x.c3562 case OP_LDIV: { in mono_arch_output_basic_block()
H A Dmini-amd64.c4198 case OP_LDIV: in mono_arch_output_basic_block()