Home
last modified time | relevance | path

Searched refs:instr_value (Results 1 – 16 of 16) sorted by relevance

/dports/lang/v8/v8-9.6.180.12/src/codegen/ppc/
H A Dassembler-ppc.h343 #define DECLARE_PPC_X_INSTRUCTIONS_C_FORM(name, instr_name, instr_value) \ argument
349 #define DECLARE_PPC_X_INSTRUCTIONS_D_FORM(name, instr_name, instr_value) \ argument
360 #define DECLARE_PPC_X_INSTRUCTIONS_E_FORM(name, instr_name, instr_value) \ argument
376 #define DECLARE_PPC_X_INSTRUCTIONS_G_FORM(name, instr_name, instr_value) \ argument
518 #define DECLARE_PPC_VX_INSTRUCTIONS_A_FORM(name, instr_name, instr_value) \ in PPC_XX3_OPCODE_SCALAR_LIST() argument
523 #define DECLARE_PPC_VX_INSTRUCTIONS_B_FORM(name, instr_name, instr_value) \ argument
528 #define DECLARE_PPC_VX_INSTRUCTIONS_C_FORM(name, instr_name, instr_value) \ argument
532 #define DECLARE_PPC_VX_INSTRUCTIONS_E_FORM(name, instr_name, instr_value) \ argument
536 #define DECLARE_PPC_VX_INSTRUCTIONS_F_FORM(name, instr_name, instr_value) \ argument
540 #define DECLARE_PPC_VX_INSTRUCTIONS_G_FORM(name, instr_name, instr_value) \ argument
[all …]
/dports/devel/py-numba/numba-0.51.2/numba/np/ufunc/
H A Darray_exprs.py217 instr_value = instr.value
218 if used_vars[instr_value] > 0:
219 used_vars[instr_value] -= 1
220 delete_map[instr_value] = instr
221 elif instr_value not in dead_vars:
/dports/www/chromium-legacy/chromium-88.0.4324.182/v8/src/codegen/ppc/
H A Dassembler-ppc.h313 #define DECLARE_PPC_X_INSTRUCTIONS_A_FORM(name, instr_name, instr_value) \ argument
325 #define DECLARE_PPC_X_INSTRUCTIONS_C_FORM(name, instr_name, instr_value) \ argument
331 #define DECLARE_PPC_X_INSTRUCTIONS_D_FORM(name, instr_name, instr_value) \ argument
342 #define DECLARE_PPC_X_INSTRUCTIONS_E_FORM(name, instr_name, instr_value) \ argument
430 #define DECLARE_PPC_XX2_INSTRUCTIONS(name, instr_name, instr_value) \ argument
447 #define DECLARE_PPC_XX3_INSTRUCTIONS(name, instr_name, instr_value) \ in PPC_XX2_OPCODE_A_FORM_LIST() argument
467 #define DECLARE_PPC_VX_INSTRUCTIONS_A_FORM(name, instr_name, instr_value) \ in PPC_XX3_OPCODE_LIST() argument
472 #define DECLARE_PPC_VX_INSTRUCTIONS_B_FORM(name, instr_name, instr_value) \ argument
477 #define DECLARE_PPC_VX_INSTRUCTIONS_C_FORM(name, instr_name, instr_value) \ argument
501 #define DECLARE_PPC_VA_INSTRUCTIONS_A_FORM(name, instr_name, instr_value) \ in PPC_VX_OPCODE_B_FORM_LIST() argument
[all …]
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/v8/src/codegen/ppc/
H A Dassembler-ppc.h301 #define DECLARE_PPC_X_INSTRUCTIONS_A_FORM(name, instr_name, instr_value) \ argument
307 #define DECLARE_PPC_X_INSTRUCTIONS_B_FORM(name, instr_name, instr_value) \ argument
313 #define DECLARE_PPC_X_INSTRUCTIONS_C_FORM(name, instr_name, instr_value) \ argument
319 #define DECLARE_PPC_X_INSTRUCTIONS_D_FORM(name, instr_name, instr_value) \ argument
330 #define DECLARE_PPC_X_INSTRUCTIONS_E_FORM(name, instr_name, instr_value) \ argument
336 #define DECLARE_PPC_X_INSTRUCTIONS_F_FORM(name, instr_name, instr_value) \ argument
346 #define DECLARE_PPC_X_INSTRUCTIONS_EH_S_FORM(name, instr_name, instr_value) \ argument
350 #define DECLARE_PPC_X_INSTRUCTIONS_EH_L_FORM(name, instr_name, instr_value) \ argument
418 #define DECLARE_PPC_XX3_INSTRUCTIONS(name, instr_name, instr_value) \ argument
/dports/www/node10/node-v10.24.1/deps/v8/src/ppc/
H A Dassembler-ppc.h646 #define DECLARE_PPC_X_INSTRUCTIONS_A_FORM(name, instr_name, instr_value) \ argument
652 #define DECLARE_PPC_X_INSTRUCTIONS_B_FORM(name, instr_name, instr_value) \ argument
658 #define DECLARE_PPC_X_INSTRUCTIONS_C_FORM(name, instr_name, instr_value) \ argument
664 #define DECLARE_PPC_X_INSTRUCTIONS_D_FORM(name, instr_name, instr_value) \ argument
676 #define DECLARE_PPC_X_INSTRUCTIONS_E_FORM(name, instr_name, instr_value) \ argument
682 #define DECLARE_PPC_X_INSTRUCTIONS_F_FORM(name, instr_name, instr_value) \ argument
692 #define DECLARE_PPC_X_INSTRUCTIONS_EH_S_FORM(name, instr_name, instr_value) \ argument
696 #define DECLARE_PPC_X_INSTRUCTIONS_EH_L_FORM(name, instr_name, instr_value) \ argument
764 #define DECLARE_PPC_XX3_INSTRUCTIONS(name, instr_name, instr_value) \ argument
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/src/hotspot/share/c1/
H A Dc1_RangeCheckElimination.cpp727 Value instr_value = x; in add_if_condition() local
733 instr_value = NULL; in add_if_condition()
740 instr_value = ao->y(); in add_if_condition()
745 instr_value = ao->x(); in add_if_condition()
754 instr_value = x; in add_if_condition()
759 update_bound(pushed, y, condition, instr_value, const_value); in add_if_condition()
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/src/hotspot/share/c1/
H A Dc1_RangeCheckElimination.cpp727 Value instr_value = x; in add_if_condition() local
733 instr_value = NULL; in add_if_condition()
740 instr_value = ao->y(); in add_if_condition()
745 instr_value = ao->x(); in add_if_condition()
754 instr_value = x; in add_if_condition()
759 update_bound(pushed, y, condition, instr_value, const_value); in add_if_condition()
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/src/hotspot/share/c1/
H A Dc1_RangeCheckElimination.cpp727 Value instr_value = x; in add_if_condition() local
733 instr_value = NULL; in add_if_condition()
740 instr_value = ao->y(); in add_if_condition()
745 instr_value = ao->x(); in add_if_condition()
754 instr_value = x; in add_if_condition()
759 update_bound(pushed, y, condition, instr_value, const_value); in add_if_condition()
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/src/hotspot/share/c1/
H A Dc1_RangeCheckElimination.cpp730 Value instr_value = x; in add_if_condition() local
736 instr_value = NULL; in add_if_condition()
743 instr_value = ao->y(); in add_if_condition()
748 instr_value = ao->x(); in add_if_condition()
757 instr_value = x; in add_if_condition()
762 update_bound(pushed, y, condition, instr_value, const_value); in add_if_condition()
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/src/hotspot/share/c1/
H A Dc1_RangeCheckElimination.cpp748 Value instr_value = x; in add_if_condition() local
754 instr_value = NULL; in add_if_condition()
761 instr_value = ao->y(); in add_if_condition()
766 instr_value = ao->x(); in add_if_condition()
775 instr_value = x; in add_if_condition()
780 update_bound(pushed, y, condition, instr_value, const_value); in add_if_condition()
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/src/hotspot/share/c1/
H A Dc1_RangeCheckElimination.cpp727 Value instr_value = x; in add_if_condition() local
733 instr_value = NULL; in add_if_condition()
740 instr_value = ao->y(); in add_if_condition()
745 instr_value = ao->x(); in add_if_condition()
754 instr_value = x; in add_if_condition()
759 update_bound(pushed, y, condition, instr_value, const_value); in add_if_condition()
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/src/hotspot/share/c1/
H A Dc1_RangeCheckElimination.cpp730 Value instr_value = x; in add_if_condition() local
736 instr_value = NULL; in add_if_condition()
743 instr_value = ao->y(); in add_if_condition()
748 instr_value = ao->x(); in add_if_condition()
757 instr_value = x; in add_if_condition()
762 update_bound(pushed, y, condition, instr_value, const_value); in add_if_condition()
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/src/hotspot/share/c1/
H A Dc1_RangeCheckElimination.cpp727 Value instr_value = x; in add_if_condition() local
733 instr_value = NULL; in add_if_condition()
740 instr_value = ao->y(); in add_if_condition()
745 instr_value = ao->x(); in add_if_condition()
754 instr_value = x; in add_if_condition()
759 update_bound(pushed, y, condition, instr_value, const_value); in add_if_condition()
/dports/java/openjdk8/jdk8u-jdk8u312-b07.1/hotspot/src/share/vm/c1/
H A Dc1_RangeCheckElimination.cpp727 Value instr_value = x; in add_if_condition() local
733 instr_value = NULL; in add_if_condition()
740 instr_value = ao->y(); in add_if_condition()
745 instr_value = ao->x(); in add_if_condition()
754 instr_value = x; in add_if_condition()
759 update_bound(pushed, y, condition, instr_value, const_value); in add_if_condition()
/dports/java/openjdk8-jre/jdk8u-jdk8u312-b07.1/hotspot/src/share/vm/c1/
H A Dc1_RangeCheckElimination.cpp727 Value instr_value = x; in add_if_condition() local
733 instr_value = NULL; in add_if_condition()
740 instr_value = ao->y(); in add_if_condition()
745 instr_value = ao->x(); in add_if_condition()
754 instr_value = x; in add_if_condition()
759 update_bound(pushed, y, condition, instr_value, const_value); in add_if_condition()
/dports/lang/v8/v8-9.6.180.12/src/codegen/riscv64/
H A Dassembler-riscv64.cc3835 Instr instr_value = *reinterpret_cast<Instr*>(instr); in IsConstantPoolAt() local
3836 bool result = IsLd(instr_value) && (instr->Rs1Value() == kRegCode_zero_reg) && in IsConstantPoolAt()