Home
last modified time | relevance | path

Searched defs:opcode (Results 576 - 600 of 681) sorted by relevance

1...<<2122232425262728

/third_party/ltp/tools/sparse/sparse-src/
H A Dlinearize.c41 static struct instruction *alloc_instruction(int opcode, int size) in alloc_instruction() argument
55 static struct instruction *alloc_typed_instruction(int opcode, struct symbol *type) in alloc_typed_instruction() argument
309 int opcode = insn->opcode; in show_instruction() local
1365 int opcode; cast_pseudo() local
1408 map_opcode(int opcode, struct symbol *ctype) map_opcode() argument
1476 int opcode; linearize_assignment() local
1586 static const int opcode[] = { linearize_binop() local
[all...]
/third_party/node/deps/v8/src/compiler/backend/arm/
H A Dinstruction-selector-arm.cc32 bool CanBeImmediate(Node* node, InstructionCode opcode) { in CanBeImmediate() argument
83 void VisitRR(InstructionSelector* selector, InstructionCode opcode, in VisitRR() argument
90 void VisitRRR(InstructionSelector* selector, InstructionCode opcode, in VisitRRR() argument
98 void VisitSimdShiftRRR(InstructionSelector* selector, ArchOpcode opcode, in VisitSimdShiftRRR() argument
116 void VisitRRRShuffle(InstructionSelector* selector, ArchOpcode opcode, in VisitRRRShuffle() argument
138 VisitRRI(InstructionSelector* selector, ArchOpcode opcode, Node* node) VisitRRI() argument
145 VisitRRIR(InstructionSelector* selector, ArchOpcode opcode, Node* node) VisitRRIR() argument
264 VisitBinop(InstructionSelector* selector, Node* node, InstructionCode opcode, InstructionCode reverse_opcode, FlagsContinuation* cont) VisitBinop() argument
314 VisitBinop(InstructionSelector* selector, Node* node, InstructionCode opcode, InstructionCode reverse_opcode) VisitBinop() argument
388 EmitLoad(InstructionSelector* selector, InstructionCode opcode, InstructionOperand* output, Node* base, Node* index) EmitLoad() argument
430 EmitStore(InstructionSelector* selector, InstructionCode opcode, size_t input_count, InstructionOperand* inputs, Node* index) EmitStore() argument
454 VisitPairAtomicBinOp(InstructionSelector* selector, Node* node, ArchOpcode opcode) VisitPairAtomicBinOp() argument
509 InstructionCode opcode = VisitStoreLane() local
527 InstructionCode opcode = VisitLoadLane() local
545 InstructionCode opcode = kArchNop; VisitLoadTransform() local
603 InstructionCode opcode = kArchNop; VisitLoad() local
736 InstructionCode opcode = kArchNop; VisitStoreCommon() local
793 InstructionCode opcode = kArmLdr; VisitUnalignedLoad() local
942 InstructionCode opcode = kArmBic; EmitBic() local
1072 InstructionCode opcode = kArmMvn; VisitWord32Xor() local
1090 InstructionCode opcode = VisitStackPointerGreaterThan() local
1122 InstructionCode opcode = kArmMov; VisitShift() local
1278 VisitWord32PairShift(InstructionSelector* selector, InstructionCode opcode, Node* node) VisitWord32PairShift() argument
1495 InstructionCode opcode = EmitInt32MulWithOverflow() local
1703 VisitFloat64Ieee754Binop(Node* node, InstructionCode opcode) VisitFloat64Ieee754Binop() argument
1711 VisitFloat64Ieee754Unop(Node* node, InstructionCode opcode) VisitFloat64Ieee754Unop() argument
1782 VisitCompare(InstructionSelector* selector, InstructionCode opcode, InstructionOperand left, InstructionOperand right, FlagsContinuation* cont) VisitCompare() argument
1876 MaybeReplaceCmpZeroWithFlagSettingBinop(InstructionSelector* selector, Node** node, Node* binop, InstructionCode* opcode, FlagsCondition cond, FlagsContinuation* cont) MaybeReplaceCmpZeroWithFlagSettingBinop() argument
1919 VisitWordCompare(InstructionSelector* selector, Node* node, InstructionCode opcode, FlagsContinuation* cont) VisitWordCompare() argument
1966 InstructionCode opcode = kArmCmp; VisitWordCompare() local
2108 InstructionCode const opcode = VisitWordCompareZero() local
2283 ArchOpcode opcode; VisitWord32AtomicLoad() local
2315 ArchOpcode opcode; VisitWord32AtomicExchange() local
2350 ArchOpcode opcode; VisitWord32AtomicCompareExchange() local
2388 ArchOpcode opcode; VisitWord32AtomicBinaryOperation() local
2919 ArchOpcode opcode; global() member
2968 TryMatchArchShuffle(const uint8_t* shuffle, const ShuffleEntry* table, size_t num_entries, bool is_swizzle, ArchOpcode* opcode) TryMatchArchShuffle() argument
3040 ArchOpcode opcode; VisitI8x16Shuffle() local
3120 VisitF32x4PminOrPmax(InstructionSelector* selector, ArchOpcode opcode, Node* node) VisitF32x4PminOrPmax() argument
3130 VisitF64x2PminOrPMax(InstructionSelector* selector, ArchOpcode opcode, Node* node) VisitF64x2PminOrPMax() argument
3200 InstructionCode opcode = kArmVcvtS32F32; VisitTruncateFloat32ToInt32() local
3212 InstructionCode opcode = kArmVcvtU32F32; VisitTruncateFloat32ToUint32() local
[all...]
/third_party/node/deps/v8/src/compiler/backend/mips/
H A Dinstruction-selector-mips.cc25 InstructionOperand UseOperand(Node* node, InstructionCode opcode) { in UseOperand() argument
65 bool CanBeImmediate(Node* node, InstructionCode opcode) { in CanBeImmediate() argument
108 VisitRRR(InstructionSelector* selector, ArchOpcode opcode, Node* node) VisitRRR() argument
116 VisitUniqueRRR(InstructionSelector* selector, ArchOpcode opcode, Node* node) VisitUniqueRRR() argument
124 VisitRRRR(InstructionSelector* selector, ArchOpcode opcode, Node* node) VisitRRRR() argument
131 VisitRR(InstructionSelector* selector, ArchOpcode opcode, Node* node) VisitRR() argument
138 VisitRRI(InstructionSelector* selector, ArchOpcode opcode, Node* node) VisitRRI() argument
146 VisitRRIR(InstructionSelector* selector, ArchOpcode opcode, Node* node) VisitRRIR() argument
155 VisitRRO(InstructionSelector* selector, ArchOpcode opcode, Node* node) VisitRRO() argument
176 VisitBinop(InstructionSelector* selector, Node* node, InstructionCode opcode, bool has_reverse_opcode, InstructionCode reverse_opcode, FlagsContinuation* cont) VisitBinop() argument
220 VisitBinop(InstructionSelector* selector, Node* node, InstructionCode opcode, bool has_reverse_opcode, InstructionCode reverse_opcode) VisitBinop() argument
227 VisitBinop(InstructionSelector* selector, Node* node, InstructionCode opcode, FlagsContinuation* cont) VisitBinop() argument
232 VisitBinop(InstructionSelector* selector, Node* node, InstructionCode opcode) VisitBinop() argument
237 VisitPairAtomicBinop(InstructionSelector* selector, Node* node, ArchOpcode opcode) VisitPairAtomicBinop() argument
292 InstructionCode opcode = kArchNop; VisitLoadTransform() local
347 InstructionCode opcode = kArchNop; VisitLoad() local
428 ArchOpcode opcode; VisitStore() local
683 VisitWord32PairShift(InstructionSelector* selector, InstructionCode opcode, Node* node) VisitWord32PairShift() argument
743 ArchOpcode opcode = kMipsWord32AtomicPairLoad; VisitWord32AtomicPairLoad() local
1001 InstructionCode opcode = kMipsTruncWS; VisitTruncateFloat32ToInt32() local
1012 InstructionCode opcode = kMipsTruncUwS; VisitTruncateFloat32ToUint32() local
1312 VisitFloat64Ieee754Binop(Node* node, InstructionCode opcode) VisitFloat64Ieee754Binop() argument
1320 VisitFloat64Ieee754Unop(Node* node, InstructionCode opcode) VisitFloat64Ieee754Unop() argument
1405 ArchOpcode opcode; VisitUnalignedLoad() local
1460 ArchOpcode opcode; VisitUnalignedStore() local
1509 VisitCompare(InstructionSelector* selector, InstructionCode opcode, InstructionOperand left, InstructionOperand right, FlagsContinuation* cont) VisitCompare() argument
1544 VisitWordCompare(InstructionSelector* selector, Node* node, InstructionCode opcode, FlagsContinuation* cont, bool commutative) VisitWordCompare() argument
1625 InstructionCode opcode = VisitStackPointerGreaterThan() local
1914 ArchOpcode opcode; VisitWord32AtomicLoad() local
1954 ArchOpcode opcode; VisitWord32AtomicStore() local
1991 ArchOpcode opcode; VisitWord32AtomicExchange() local
2029 ArchOpcode opcode; VisitWord32AtomicCompareExchange() local
2069 ArchOpcode opcode; VisitWord32AtomicBinaryOperation() local
2371 ArchOpcode opcode; global() member
2419 TryMatchArchShuffle(const uint8_t* shuffle, const ShuffleEntry* table, size_t num_entries, bool is_swizzle, ArchOpcode* opcode) TryMatchArchShuffle() argument
2446 ArchOpcode opcode; VisitI8x16Shuffle() local
[all...]
/third_party/node/deps/v8/src/compiler/backend/x64/
H A Dcode-generator-x64.cc712 EmitOOLTrapIfNeeded(Zone* zone, CodeGenerator* codegen, InstructionCode opcode, Instruction* instr, int pc) EmitOOLTrapIfNeeded() argument
723 EmitOOLTrapIfNeeded(Zone* zone, CodeGenerator* codegen, InstructionCode opcode, Instruction* instr, int pc) EmitOOLTrapIfNeeded() argument
1187 InstructionCode opcode = instr->opcode(); AssembleArchInstruction() local
2324 EmitOOLTrapIfNeeded(zone(), this, opcode, instr, __ pc_offset()); AssembleArchInstruction() local
2329 EmitOOLTrapIfNeeded(zone(), this, opcode, instr, __ pc_offset()); AssembleArchInstruction() local
2334 EmitOOLTrapIfNeeded(zone(), this, opcode, instr, __ pc_offset()); AssembleArchInstruction() local
2338 EmitOOLTrapIfNeeded(zone(), this, opcode, instr, __ pc_offset()); AssembleArchInstruction() local
2343 EmitOOLTrapIfNeeded(zone(), this, opcode, instr, __ pc_offset()); AssembleArchInstruction() local
2360 EmitOOLTrapIfNeeded(zone(), this, opcode, instr, __ pc_offset()); AssembleArchInstruction() local
2365 EmitOOLTrapIfNeeded(zone(), this, opcode, instr, __ pc_offset()); AssembleArchInstruction() local
2370 EmitOOLTrapIfNeeded(zone(), this, opcode, instr, __ pc_offset()); AssembleArchInstruction() local
2374 EmitOOLTrapIfNeeded(zone(), this, opcode, instr, __ pc_offset()); AssembleArchInstruction() local
2379 EmitOOLTrapIfNeeded(zone(), this, opcode, instr, __ pc_offset()); AssembleArchInstruction() local
2396 EmitOOLTrapIfNeeded(zone(), this, opcode, instr, __ pc_offset()); AssembleArchInstruction() local
2428 EmitOOLTrapIfNeeded(zone(), this, opcode, instr, __ pc_offset()); AssembleArchInstruction() local
2495 EmitOOLTrapIfNeeded(zone(), this, opcode, instr, __ pc_offset()); AssembleArchInstruction() local
2518 EmitOOLTrapIfNeeded(zone(), this, opcode, instr, __ pc_offset()); AssembleArchInstruction() local
2528 EmitOOLTrapIfNeeded(zone(), this, opcode, instr, __ pc_offset()); AssembleArchInstruction() local
2539 EmitOOLTrapIfNeeded(zone(), this, opcode, instr, __ pc_offset()); AssembleArchInstruction() local
2833 EmitOOLTrapIfNeeded(zone(), this, opcode, instr, __ pc_offset()); AssembleArchInstruction() local
3563 EmitOOLTrapIfNeeded(zone(), this, opcode, instr, __ pc_offset()); AssembleArchInstruction() local
3576 EmitOOLTrapIfNeeded(zone(), this, opcode, instr, __ pc_offset()); AssembleArchInstruction() local
3875 EmitOOLTrapIfNeeded(zone(), this, opcode, instr, __ pc_offset()); AssembleArchInstruction() local
3881 EmitOOLTrapIfNeeded(zone(), this, opcode, instr, __ pc_offset()); AssembleArchInstruction() local
3887 EmitOOLTrapIfNeeded(zone(), this, opcode, instr, __ pc_offset()); AssembleArchInstruction() local
3892 EmitOOLTrapIfNeeded(zone(), this, opcode, instr, __ pc_offset()); AssembleArchInstruction() local
3897 EmitOOLTrapIfNeeded(zone(), this, opcode, instr, __ pc_offset()); AssembleArchInstruction() local
3902 EmitOOLTrapIfNeeded(zone(), this, opcode, instr, __ pc_offset()); AssembleArchInstruction() local
3907 EmitOOLTrapIfNeeded(zone(), this, opcode, instr, __ pc_offset()); AssembleArchInstruction() local
3912 EmitOOLTrapIfNeeded(zone(), this, opcode, instr, __ pc_offset()); AssembleArchInstruction() local
3917 EmitOOLTrapIfNeeded(zone(), this, opcode, instr, __ pc_offset()); AssembleArchInstruction() local
3922 EmitOOLTrapIfNeeded(zone(), this, opcode, instr, __ pc_offset()); AssembleArchInstruction() local
3927 EmitOOLTrapIfNeeded(zone(), this, opcode, instr, __ pc_offset()); AssembleArchInstruction() local
3935 EmitOOLTrapIfNeeded(zone(), this, opcode, instr, __ pc_offset()); AssembleArchInstruction() local
[all...]
/third_party/node/deps/v8/src/compiler/backend/s390/
H A Dcode-generator-s390.cc1158 ArchOpcode opcode = ArchOpcodeField::decode(instr->opcode()); AssembleArchInstruction() local
[all...]
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...]
/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...]

Completed in 106 milliseconds

1...<<2122232425262728