/third_party/node/deps/v8/src/wasm/baseline/mips64/ |
H A D | liftoff-assembler-mips64.h | 1464 bool LiftoffAssembler::emit_type_conversion(WasmOpcode opcode, in emit_type_conversion() argument
|
/third_party/mesa3d/src/gallium/drivers/r600/ |
H A D | r600_isa.h | 173 int opcode[2]; member 186 int opcode[4]; member 195 int opcode[4]; member 728 r600_isa_alu_by_opcode(struct r600_isa* isa, unsigned opcode, unsigned is_op3) { in r600_isa_alu_by_opcode() argument 742 r600_isa_fetch_by_opcode(struct r600_isa* isa, unsigned opcode) r600_isa_fetch_by_opcode() argument 751 r600_isa_cf_by_opcode(struct r600_isa* isa, unsigned opcode, unsigned is_alu) r600_isa_cf_by_opcode() argument [all...] |
/third_party/skia/third_party/externals/angle2/src/libGL/ |
H A D | entry_points_gl_1_autogen.cpp | 3388 void GL_APIENTRY GL_LogicOp(GLenum opcode) in GL_LogicOp() argument
|
H A D | libGL_autogen.cpp | 734 void GL_APIENTRY glLogicOp(GLenum opcode) in glLogicOp() argument
|
/third_party/python/Modules/ |
H A D | _pickle.c | 49 enum opcode { enum [all...] |
/third_party/skia/third_party/externals/tint/src/reader/spirv/ |
H A D | function.cc | 152 bool GetUnaryOp(SpvOp opcode, ast::UnaryOp* ast_unary_op) { in GetUnaryOp() argument 173 const char* GetUnaryBuiltInFunctionName(SpvOp opcode) { in GetUnaryBuiltInFunctionName() argument 194 ConvertBinaryOp(SpvOp opcode) ConvertBinaryOp() argument 265 NegatedFloatCompare(SpvOp opcode) NegatedFloatCompare() argument 440 GetIntrinsic(SpvOp opcode) GetIntrinsic() argument 475 IsSampledImageAccess(SpvOp opcode) IsSampledImageAccess() argument 498 IsImageSampling(SpvOp opcode) IsImageSampling() argument 519 IsRawImageAccess(SpvOp opcode) IsRawImageAccess() argument 533 IsImageQuery(SpvOp opcode) IsImageQuery() argument 610 auto opcode = terminator->opcode(); VisitBackward() local 3841 const auto opcode = inst.opcode(); MaybeEmitCombinatorialValue() local 4803 const auto opcode = inst.opcode(); FindValuesNeedingNamedOrHoistedDefinition() local 4979 const auto opcode = inst.opcode(); MakeNumericConversion() local 5241 const auto opcode = inst.opcode(); EmitImageAccess() local 5524 const auto opcode = inst.opcode(); EmitImageQuery() local [all...] |
/third_party/toybox/toys/pending/ |
H A D | awk.c | 3458 static void gsub(int opcode, int nargs, int parmbase) in gsub() argument 3568 int opcode, op2, k, r, nargs, nsubscrs, range_num, parmbase = 0; in interpx() local [all...] |
/third_party/python/Python/ |
H A D | ceval.c | 134 int opcode = _Py_OPCODE(*next_instr); in lltrace_instruction() local 1650 uint8_t opcode; /* Current opcode */ global() local [all...] |
H A D | compile.c | 183 int opcode = instr->i_opcode; is_block_push() local 197 int opcode = instruction->i_opcode; instr_size() local 208 int opcode = instruction->i_opcode; write_instr() local 944 stack_effect(int opcode, int oparg, int jump) stack_effect() argument 1200 PyCompile_OpcodeStackEffectWithJump(int opcode, int oparg, int jump) PyCompile_OpcodeStackEffectWithJump() argument 1206 PyCompile_OpcodeStackEffect(int opcode, int oparg) PyCompile_OpcodeStackEffect() argument 1213 int opcode = instr->i_opcode; is_end_of_basic_block() local 1247 compiler_addop_line(struct compiler *c, int opcode, int line, int end_line, int col_offset, int end_col_offset) compiler_addop_line() argument 1279 compiler_addop(struct compiler *c, int opcode) compiler_addop() argument 1286 compiler_addop_noline(struct compiler *c, int opcode) compiler_addop_noline() argument 1452 compiler_addop_o(struct compiler *c, int opcode, PyObject *dict, PyObject *o) compiler_addop_o() argument 1462 compiler_addop_name(struct compiler *c, int opcode, PyObject *dict, PyObject *o) compiler_addop_name() argument 1482 compiler_addop_i_line(struct compiler *c, int opcode, Py_ssize_t oparg, int lineno, int end_lineno, int col_offset, int end_col_offset) compiler_addop_i_line() argument 1521 compiler_addop_i(struct compiler *c, int opcode, Py_ssize_t oparg) compiler_addop_i() argument 1529 compiler_addop_i_noline(struct compiler *c, int opcode, Py_ssize_t oparg) compiler_addop_i_noline() argument 1534 add_jump_to_block(struct compiler *c, int opcode, int lineno, int end_lineno, int col_offset, int end_col_offset, basicblock *target) add_jump_to_block() argument 1566 compiler_addop_j(struct compiler *c, int opcode, basicblock *b) compiler_addop_j() argument 1574 compiler_addop_j_noline(struct compiler *c, int opcode, basicblock *b) compiler_addop_j_noline() argument 7285 int opcode = setup->i_opcode; push_except_block() local 8511 get_const_value(int opcode, int oparg, PyObject *co_consts) get_const_value() argument 8614 int opcode = instructions[len].i_opcode; swaptimize() local 8785 jump_thread(struct instr *inst, struct instr *target, int opcode) jump_thread() argument [all...] |
/third_party/elfutils/src/ |
H A D | readelf.c | 6407 unsigned int opcode = *readp++; in print_cfa_program() local 8970 unsigned int opcode = *linep++; print_debug_line_section() local 10115 unsigned int opcode = *readp++; print_debug_macinfo_section() local 10352 unsigned int opcode = *readp++; print_debug_macro_section() local 10389 unsigned int opcode = *readp++; print_debug_macro_section() local [all...] |
/third_party/mesa3d/src/glx/tests/ |
H A D | indirect_api.cpp | 217 void __indirect_glLogicOp(GLenum opcode) { } in __indirect_glLogicOp() argument
|
/third_party/mesa3d/src/gallium/drivers/svga/ |
H A D | svga_tgsi_vgpu10.c | 853 translate_opcode(enum tgsi_opcode opcode) in translate_opcode() argument 6487 emit_instruction_opn(struct svga_shader_emitter_v10 *emit, unsigned opcode, const struct tgsi_full_dst_register *dst, const struct tgsi_full_src_register *src1, const struct tgsi_full_src_register *src2, const struct tgsi_full_src_register *src3, boolean saturate, bool precise) emit_instruction_opn() argument 6509 emit_instruction_op1(struct svga_shader_emitter_v10 *emit, unsigned opcode, const struct tgsi_full_dst_register *dst, const struct tgsi_full_src_register *src) emit_instruction_op1() argument 6518 emit_instruction_op2(struct svga_shader_emitter_v10 *emit, VGPU10_OPCODE_TYPE opcode, const struct tgsi_full_dst_register *dst, const struct tgsi_full_src_register *src1, const struct tgsi_full_src_register *src2) emit_instruction_op2() argument 6528 emit_instruction_op3(struct svga_shader_emitter_v10 *emit, VGPU10_OPCODE_TYPE opcode, const struct tgsi_full_dst_register *dst, const struct tgsi_full_src_register *src1, const struct tgsi_full_src_register *src2, const struct tgsi_full_src_register *src3) emit_instruction_op3() argument 6539 emit_instruction_op0(struct svga_shader_emitter_v10 *emit, VGPU10_OPCODE_TYPE opcode) emit_instruction_op0() argument 6978 VGPU10_OPCODE_TYPE opcode; emit_arl_uarl() local 8643 VGPU10_OPCODE_TYPE opcode; emit_tex() local 8871 VGPU10_OPCODE_TYPE opcode; emit_tex2() local 8921 VGPU10_OPCODE_TYPE opcode; emit_txp() local 9080 VGPU10_OPCODE_TYPE opcode; emit_txl_txb() local 9138 unsigned opcode, unit; emit_txl2() local 9213 opcode_has_dbl_dst(unsigned opcode) opcode_has_dbl_dst() argument 9239 opcode_has_dbl_src(unsigned opcode) opcode_has_dbl_src() argument 9649 const enum tgsi_opcode opcode = inst->Instruction.Opcode; emit_simple() local 9771 const enum tgsi_opcode opcode = inst->Instruction.Opcode; emit_bfe() local 9842 const enum tgsi_opcode opcode = inst->Instruction.Opcode; emit_bfi() local 9940 const enum tgsi_opcode opcode = inst->Instruction.Opcode; emit_simple_1dst() local 9973 const enum tgsi_opcode opcode = inst->Instruction.Opcode; emit_vmware() local 10643 VGPU10_OPCODE_TYPE opcode = emit->cur_atomic_opcode; emit_atomic_instruction() local 10703 emit_atomic(struct svga_shader_emitter_v10 *emit, const struct tgsi_full_instruction *inst, VGPU10_OPCODE_TYPE opcode) emit_atomic() argument 10890 const enum tgsi_opcode opcode = inst->Instruction.Opcode; emit_instruction() local [all...] |
/third_party/mesa3d/src/microsoft/compiler/ |
H A D | nir_to_dxil.c | 520 const struct dxil_value *opcode = dxil_module_get_int32_const(&ctx->mod, intr); in emit_unary_call() local 541 const struct dxil_value *opcode = dxil_module_get_int32_const(&ctx->mod, intr); in emit_binary_call() local 565 const struct dxil_value *opcode = dxil_module_get_int32_const(&ctx->mod, intr); in emit_tertiary_call() local 591 const struct dxil_value *opcode in emit_quaternary_call() local 613 const struct dxil_value *opcode = dxil_module_get_int32_const(&ctx->mod, emit_threadid_call() local 635 const struct dxil_value *opcode = dxil_module_get_int32_const(&ctx->mod, emit_threadidingroup_call() local 656 const struct dxil_value *opcode = dxil_module_get_int32_const(&ctx->mod, emit_flattenedthreadidingroup_call() local 676 const struct dxil_value *opcode = dxil_module_get_int32_const(&ctx->mod, emit_groupid_call() local 699 const struct dxil_value *opcode = dxil_module_get_int32_const(&ctx->mod, emit_bufferload_call() local 719 const struct dxil_value *opcode = dxil_module_get_int32_const(&ctx->mod, emit_bufferstore_call() local 743 const struct dxil_value *opcode = dxil_module_get_int32_const(&ctx->mod, emit_textureload_call() local 766 const struct dxil_value *opcode = dxil_module_get_int32_const(&ctx->mod, emit_texturestore_call() local 790 const struct dxil_value *opcode = emit_atomic_binop() local 815 const struct dxil_value *opcode = emit_atomic_cmpxchg() local 831 const struct dxil_value *opcode = dxil_module_get_int32_const(&ctx->mod, DXIL_INTR_CREATE_HANDLE); emit_createhandle_call() local 1824 emit_binop(struct ntd_context *ctx, nir_alu_instr *alu, enum dxil_bin_opcode opcode, const struct dxil_value *op0, const struct dxil_value *op1) emit_binop() argument 1842 emit_shift(struct ntd_context *ctx, nir_alu_instr *alu, enum dxil_bin_opcode opcode, const struct dxil_value *op0, const struct dxil_value *op1) emit_shift() argument 1979 enum dxil_cast_opcode opcode = get_cast_op(alu); emit_cast() local 2209 const struct dxil_value *opcode = dxil_module_get_int32_const(&ctx->mod, DXIL_INTR_LEGACY_F16TOF32); emit_f16tof32() local 2234 const struct dxil_value *opcode = dxil_module_get_int32_const(&ctx->mod, DXIL_INTR_LEGACY_F32TOF16); emit_f32tof16() local 2291 const struct dxil_value *opcode = dxil_module_get_int32_const(&ctx->mod, DXIL_INTR_MAKE_DOUBLE); emit_make_double() local 2317 const struct dxil_value *opcode = dxil_module_get_int32_const(&ctx->mod, DXIL_INTR_SPLIT_DOUBLE); emit_split_double() local 2518 const struct dxil_value *opcode = dxil_module_get_int32_const(&ctx->mod, DXIL_INTR_CBUFFER_LOAD_LEGACY); load_ubo() local 2535 const struct dxil_value *opcode, *mode; emit_barrier_impl() local 2710 const struct dxil_value *opcode = call_unary_external_function() local 2758 const struct dxil_value *opcode = emit_load_tess_coord() local 3172 const struct dxil_value *opcode = dxil_module_get_int32_const(&ctx->mod, is_patch_constant ? emit_store_output_via_intrinsic() local 3282 const struct dxil_value *opcode = dxil_module_get_int32_const(&ctx->mod, opcode_val); emit_load_input_via_intrinsic() local 3568 const struct dxil_value *opcode = dxil_module_get_int32_const(&ctx->mod, DXIL_INTR_DISCARD); emit_discard_if_with_value() local 3604 const struct dxil_value *opcode = dxil_module_get_int32_const(&ctx->mod, DXIL_INTR_EMIT_STREAM); emit_emit_vertex() local 3624 const struct dxil_value *opcode = dxil_module_get_int32_const(&ctx->mod, DXIL_INTR_CUT_STREAM); emit_end_primitive() local 4163 const struct dxil_value *opcode = dxil_module_get_int32_const(&ctx->mod, DXIL_INTR_RENDER_TARGET_GET_SAMPLE_POSITION); emit_load_sample_pos_from_id() local 4694 enum dxil_intr opcode; emit_sample_cmp() local [all...] |
/third_party/node/deps/v8/src/compiler/ |
H A D | wasm-compiler.cc | 841 Binop(wasm::WasmOpcode opcode, Node* left, Node* right, wasm::WasmCodePosition position) Binop() argument 1126 Unop(wasm::WasmOpcode opcode, Node* input, wasm::WasmCodePosition position) Unop() argument 1917 IntConvertType(wasm::WasmOpcode opcode) IntConvertType() argument 1944 FloatConvertType(wasm::WasmOpcode opcode) FloatConvertType() argument 1969 ConvertOp(WasmGraphBuilder* builder, wasm::WasmOpcode opcode) ConvertOp() argument 2006 ConvertBackOp(wasm::WasmOpcode opcode) ConvertBackOp() argument 2025 IsTrappingConvertOp(wasm::WasmOpcode opcode) IsTrappingConvertOp() argument 2128 ConvertTrapTest(WasmGraphBuilder* builder, wasm::WasmOpcode opcode, const MachineType& int_ty, const MachineType& float_ty, Node* trunc, Node* converted_value) ConvertTrapTest() argument 2139 ConvertSaturateTest(WasmGraphBuilder* builder, wasm::WasmOpcode opcode, const MachineType& int_ty, const MachineType& float_ty, Node* trunc, Node* converted_value) ConvertSaturateTest() argument 2153 BuildIntConvertFloat(Node* input, wasm::WasmCodePosition position, wasm::WasmOpcode opcode) BuildIntConvertFloat() argument 2398 convert_ccall_ref(wasm::WasmOpcode opcode) convert_ccall_ref() argument 2419 BuildCcallConvertFloat(Node* input, wasm::WasmCodePosition position, wasm::WasmOpcode opcode) BuildCcallConvertFloat() argument 4442 SimdOp(wasm::WasmOpcode opcode, Node* const* inputs) SimdOp() argument 5093 SimdLaneOp(wasm::WasmOpcode opcode, uint8_t lane, Node* const* inputs) SimdLaneOp() argument 5151 AtomicOp(wasm::WasmOpcode opcode, Node* const* inputs, uint32_t alignment, uint64_t offset, wasm::WasmCodePosition position) AtomicOp() argument 5197 Get(wasm::WasmOpcode opcode) AtomicOp() argument 5404 FATAL_UNSUPPORTED_OPCODE(opcode); AtomicOp() variable [all...] |
/third_party/mesa3d/src/intel/compiler/ |
H A D | brw_eu_defines.h | 177 enum opcode { enum [all...] |
/third_party/pcre2/pcre2/src/ |
H A D | pcre2_jit_compile.c | 9866 PCRE2_UCHAR opcode; in compile_assert_matchingpath() local 10449 PCRE2_UCHAR opcode; compile_bracket_matchingpath() local 11010 PCRE2_UCHAR opcode; compile_bracketpos_matchingpath() local 11289 get_iterator_parameters(compiler_common *common, PCRE2_SPTR cc, PCRE2_UCHAR *opcode, PCRE2_UCHAR *type, sljit_u32 *max, sljit_u32 *exact, PCRE2_SPTR *end) get_iterator_parameters() argument 11438 PCRE2_UCHAR opcode; compile_iterator_matchingpath() local 12025 PCRE2_UCHAR opcode = *cc; compile_control_verb_matchingpath() local 12421 PCRE2_UCHAR opcode; compile_iterator_backtrackingpath() local 12662 int opcode, stacksize, alt_count, alt_max; compile_bracket_backtrackingpath() local 13193 PCRE2_UCHAR opcode = *current->cc; compile_control_verb_backtrackingpath() local [all...] |
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/gl/ |
H A D | null_functions.cpp | 1724 void INTERNAL_GL_APIENTRY glLogicOpNULL(GLenum opcode) {} in glLogicOpNULL() argument
|
/third_party/mesa3d/src/mesa/main/ |
H A D | dlist.c | 1114 const OpCode opcode = n[0].opcode; in _mesa_delete_list() local 1500 dlist_alloc(struct gl_context *ctx, OpCode opcode, GLuint bytes, bool align8) dlist_alloc() argument 1573 alloc_instruction(struct gl_context *ctx, OpCode opcode, GLuint nparams) alloc_instruction() argument 3134 save_LogicOp(GLenum opcode) save_LogicOp() argument 11142 const OpCode opcode = n[0].opcode; execute_list() local 13531 const OpCode opcode = n[0].opcode; replace_op_vertex_list_recursively() local 14038 const OpCode opcode = n[0].opcode; print_list() local 14325 const OpCode opcode = n[0].opcode; _mesa_glthread_execute_list() local 14400 const OpCode opcode = n[0].opcode; _mesa_glthread_should_execute_list() local [all...] |
/third_party/skia/third_party/externals/angle2/src/libGLESv2/ |
H A D | libGLESv2_autogen.cpp | 2506 void GL_APIENTRY glLogicOp(GLenum opcode) in glLogicOp() argument
|
/third_party/mesa3d/src/compiler/spirv/ |
H A D | spirv.h | 1886 inline void SpvHasResultAndType(SpvOp opcode, bool *hasResult, bool *hasResultType) { in SpvHasResultAndType() argument
|
/third_party/skia/third_party/externals/spirv-cross/ |
H A D | spirv.h | 1623 inline void SpvHasResultAndType(SpvOp opcode, bool *hasResult, bool *hasResultType) { in SpvHasResultAndType() argument
|
H A D | spirv.hpp | 1619 inline void HasResultAndType(Op opcode, bool *hasResult, bool *hasResultType) { in HasResultAndType() argument
|
/third_party/skia/third_party/externals/spirv-headers/include/spirv/unified1/ |
H A D | spirv.h | 1825 inline void SpvHasResultAndType(SpvOp opcode, bool *hasResult, bool *hasResultType) { in SpvHasResultAndType() argument
|
H A D | spirv.hpp | 1821 inline void HasResultAndType(Op opcode, bool *hasResult, bool *hasResultType) { in HasResultAndType() argument
|
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Headers/include/spirv/unified1/ |
H A D | spirv.h | 1826 inline void SpvHasResultAndType(SpvOp opcode, bool *hasResult, bool *hasResultType) { in SpvHasResultAndType() argument
|