Home
last modified time | relevance | path

Searched defs:op_mod (Results 1 – 10 of 10) sorted by relevance

/aosp_15_r20/external/mesa3d/src/imagination/rogue/
H A Drogue_info.c200 #define OM(op_mod) BITFIELD64_BIT(ROGUE_ALU_OP_MOD_##op_mod) argument
245 #define OM(op_mod) BITFIELD64_BIT(ROGUE_CTRL_OP_MOD_##op_mod) argument
254 #define OM(op_mod) BITFIELD64_BIT(ROGUE_CTRL_OP_MOD_##op_mod) argument
278 #define OM(op_mod) BITFIELD64_BIT(ROGUE_BACKEND_OP_MOD_##op_mod) argument
465 #define OM(op_mod) BITFIELD64_BIT(ROGUE_BACKEND_OP_MOD_##op_mod) argument
500 #define OM(op_mod) BITFIELD64_BIT(ROGUE_BITWISE_OP_MOD_##op_mod) argument
568 #define OM(op_mod) BITFIELD64_BIT(ROGUE_ALU_OP_MOD_##op_mod) argument
H A Drogue_encode.c175 #define OM(op_mod) ROGUE_CTRL_OP_MOD_##op_mod in rogue_encode_instr_group_header() argument
250 #define OM(op_mod) ROGUE_ALU_OP_MOD_##op_mod argument
453 #define OM(op_mod) ROGUE_BACKEND_OP_MOD_##op_mod argument
760 #define OM(op_mod) ROGUE_CTRL_OP_MOD_##op_mod argument
H A Drogue_print.c241 enum rogue_alu_op_mod op_mod = u_bit_scan64(&mod); in rogue_print_alu_mods() local
300 enum rogue_backend_op_mod op_mod = u_bit_scan64(&mod); in rogue_print_backend_mods() local
338 enum rogue_ctrl_op_mod op_mod = u_bit_scan64(&mod); in rogue_print_ctrl_mods() local
/aosp_15_r20/external/mesa3d/src/imagination/rogue/passes/
H A Drogue_schedule_instr_groups.c517 #define OM(op_mod) ROGUE_ALU_OP_MOD_##op_mod argument
610 #define OM(op_mod) BITFIELD64_BIT(ROGUE_BACKEND_OP_MOD_##op_mod) argument
625 #define OM(op_mod) ROGUE_BACKEND_OP_MOD_##op_mod argument
/aosp_15_r20/external/pytorch/torch/fx/experimental/migrate_gradual_types/
H A Doperation.py14 op_mod = '%' variable
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/spirit/example/qi/compiler_tutorial/conjure1/
Dast.hpp105 op_mod, enumerator
/aosp_15_r20/system/unwinding/libunwindstack/
H A DDwarfOp.cpp1737 bool DwarfOp<AddressType>::op_mod() { in op_mod() function in unwindstack::DwarfOp
/aosp_15_r20/system/unwinding/libunwindstack/tests/
H A DDwarfOpTest.cpp922 TYPED_TEST_P(DwarfOpTest, op_mod) { in TYPED_TEST_P() argument
/aosp_15_r20/external/angle/third_party/glslang/src/glslang/MachineIndependent/preprocessor/
H A DPp.cpp377 int op_mod(int a, int b) { return a == INT_MIN && b == -1 ? 0 : a % b; } in op_mod() function
/aosp_15_r20/external/deqp-deps/glslang/glslang/MachineIndependent/preprocessor/
DPp.cpp375 int op_mod(int a, int b) { return a == INT_MIN && b == -1 ? 0 : a % b; } in op_mod() function