Home
last modified time | relevance | path

Searched defs:opcode (Results 601 - 625 of 710) sorted by relevance

1...<<212223242526272829

/third_party/node/deps/v8/src/compiler/backend/s390/
H A Dinstruction-selector-s390.cc141 bool CanBeMemoryOperand(InstructionCode opcode, Node* user, Node* input, in CanBeMemoryOperand() argument
252 bool S390OpcodeOnlySupport12BitDisp(ArchOpcode opcode) { in S390OpcodeOnlySupport12BitDisp() argument
266 ArchOpcode opcode = ArchOpcodeField::decode(op); S390OpcodeOnlySupport12BitDisp() local
275 ArchOpcode opcode; SelectLoadOpcode() local
435 VisitTryTruncateDouble(InstructionSelector* selector, ArchOpcode opcode, Node* node) VisitTryTruncateDouble() argument
453 GenerateRightOperands(InstructionSelector* selector, Node* node, Node* right, InstructionCode* opcode, OperandModes* operand_mode, InstructionOperand* inputs, size_t* input_count, CanCombineWithLoad canCombineWithLoad) GenerateRightOperands() argument
498 GenerateBinOpOperands(InstructionSelector* selector, Node* node, Node* left, Node* right, InstructionCode* opcode, OperandModes* operand_mode, InstructionOperand* inputs, size_t* input_count, CanCombineWithLoad canCombineWithLoad) GenerateBinOpOperands() argument
578 VisitUnaryOp(InstructionSelector* selector, Node* node, InstructionCode opcode, OperandModes operand_mode, FlagsContinuation* cont, CanCombineWithLoad canCombineWithLoad) VisitUnaryOp() argument
626 VisitBinOp(InstructionSelector* selector, Node* node, InstructionCode opcode, OperandModes operand_mode, FlagsContinuation* cont, CanCombineWithLoad canCombineWithLoad) VisitBinOp() argument
698 VisitLoad(Node* node, Node* value, InstructionCode opcode) VisitLoad() argument
712 InstructionCode opcode = SelectLoadOpcode(load_rep); VisitLoad() local
753 ArchOpcode opcode; VisitGeneralStore() local
848 InstructionCode opcode = VisitStackPointerGreaterThan() local
928 ArchOpcode opcode; VisitWord64And() local
968 ArchOpcode opcode; VisitWord64Shl() local
1011 ArchOpcode opcode; VisitWord64Shr() local
1563 VisitFloat64Ieee754Unop(Node* node, InstructionCode opcode) VisitFloat64Ieee754Unop() argument
1570 VisitFloat64Ieee754Binop(Node* node, InstructionCode opcode) VisitFloat64Ieee754Binop() argument
1594 VisitCompare(InstructionSelector* selector, InstructionCode opcode, InstructionOperand left, InstructionOperand right, FlagsContinuation* cont) VisitCompare() argument
1605 VisitWordCompare(InstructionSelector* selector, Node* node, InstructionCode opcode, FlagsContinuation* cont, OperandModes immediate_mode) VisitWordCompare() argument
1691 ArchOpcode opcode = VisitTestUnderMask() local
1704 VisitLoadAndTest(InstructionSelector* selector, InstructionCode opcode, Node* node, Node* value, FlagsContinuation* cont, bool discard_output) VisitLoadAndTest() argument
2167 VisitAtomicExchange(InstructionSelector* selector, Node* node, ArchOpcode opcode, AtomicWidth width) VisitAtomicExchange() argument
2188 ArchOpcode opcode; VisitWord32AtomicExchange() local
2207 ArchOpcode opcode; VisitWord64AtomicExchange() local
2223 VisitAtomicCompareExchange(InstructionSelector* selector, Node* node, ArchOpcode opcode, AtomicWidth width) VisitAtomicCompareExchange() argument
2257 ArchOpcode opcode; VisitWord32AtomicCompareExchange() local
2276 ArchOpcode opcode; VisitWord64AtomicCompareExchange() local
2291 VisitAtomicBinop(InstructionSelector* selector, Node* node, ArchOpcode opcode, AtomicWidth width) VisitAtomicBinop() argument
2331 ArchOpcode opcode; VisitWord32AtomicBinaryOperation() local
2366 ArchOpcode opcode; VisitWord64AtomicBinaryOperation() local
2793 InstructionCode opcode; VisitLoadLane() local
2822 ArchOpcode opcode; VisitLoadTransform() local
2868 InstructionCode opcode; VisitStoreLane() local
2898 InstructionCode opcode = kS390_Float32ToInt32; VisitTruncateFloat32ToInt32() local
2910 InstructionCode opcode = kS390_Float32ToUint32; VisitTruncateFloat32ToUint32() local
[all...]
/third_party/node/deps/v8/src/codegen/x64/
H A Dassembler-x64.h978 sse2_instr(XMMRegister reg, byte imm8, byte prefix, byte escape, byte opcode, int extension) sse2_instr() argument
[all...]
/third_party/node/deps/v8/src/execution/
H A Dframes.cc1904 TranslationOpcode opcode = TranslationOpcodeFromInt(it.Next()); in GetFunctions() local
[all...]
/third_party/node/deps/v8/src/maglev/
H A Dmaglev-ir.h120 inline std::ostream& operator<<(std::ostream& os, Opcode opcode) { in operator <<() argument
149 constexpr bool IsValueNode(Opcode opcode) { in IsValueNode() argument
152 constexpr bool IsConditionalControlNode(Opcode opcode) { in IsConditionalControlNode() argument
156 IsUnconditionalControlNode(Opcode opcode) IsUnconditionalControlNode() argument
441 constexpr Opcode opcode() const { return OpcodeField::decode(bit_field_); } opcode() function in v8::internal::maglev::NodeBase
824 constexpr Opcode opcode() const { return opcode_of<Derived>; } opcode() function in v8::internal::maglev::NodeT
856 constexpr Opcode opcode() const { return opcode_of<Derived>; } opcode() function in v8::internal::maglev::ValueNodeT
1464 constexpr Opcode opcode() const { return NodeBase::opcode_of<Derived>; } opcode() function in v8::internal::maglev::UnconditionalControlNodeT
1508 constexpr Opcode opcode() const { return NodeBase::opcode_of<Derived>; } opcode() function in v8::internal::maglev::ConditionalControlNodeT
[all...]
/third_party/node/deps/v8/src/wasm/baseline/
H A Dliftoff-compiler.cc138 constexpr LiftoffCondition GetCompareCondition(WasmOpcode opcode) { in GetCompareCondition() argument
1866 BinOp(FullDecoder* decoder, WasmOpcode opcode, const Value& lhs, const Value& rhs, Value* result) BinOp() argument
[all...]
/third_party/mesa3d/src/nouveau/codegen/
H A Dnv50_ir_from_tgsi.cpp730 static nv50_ir::operation translateOpcode(uint opcode) in translateOpcode() argument
944 static uint16_t opcodeToSubOp(uint opcode) in opcodeToSubOp() argument
/third_party/mesa3d/src/gallium/auxiliary/gallivm/
H A Dlp_bld_tgsi_soa.c134 enum tgsi_opcode opcode = in lp_exec_tgsi_break() local
274 enum tgsi_opcode opcode = bld_base->instructions[pc].Instruction.Opcode; in default_analyse_is_last() local
346 enum tgsi_opcode opcode = in lp_exec_default() local
2674 enum tgsi_opcode opcode; in near_end_of_shader() local
[all...]
/third_party/pcre2/pcre2/src/sljit/
H A DsljitNativeS390X.c2025 sljit_s32 opcode = GET_OPCODE(op); in sljit_emit_op1() local
H A DsljitNativeX86_common.c1441 static sljit_s32 emit_unary(struct sljit_compiler *compiler, sljit_u8 opcode, in emit_unary() argument
2491 sljit_s32 opcode local
2717 emit_sse2(struct sljit_compiler *compiler, sljit_u8 opcode, sljit_s32 single, sljit_s32 xmm1, sljit_s32 xmm2, sljit_sw xmm2w) global() argument
2729 emit_sse2_logic(struct sljit_compiler *compiler, sljit_u8 opcode, sljit_s32 pref66, sljit_s32 xmm1, sljit_s32 xmm2, sljit_sw xmm2w) global() argument
[all...]
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/spirv_assembly/
H A DvktSpvAsm16bitStorageTests.cpp1386 const char* opcode; in addCompute16bitStorageUniform16To32Group() member
1900 const char* opcode; in addCompute16bitStoragePushConstant16To32Group() member
2017 const char* opcode; in addGraphics16BitStorageUniformInt32To16Group() member
2534 const char* opcode; in addCompute16bitStorageUniform32To16Group() member
4392 const char* opcode; in addGraphics16BitStorageInputOutputInt32To16Group() member
4529 const char* opcode; addGraphics16BitStorageInputOutputInt16To32Group() member
5362 const char* opcode; addGraphics16BitStorageUniformInt16To32Group() member
[all...]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/IR/
H A DConstants.cpp1717 Instruction::CastOps opcode = in getIntegerCast() local
[all...]
/third_party/skia/third_party/externals/swiftshader/src/OpenGL/compiler/
H A DOutputASM.cpp2188 sw::Shader::Opcode opcode; in emitCmp() local
/third_party/skia/third_party/externals/freetype/src/truetype/
H A Dttinterp.c4347 FT_Byte opcode = exc->opcode; Ins_SxVTL() local
4407 FT_Byte opcode = exc->opcode; Ins_SxyTCA() local
5029 FT_Byte opcode = exc->opcode; Ins_SDPVTL() local
7983 FT_Byte opcode = exc->opcode; FT_EXPORT_DEF() local
[all...]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/NVPTX/
H A DNVPTXISelLowering.cpp1734 unsigned opcode; in LowerCall() local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Sparc/
H A DSparcISelLowering.cpp2383 unsigned opcode = (OpVT == MVT::i32)? SPISD::ITOF : SPISD::XTOF; in LowerSINT_TO_FP() local
2935 unsigned opcode in LowerUMULO_SMULO() local
2691 LowerF64Op(SDValue SrcReg64, const SDLoc &dl, SelectionDAG &DAG, unsigned opcode) LowerF64Op() argument
[all...]
/third_party/python/Python/
H A Dspecialize.c91 add_stat_dict( PyObject *res, int opcode, const char *name) add_stat_dict() argument
266 int opcode = _Py_OPCODE(instructions[i]); _PyCode_Quicken() local
486 specialize_module_load_attr(PyObject *owner, _Py_CODEUNIT *instr, PyObject *name, int opcode, int opcode_module) specialize_module_load_attr() argument
[all...]
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/spirv_assembly/
H A DvktSpvAsm16bitStorageTests.cpp1386 const char* opcode; in addCompute16bitStorageUniform16To32Group() member
1900 const char* opcode; in addCompute16bitStoragePushConstant16To32Group() member
2017 const char* opcode; in addGraphics16BitStorageUniformInt32To16Group() member
2534 const char* opcode; in addCompute16bitStorageUniform32To16Group() member
4390 const char* opcode; in addGraphics16BitStorageInputOutputInt32To16Group() member
4527 const char* opcode; addGraphics16BitStorageInputOutputInt16To32Group() member
5360 const char* opcode; addGraphics16BitStorageUniformInt16To32Group() member
[all...]
/device/soc/hisilicon/hi3861v100/sdk_liteos/platform/os/Huawei_LiteOS/components/lib/libc/musl/include/arpa/
H A Dnameser.h328 unsigned opcode: 4; member
341 unsigned opcode :4; member
/third_party/glslang/SPIRV/
H A DSpvBuilder.cpp535 Id Builder::makeGenericType(spv::Op opcode, std::vector<spv::IdImmediate>& operands) in makeGenericType() argument
1451 Id Builder::findScalarConstant(Op typeClass, Op opcode, Id typeId, unsigned value) in findScalarConstant() argument
1466 Id Builder::findScalarConstant(Op typeClass, Op opcode, Id typeId, unsigned v1, unsigned v2) in findScalarConstant() argument
1559 Op opcode = specConstant ? (b ? OpSpecConstantTrue : OpSpecConstantFalse) : (b ? OpConstantTrue : OpConstantFalse); makeBoolConstant() local
1586 Op opcode = specConstant ? OpSpecConstant : OpConstant; makeIntConstant() local
1607 Op opcode = specConstant ? OpSpecConstant : OpConstant; makeInt64Constant() local
1632 Op opcode = specConstant ? OpSpecConstant : OpConstant; makeFloatConstant() local
1657 Op opcode = specConstant ? OpSpecConstant : OpConstant; makeDoubleConstant() local
1685 Op opcode = specConstant ? OpSpecConstant : OpConstant; makeFloat16Constant() local
1799 Op opcode = specConstant ? OpSpecConstantComposite : OpConstantComposite; makeCompositeConstant() local
2326 makeStatementTerminator(spv::Op opcode, const char *name) makeStatementTerminator() argument
2333 makeStatementTerminator(spv::Op opcode, const std::vector<Id>& operands, const char* name) makeStatementTerminator() argument
[all...]
/third_party/backends/sanei/
H A Dsanei_scsi.c3781 int opcode; in sanei_scsi_cmd2() local
/third_party/mesa3d/src/compiler/spirv/
H A Dspirv_to_nir.c481 SpvOp opcode = w[0] & SpvOpCodeMask; in vtn_foreach_instruction() local
530 vtn_handle_extension(struct vtn_builder *b, SpvOp opcode, in vtn_handle_extension() argument
642 vtn_handle_decoration(struct vtn_builder *b, SpvOp opcode, in vtn_handle_decoration() argument
1412 vtn_handle_type(struct vtn_builder *b, SpvOp opcode, const uint32_t *w, unsigned count) vtn_handle_type() argument
1961 vtn_handle_constant(struct vtn_builder *b, SpvOp opcode, const uint32_t *w, unsigned count) vtn_handle_constant() argument
2068 SpvOp opcode = u32op.u32; vtn_handle_constant() local
2676 vtn_handle_texture(struct vtn_builder *b, SpvOp opcode, const uint32_t *w, unsigned count) vtn_handle_texture() argument
3166 fill_common_atomic_sources(struct vtn_builder *b, SpvOp opcode, const uint32_t *w, nir_src *src) fill_common_atomic_sources() argument
3221 vtn_handle_image(struct vtn_builder *b, SpvOp opcode, const uint32_t *w, unsigned count) vtn_handle_image() argument
3607 get_uniform_nir_atomic_op(struct vtn_builder *b, SpvOp opcode) get_uniform_nir_atomic_op() argument
3637 get_deref_nir_atomic_op(struct vtn_builder *b, SpvOp opcode) get_deref_nir_atomic_op() argument
3672 vtn_handle_atomics(struct vtn_builder *b, SpvOp opcode, const uint32_t *w, UNUSED unsigned count) vtn_handle_atomics() argument
4050 vtn_handle_composite(struct vtn_builder *b, SpvOp opcode, const uint32_t *w, unsigned count) vtn_handle_composite() argument
4194 vtn_handle_barrier(struct vtn_builder *b, SpvOp opcode, const uint32_t *w, UNUSED unsigned count) vtn_handle_barrier() argument
4427 vtn_handle_preamble_instruction(struct vtn_builder *b, SpvOp opcode, const uint32_t *w, unsigned count) vtn_handle_preamble_instruction() argument
5315 vtn_handle_variable_or_type_instruction(struct vtn_builder *b, SpvOp opcode, const uint32_t *w, unsigned count) vtn_handle_variable_or_type_instruction() argument
5427 vtn_handle_select(struct vtn_builder *b, SpvOp opcode, const uint32_t *w, unsigned count) vtn_handle_select() argument
5478 vtn_handle_ptr(struct vtn_builder *b, SpvOp opcode, const uint32_t *w, unsigned count) vtn_handle_ptr() argument
5534 vtn_handle_ray_intrinsic(struct vtn_builder *b, SpvOp opcode, const uint32_t *w, unsigned count) vtn_handle_ray_intrinsic() argument
5603 vtn_handle_write_packed_primitive_indices(struct vtn_builder *b, SpvOp opcode, const uint32_t *w, unsigned count) vtn_handle_write_packed_primitive_indices() argument
5674 spirv_to_nir_type_ray_query_intrinsic(struct vtn_builder *b, SpvOp opcode) spirv_to_nir_type_ray_query_intrinsic() argument
5705 ray_query_load_intrinsic_create(struct vtn_builder *b, SpvOp opcode, const uint32_t *w, nir_ssa_def *src0, nir_ssa_def *src1) ray_query_load_intrinsic_create() argument
5741 vtn_handle_ray_query_intrinsic(struct vtn_builder *b, SpvOp opcode, const uint32_t *w, unsigned count) vtn_handle_ray_query_intrinsic() argument
5810 vtn_handle_body_instruction(struct vtn_builder *b, SpvOp opcode, const uint32_t *w, unsigned count) vtn_handle_body_instruction() argument
[all...]
/third_party/mesa3d/src/amd/compiler/
H A Daco_optimizer.cpp659 alu_can_accept_constant(aco_opcode opcode, unsigned operand) alu_can_accept_constant() argument
2548 create_vop3_for_op3(opt_ctx& ctx, aco_opcode opcode, aco_ptr<Instruction>& instr, Operand operands[3], bool neg[3], bool abs[3], uint8_t opsel, bool clamp, unsigned omod) create_vop3_for_op3() argument
4612 sopk_opcode_for_sopc(aco_opcode opcode) sopk_opcode_for_sopc() argument
4630 sopc_is_signed(aco_opcode opcode) sopc_is_signed() argument
4648 sopc_32_swapped(aco_opcode opcode) sopc_32_swapped() argument
[all...]
/third_party/ltp/testcases/kernel/fs/doio/
H A Ddoio.c1991 char *cp, *cmd, *opcode, *aio_strat; in format_listio() local
2625 char *c, *opcode; in fmt_listio() local
/third_party/node/deps/v8/src/wasm/baseline/ppc/
H A Dliftoff-assembler-ppc.h1401 bool LiftoffAssembler::emit_type_conversion(WasmOpcode opcode, in emit_type_conversion() argument
/third_party/node/deps/v8/src/wasm/
H A Dfunction-body-decoder-impl.h1195 WasmOpcode opcode = static_cast<WasmOpcode>(*pc); AnalyzeLoopAssignment() local
1376 Validate(const byte* pc, WasmOpcode opcode, SimdLaneImmediate<validate>& imm) Validate() argument
1573 WasmOpcode opcode = static_cast<WasmOpcode>(*pc); OpcodeLength() local
1934 WasmOpcode opcode = static_cast<WasmOpcode>(*pc); StackEffect() local
2386 WasmOpcode opcode = static_cast<WasmOpcode>(first_byte); DecodeFunctionBody() local
2433 CheckSimdFeatureFlagOpcode(WasmOpcode opcode) CheckSimdFeatureFlagOpcode() argument
2454 WasmOpcode opcode = static_cast<WasmOpcode>(*decoder->pc()); TraceLine() local
2458 AppendOpcode(WasmOpcode opcode) AppendOpcode() argument
3487 NonConstError(WasmFullDecoder* decoder, WasmOpcode opcode) NonConstError() argument
3587 GetOpcodeHandler(uint8_t opcode) GetOpcodeHandler() argument
3792 DecodeLoadLane(WasmOpcode opcode, LoadType type, uint32_t opcode_length) DecodeLoadLane() argument
3810 DecodeStoreLane(WasmOpcode opcode, StoreType type, uint32_t opcode_length) DecodeStoreLane() argument
3847 SimdExtractLane(WasmOpcode opcode, ValueType type, uint32_t opcode_length) SimdExtractLane() argument
3861 SimdReplaceLane(WasmOpcode opcode, ValueType type, uint32_t opcode_length) SimdReplaceLane() argument
3889 DecodeSimdOpcode(WasmOpcode opcode, uint32_t opcode_length) DecodeSimdOpcode() argument
4052 DecodeGCOpcode(WasmOpcode opcode, uint32_t opcode_length) DecodeGCOpcode() argument
4928 DecodeAtomicOpcode(WasmOpcode opcode, uint32_t opcode_length) DecodeAtomicOpcode() argument
4991 DecodeNumericOpcode(WasmOpcode opcode, uint32_t opcode_length) DecodeNumericOpcode() argument
5416 BuildSimplePrototypeOperator(WasmOpcode opcode) BuildSimplePrototypeOperator() argument
5424 BuildSimpleOperator(WasmOpcode opcode, const FunctionSig* sig) BuildSimpleOperator() argument
5438 BuildSimpleOperator(WasmOpcode opcode, ValueType return_type, ValueType arg_type) BuildSimpleOperator() argument
5449 BuildSimpleOperator(WasmOpcode opcode, ValueType return_type, ValueType lhs_type, ValueType rhs_type) BuildSimpleOperator() argument
[all...]

Completed in 120 milliseconds

1...<<212223242526272829