/third_party/node/deps/v8/src/codegen/riscv64/ |
H A D | assembler-riscv64.cc | 1677 void Assembler::fence(uint8_t pred, uint8_t succ) { in fence() argument 1678 DCHECK(is_uint4(pred) && is_uint4(succ)); in fence() 1679 uint16_t imm12 = succ | (pred << 4) | (0b0000 << 8); in fence()
|
H A D | assembler-riscv64.h | 454 void fence(uint8_t pred, uint8_t succ);
|
/kernel/linux/linux-5.10/drivers/staging/media/atomisp/pci/runtime/debug/src/ |
H A D | ia_css_debug.c | 1753 "MIPI Predictor ", i, state->pred[i]); in debug_print_rx_channel_state()
|
/kernel/linux/linux-6.6/drivers/staging/media/atomisp/pci/runtime/debug/src/ |
H A D | ia_css_debug.c | 1750 "MIPI Predictor ", i, state->pred[i]); in debug_print_rx_channel_state()
|
/third_party/mesa3d/src/microsoft/compiler/ |
H A D | dxil_nir.c | 1095 nir_phi_instr_add_src(lowered, src->pred, nir_src_for_ssa(cast)); in cast_phi()
|
/third_party/vixl/test/aarch64/ |
H A D | test-assembler-sve-aarch64.cc | 13594 int pred[] = {0, 1, 0, 1, 0, 1, 0, 1, 0, 1, 0, 0, 0, 1, 0, 1}; 13595 Initialise(&masm, p2.VnB(), pred); 13640 int pred[] = {0, 1, 0, 1, 0, 1, 0, 1, 0, 1, 0, 0, 0, 1, 0, 1}; 13641 Initialise(&masm, p2.VnB(), pred); 14994 int pred[] = {0, 1, 0, 1, 0, 1, 0, 1, 0, 1, 0, 0, 0, 1, 0, 1}; 14995 Initialise(masm, p2.VnB(), pred); 15149 int pred[] = {0, 1, 0, 1, 0, 1, 0, 1, 0, 1, 0, 0, 0, 1, 0, 1}; 15150 Initialise(&masm, p0.VnB(), pred); 15296 int pred[] = {0, 1, 0, 1, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1, 0, 1}; 15297 Initialise(&masm, p1.VnB(), pred); [all...] |
/kernel/linux/linux-5.10/tools/perf/util/ |
H A D | annotate.c | 1347 printf(" -%.2f%% (p:%.2f%%)", p, 100*(double)br->pred / br->taken); in annotate__branch_printf()
|
/kernel/linux/linux-6.6/tools/perf/util/ |
H A D | annotate.c | 1449 printf(" -%.2f%% (p:%.2f%%)", p, 100*(double)br->pred / br->taken); in annotate__branch_printf()
|
/third_party/mesa3d/src/intel/compiler/ |
H A D | brw_fs_nir.cpp | 4967 fs_reg pred = bld.emit_uniformize(get_nir_src(instr->src[1])); 4968 fs_inst *mov = ubld.MOV(bld.null_reg_d(), pred);
|
H A D | brw_fs.cpp | 6375 const brw_predicate pred = dispatch_width > 16 ? BRW_PREDICATE_ALIGN1_ANY32H : 6458 set_predicate(pred, inst);
|
/third_party/python/Lib/test/ |
H A D | test_inspect.py | 1248 def pred_wrapper(pred): 1256 return pred(x)
|
/third_party/vk-gl-cts/modules/gles31/functional/ |
H A D | es31fTessellationTests.cpp | 1092 static vector<T> sorted (const vector<T>& unsorted, P pred) 1095 std::sort(result.begin(), result.end(), pred);
|
/third_party/libabigail/tests/lib/ |
H A D | catch.hpp | 4162 FilterGenerator(P&& pred, GeneratorWrapper<T>&& generator): 4164 m_predicate(std::forward<P>(pred)) 4196 GeneratorWrapper<T> filter(Predicate&& pred, GeneratorWrapper<T>&& generator) { 4197 return GeneratorWrapper<T>(std::unique_ptr<IGenerator<T>>(pf::make_unique<FilterGenerator<T, Predicate>>(std::forward<Predicate>(pred), std::move(generator))));
|
/third_party/glslang/glslang/HLSL/ |
H A D | hlslParseHelper.cpp | 7866 const auto condAlloc = [](bool pred, TTypeList*& list) { in declareStruct() 7867 if (pred && list == nullptr) in declareStruct()
|
/third_party/mesa3d/src/gallium/drivers/crocus/ |
H A D | crocus_state.c | 7902 struct mi_value pred = mi_iand(&b, comparison, local 7905 mi_store(&b, mi_reg64(MI_PREDICATE_SRC0), pred);
|
/third_party/node/test/fixtures/snapshot/ |
H A D | typescript.js | 948 /** Calls the callback with (start, afterEnd) index pairs for each range where 'pred' is true. */ 949 function getRangesWhere(arr, pred, cb) { 952 if (pred(arr[i])) { [all...] |
/third_party/typescript/lib/ |
H A D | tsserverlibrary.js | 769 /** Calls the callback with (start, afterEnd) index pairs for each range where 'pred' is true. */ 770 function getRangesWhere(arr, pred, cb) { 773 if (pred(arr[i])) { [all...] |
H A D | typescript.js | 760 /** Calls the callback with (start, afterEnd) index pairs for each range where 'pred' is true. */ 761 function getRangesWhere(arr, pred, cb) { 764 if (pred(arr[i])) { [all...] |
H A D | typescriptServices.js | 760 /** Calls the callback with (start, afterEnd) index pairs for each range where 'pred' is true. */ 761 function getRangesWhere(arr, pred, cb) { 764 if (pred(arr[i])) { [all...] |
H A D | tsserver.js | 770 /** Calls the callback with (start, afterEnd) index pairs for each range where 'pred' is true. */ 771 function getRangesWhere(arr, pred, cb) { 774 if (pred(arr[i])) { [all...] |
H A D | typingsInstaller.js | 750 /** Calls the callback with (start, afterEnd) index pairs for each range where 'pred' is true. */ 751 function getRangesWhere(arr, pred, cb) { 754 if (pred(arr[i])) { [all...] |
H A D | tsc.js | 675 function getRangesWhere(arr, pred, cb) { 678 if (pred(arr[i])) { [all...] |
/third_party/mesa3d/src/amd/compiler/ |
H A D | aco_instruction_selection.cpp | 10101 phi_src[src->pred->index] = src->src.ssa;
|