Home
last modified time | relevance | path

Searched defs:bitwise (Results 1 – 13 of 13) sorted by relevance

/third_party/mesa3d/src/imagination/rogue/
Drogue.c721 rogue_bitwise_instr *bitwise = rzalloc_size(block, sizeof(*bitwise)); in rogue_bitwise_instr_create() local
808 rogue_bitwise_instr *bitwise = rogue_instr_as_bitwise(instr); in rogue_link_instr_write() local
942 rogue_bitwise_instr *bitwise = rogue_instr_as_bitwise(instr); in rogue_link_instr_use() local
1050 rogue_bitwise_instr *bitwise = rogue_instr_as_bitwise(instr); in rogue_unlink_instr_write() local
1169 rogue_bitwise_instr *bitwise = rogue_instr_as_bitwise(instr); in rogue_unlink_instr_use() local
Drogue_encode.c222 rogue_bitwise_instr_encoding bitwise; member
808 static void rogue_encode_bitwise_instr(const rogue_bitwise_instr *bitwise, in rogue_encode_bitwise_instr()
Drogue_validate.c450 const rogue_bitwise_instr *bitwise) in validate_bitwise_instr()
Drogue_print.c390 const rogue_bitwise_instr *bitwise) in rogue_print_bitwise_instr()
Drogue_builder.c555 rogue_bitwise_instr *bitwise = in rogue_build_bitwise() local
Drogue.h1629 static inline void rogue_set_bitwise_op_mod(rogue_bitwise_instr *bitwise, in rogue_set_bitwise_op_mod()
1636 rogue_bitwise_op_mod_is_set(const rogue_bitwise_instr *bitwise, in rogue_bitwise_op_mod_is_set()
2610 rogue_bitwise_instr *bitwise = rogue_instr_as_bitwise(instr); in rogue_instr_supported_phases() local
/third_party/mesa3d/src/imagination/rogue/passes/
Drogue_schedule_instr_groups.c206 static void rogue_lower_bitwise_io(rogue_bitwise_instr *bitwise, in rogue_lower_bitwise_io()
734 rogue_bitwise_instr *bitwise, in rogue_calc_bitwise_instrs_size()
/third_party/iptables/iptables/
Dnft-ruleparse.h42 } bitwise; member
Dnft-shared.c180 bool bitwise = false; in add_addr() local
/third_party/python/Doc/reference/
Dexpressions.rst1375 .. _bitwise: target in Shifting operations
/third_party/python/Tools/clinic/
Dclinic.py2951 def converter_init(self, *, bitwise=False): argument
3030 def converter_init(self, *, bitwise=False): argument
3092 def converter_init(self, *, bitwise=False): argument
3129 def converter_init(self, *, bitwise=False): argument
3168 def converter_init(self, *, bitwise=False): argument
/third_party/mesa3d/src/imagination/pco/
Dpco_internal.h188 enum pco_bitwise_variant bitwise; member
/third_party/rust/rust/compiler/rustc_index/src/
Dbit_set.rs1170 fn bitwise<Op>(out_vec: &mut [Word], in_vec: &[Word], op: Op) -> bool in bitwise() function