Searched refs:all_zero (Results 1 - 11 of 11) sorted by relevance
/third_party/mesa3d/src/compiler/glsl/ |
H A D | ir_builder_print_visitor.cpp | 108 ir_constant_data all_zero; in is_simple_operand() local 109 memset(&all_zero, 0, sizeof(all_zero)); in is_simple_operand() 111 return memcmp(&c->value, &all_zero, sizeof(all_zero)) == 0; in is_simple_operand() 336 ir_constant_data all_zero; in print_without_declaration() local 337 memset(&all_zero, 0, sizeof(all_zero)); in print_without_declaration() 339 if (memcmp(&ir->value, &all_zero, sizeof(all_zero)) in print_without_declaration() 362 ir_constant_data all_zero; visit() local [all...] |
/third_party/mesa3d/src/compiler/nir/ |
H A D | nir_range_analysis.c | 125 bool all_zero = true; in analyze_constant() local 145 all_zero = all_zero && (v == 0.0); in analyze_constant() 150 assert(any_zero >= all_zero); in analyze_constant() 153 if (all_zero) in analyze_constant() 176 bool all_zero = true; in analyze_constant() local 183 all_zero = all_zero && (v == 0); in analyze_constant() 188 assert(any_zero >= all_zero); in analyze_constant() 191 if (all_zero) in analyze_constant() 211 bool all_zero = true; analyze_constant() local [all...] |
/third_party/ffmpeg/libavcodec/ |
H A D | on2avc.c | 157 int all_zero = 1; in on2avc_decode_band_scales() local 162 all_zero = 0; in on2avc_decode_band_scales() 166 if (all_zero) { in on2avc_decode_band_scales()
|
/third_party/node/deps/v8/src/codegen/mips64/ |
H A D | constants-mips64.h | 1154 all_zero // Branch If All Elements of Any Format Are Zero 1162 return all_zero; 1165 case all_zero:
|
H A D | macro-assembler-mips64.cc | 2946 case all_zero: in CallRecordWriteStub()
|
/third_party/node/deps/v8/src/codegen/mips/ |
H A D | constants-mips.h | 1105 all_zero // Branch If All Elements of Any Format Are Zero 1113 return all_zero; 1116 case all_zero:
|
H A D | macro-assembler-mips.cc | 2295 case all_zero: in CallRecordWriteStub()
|
/third_party/node/deps/v8/src/wasm/baseline/mips64/ |
H A D | liftoff-assembler-mips64.h | 1918 assm->BranchMSA(&all_false, MSA_BRANCH_V, all_zero, src.fp().toW(), in EmitAnyTrue() 3642 BranchMSA(¬_nan, MSA_BRANCH_V, all_zero, tmp_s128.fp().toW(), in emit_s128_set_if_nan()
|
/third_party/node/deps/v8/src/execution/s390/ |
H A D | simulator-s390.cc | 4451 bool all_zero = true; in VectorFPCompare() local 4458 all_zero = false; in VectorFPCompare() 4465 if (all_zero) { in VectorFPCompare()
|
/third_party/node/deps/v8/src/compiler/backend/mips64/ |
H A D | code-generator-mips64.cc | 3295 __ BranchMSA(&all_false, MSA_BRANCH_V, all_zero, in AssembleArchInstruction()
|
/third_party/node/deps/v8/src/compiler/backend/mips/ |
H A D | code-generator-mips.cc | 3125 __ BranchMSA(&all_false, MSA_BRANCH_V, all_zero, in AssembleArchInstruction()
|
Completed in 53 milliseconds