Home
last modified time | relevance | path

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

1...<<212223242526272829

/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...]
/third_party/musl/porting/liteos_m/kernel/include/arpa/
H A Dnameser.h328 unsigned opcode: 4; member
341 unsigned opcode :4; member
/third_party/musl/porting/liteos_m_iccarm/kernel/include/arpa/
H A Dnameser.h328 unsigned opcode: 4; member
341 unsigned opcode :4; member
/third_party/musl/porting/uniproton/kernel/include/arpa/
H A Dnameser.h328 unsigned opcode: 4; member
341 unsigned opcode :4; member
/third_party/libfuse/include/
H A Dfuse_kernel.h902 uint32_t opcode; member
/third_party/node/deps/v8/src/compiler/backend/mips64/
H A Dinstruction-selector-mips64.cc27 InstructionOperand UseOperand(Node* node, InstructionCode opcode) { in UseOperand() argument
76 CanBeImmediate(int64_t value, InstructionCode opcode) CanBeImmediate() argument
122 VisitRR(InstructionSelector* selector, ArchOpcode opcode, Node* node) VisitRR() argument
129 VisitRRI(InstructionSelector* selector, ArchOpcode opcode, Node* node) VisitRRI() argument
137 VisitSimdShift(InstructionSelector* selector, ArchOpcode opcode, Node* node) VisitSimdShift() argument
151 VisitRRIR(InstructionSelector* selector, ArchOpcode opcode, Node* node) VisitRRIR() argument
160 VisitRRR(InstructionSelector* selector, ArchOpcode opcode, Node* node) VisitRRR() argument
168 VisitUniqueRRR(InstructionSelector* selector, ArchOpcode opcode, Node* node) VisitUniqueRRR() argument
176 VisitRRRR(InstructionSelector* selector, ArchOpcode opcode, Node* node) VisitRRRR() argument
183 VisitRRO(InstructionSelector* selector, ArchOpcode opcode, Node* node) VisitRRO() argument
207 ArchOpcode opcode() const { opcode() function
263 InstructionCode opcode = TryEmitExtendingLoad() local
288 VisitBinop(InstructionSelector* selector, Node* node, InstructionCode opcode, bool has_reverse_opcode, InstructionCode reverse_opcode, FlagsContinuation* cont) VisitBinop() argument
325 VisitBinop(InstructionSelector* selector, Node* node, InstructionCode opcode, bool has_reverse_opcode, InstructionCode reverse_opcode) VisitBinop() argument
332 VisitBinop(InstructionSelector* selector, Node* node, InstructionCode opcode, FlagsContinuation* cont) VisitBinop() argument
337 VisitBinop(InstructionSelector* selector, Node* node, InstructionCode opcode) VisitBinop() argument
357 EmitLoad(InstructionSelector* selector, Node* node, InstructionCode opcode, Node* output = nullptr) EmitLoad() argument
379 EmitAddBeforeS128LoadStore(InstructionSelector* selector, Node* node, InstructionCode* opcode) EmitAddBeforeS128LoadStore() argument
397 InstructionCode opcode = kMips64S128StoreLane; VisitStoreLane() local
414 InstructionCode opcode = kMips64S128LoadLane; VisitLoadLane() local
426 InstructionCode opcode = kArchNop; VisitLoadTransform() local
478 InstructionCode opcode = kArchNop; VisitLoad() local
551 ArchOpcode opcode; VisitStore() local
1269 InstructionCode opcode = kMips64TruncWS; VisitTruncateFloat32ToInt32() local
1279 InstructionCode opcode = kMips64TruncUwS; VisitTruncateFloat32ToUint32() local
1368 InstructionCode opcode = kMips64TruncLD; VisitTruncateFloat64ToInt64() local
1507 IrOpcode::Value opcode = value->opcode(); VisitChangeUint32ToUint64() local
1746 VisitFloat64Ieee754Binop(Node* node, InstructionCode opcode) VisitFloat64Ieee754Binop() argument
1754 VisitFloat64Ieee754Unop(Node* node, InstructionCode opcode) VisitFloat64Ieee754Unop() argument
1835 ArchOpcode opcode; VisitUnalignedLoad() local
1890 ArchOpcode opcode; VisitUnalignedStore() local
1942 VisitCompare(InstructionSelector* selector, InstructionCode opcode, InstructionOperand left, InstructionOperand right, FlagsContinuation* cont) VisitCompare() argument
1977 VisitWordCompare(InstructionSelector* selector, Node* node, InstructionCode opcode, FlagsContinuation* cont, bool commutative) VisitWordCompare() argument
2067 VisitFullWord32Compare(InstructionSelector* selector, Node* node, InstructionCode opcode, FlagsContinuation* cont) VisitFullWord32Compare() argument
2081 VisitOptimizedWord32Compare(InstructionSelector* selector, Node* node, InstructionCode opcode, FlagsContinuation* cont) VisitOptimizedWord32Compare() argument
2286 VisitAtomicExchange(InstructionSelector* selector, Node* node, ArchOpcode opcode, AtomicWidth width) VisitWord32Compare() argument
2310 VisitAtomicCompareExchange(InstructionSelector* selector, Node* node, ArchOpcode opcode, AtomicWidth width) VisitWord32Compare() argument
2336 VisitAtomicBinop(InstructionSelector* selector, Node* node, ArchOpcode opcode, AtomicWidth width) VisitWord32Compare() argument
2366 InstructionCode opcode = VisitStackPointerGreaterThan() local
2736 ArchOpcode opcode; VisitWord32AtomicExchange() local
2756 ArchOpcode opcode; VisitWord64AtomicExchange() local
2773 ArchOpcode opcode; VisitWord32AtomicCompareExchange() local
2793 ArchOpcode opcode; VisitWord64AtomicCompareExchange() local
2811 ArchOpcode opcode; VisitWord32AtomicBinaryOperation() local
2846 ArchOpcode opcode; VisitWord64AtomicBinaryOperation() local
3134 ArchOpcode opcode; global() member
3187 TryMatchArchShuffle(const uint8_t* shuffle, const ShuffleEntry* table, size_t num_entries, bool is_swizzle, ArchOpcode* opcode) TryMatchArchShuffle() argument
3214 ArchOpcode opcode; VisitI8x16Shuffle() local
[all...]
/third_party/node/deps/v8/src/compiler/backend/x64/
H A Dinstruction-selector-x64.cc68 bool CanBeMemoryOperand(InstructionCode opcode, Node* node, Node* input, in CanBeMemoryOperand() argument
256 ArchOpcode opcode; in GetLoadOpcode() local
392 InstructionCode opcode = kArchNop; VisitLoadLane() local
432 ArchOpcode opcode; VisitLoadTransform() local
482 VisitLoad(Node* node, Node* value, InstructionCode opcode) VisitLoad() argument
520 VisitAtomicExchange(InstructionSelector* selector, Node* node, ArchOpcode opcode, AtomicWidth width) VisitAtomicExchange() argument
588 ArchOpcode opcode; VisitStoreCommon() local
658 ArchOpcode opcode = GetStoreOpcode(store_rep); VisitProtectedStore() local
675 InstructionCode opcode = kArchNop; VisitStoreLane() local
706 VisitBinop(InstructionSelector* selector, Node* node, InstructionCode opcode, FlagsContinuation* cont) VisitBinop() argument
768 VisitBinop(InstructionSelector* selector, Node* node, InstructionCode opcode) VisitBinop() argument
835 InstructionCode opcode = VisitStackPointerGreaterThan() local
871 InstructionCode opcode; TryMergeTruncateInt64ToInt32IntoLoad() local
917 VisitWord32Shift(InstructionSelector* selector, Node* node, ArchOpcode opcode) VisitWord32Shift() argument
939 VisitWord64Shift(InstructionSelector* selector, Node* node, ArchOpcode opcode) VisitWord64Shift() argument
963 TryVisitWordShift(InstructionSelector* selector, Node* node, ArchOpcode opcode, FlagsContinuation* cont) TryVisitWordShift() argument
983 EmitLea(InstructionSelector* selector, InstructionCode opcode, Node* result, Node* index, int scale, Node* base, Node* displacement, DisplacementMode displacement_mode) EmitLea() argument
1086 TryMatchLoadWord64AndShiftRight(InstructionSelector* selector, Node* node, InstructionCode opcode) TryMatchLoadWord64AndShiftRight() argument
1328 VisitMul(InstructionSelector* selector, Node* node, ArchOpcode opcode) VisitMul() argument
1345 VisitMulHigh(InstructionSelector* selector, Node* node, ArchOpcode opcode) VisitMulHigh() argument
1360 VisitDiv(InstructionSelector* selector, Node* node, ArchOpcode opcode) VisitDiv() argument
1368 VisitMod(InstructionSelector* selector, Node* node, ArchOpcode opcode) VisitMod() argument
1530 InstructionCode opcode; VisitChangeInt32ToInt64() local
1642 VisitRO(InstructionSelector* selector, Node* node, InstructionCode opcode) VisitRO() argument
1648 VisitRR(InstructionSelector* selector, Node* node, InstructionCode opcode) VisitRR() argument
1655 VisitRRO(InstructionSelector* selector, Node* node, InstructionCode opcode) VisitRRO() argument
1720 VisitFloatUnop(InstructionSelector* selector, Node* node, Node* input, ArchOpcode opcode) VisitFloatUnop() argument
1925 VisitFloat64Ieee754Binop(Node* node, InstructionCode opcode) VisitFloat64Ieee754Binop() argument
1933 VisitFloat64Ieee754Unop(Node* node, InstructionCode opcode) VisitFloat64Ieee754Unop() argument
1988 InstructionCode opcode = kX64Push | AddressingModeField::encode(mode); EmitPrepareArguments() local
2026 VisitCompareWithMemoryOperand(InstructionSelector* selector, InstructionCode opcode, Node* left, InstructionOperand right, FlagsContinuation* cont) VisitCompareWithMemoryOperand() argument
2054 VisitCompare(InstructionSelector* selector, InstructionCode opcode, InstructionOperand left, InstructionOperand right, FlagsContinuation* cont) VisitCompare() argument
2075 VisitCompare(InstructionSelector* selector, InstructionCode opcode, Node* left, Node* right, FlagsContinuation* cont, bool commutative) VisitCompare() argument
2184 TryNarrowOpcodeSize(InstructionCode opcode, Node* left, Node* right, FlagsContinuation* cont) TryNarrowOpcodeSize() argument
2255 VisitWordCompare(InstructionSelector* selector, Node* node, InstructionCode opcode, FlagsContinuation* cont) VisitWordCompare() argument
2315 InstructionCode opcode = VisitWord64EqualImpl() local
2353 InstructionCode opcode = VisitWord32EqualImpl() local
2366 VisitCompareZero(InstructionSelector* selector, Node* user, Node* node, InstructionCode opcode, FlagsContinuation* cont) VisitCompareZero() argument
2449 InstructionCode const opcode = VisitFloat32Compare() local
2459 InstructionCode const opcode = VisitFloat64Compare() local
2465 VisitAtomicBinop(InstructionSelector* selector, Node* node, ArchOpcode opcode, AtomicWidth width) VisitAtomicBinop() argument
2484 VisitAtomicCompareExchange(InstructionSelector* selector, Node* node, ArchOpcode opcode, AtomicWidth width) VisitAtomicCompareExchange() argument
2591 InstructionCode const opcode = VisitWordCompareZero() local
2819 InstructionCode const opcode = VisitFloat64LessThan() local
2909 ArchOpcode opcode; VisitWord32AtomicExchange() local
2928 ArchOpcode opcode; VisitWord64AtomicExchange() local
2945 ArchOpcode opcode; VisitWord32AtomicCompareExchange() local
2964 ArchOpcode opcode; VisitWord64AtomicCompareExchange() local
2983 ArchOpcode opcode; VisitWord32AtomicBinaryOperation() local
3017 ArchOpcode opcode; VisitWord64AtomicBinaryOperation() local
3494 ArchOpcode opcode; global() member
3639 ArchOpcode opcode = kX64I8x16Shuffle; // general shuffle is the default VisitI8x16Shuffle() local
3862 VisitMinOrMax(InstructionSelector* selector, Node* node, ArchOpcode opcode, bool flip_inputs) VisitMinOrMax() argument
[all...]

Completed in 101 milliseconds

1...<<212223242526272829