| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/ |
| H A D | X86ISelLowering.cpp | 2834 X86ISD::NodeType opcode = X86ISD::RET_FLAG; in LowerReturn() local [all...] |
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/ |
| H A D | GVN.cpp | 115 uint32_t opcode; member [all...] |
| /third_party/skia/third_party/externals/tint/src/reader/spirv/ |
| H A D | parser_impl.cc | 96 bool AssumesSignedOperands(SpvOp opcode) { in AssumesSignedOperands() argument 132 bool AssumesUnsignedOperands(SpvOp opcode) { in AssumesUnsignedOperands() argument 168 bool AssumesSecondOperandSignednessMatchesFirstOperand(SpvOp opcode) { in AssumesSecondOperandSignednessMatchesFirstOperand() argument 189 AssumesResultSignednessMatchesFirstOperand(SpvOp opcode) AssumesResultSignednessMatchesFirstOperand() argument 2088 const auto opcode = inst.opcode(); RectifyOperandSignedness() local 2142 const auto opcode = inst.opcode(); ForcedResultType() local [all...] |
| /third_party/spirv-tools/include/spirv-tools/ |
| H A D | libspirv.h | 409 uint16_t opcode; member
|
| /third_party/toybox/toys/pending/ |
| H A D | dhcp.c | 860 static uint8_t *dhcpc_addstropt(uint8_t *optptr, uint8_t opcode, char* str, int len) in dhcpc_addstropt() argument
|
| /third_party/python/Objects/ |
| H A D | codeobject.c | 1453 int opcode = _PyOpcode_Deopt[_Py_OPCODE(instruction)]; in deopt_code() local
|
| /third_party/spirv-tools/source/fuzz/ |
| H A D | fuzzer_util.cpp | 287 CanInsertOpcodeBeforeInstruction( spv::Op opcode, const opt::BasicBlock::iterator& instruction_in_block) CanInsertOpcodeBeforeInstruction() argument 1560 GetLastInsertBeforeInstruction(opt::IRContext* ir_context, uint32_t block_id, spv::Op opcode) GetLastInsertBeforeInstruction() argument 2033 IsAgnosticToSignednessOfOperand(spv::Op opcode, uint32_t use_in_operand_index) IsAgnosticToSignednessOfOperand() argument 2105 TypesAreCompatible(opt::IRContext* ir_context, spv::Op opcode, uint32_t use_in_operand_index, uint32_t type_id_1, uint32_t type_id_2) TypesAreCompatible() argument [all...] |
| /third_party/spirv-tools/source/val/ |
| H A D | validate_extensions.cpp | 3706 const spv::Op opcode = inst->opcode(); ExtensionPass() local [all...] |
| /third_party/wpa_supplicant/wpa_supplicant-2.9/src/drivers/ |
| H A D | driver_atheros.c | 1472 atheros_wireless_event_atheros_custom(struct atheros_driver_data *drv, int opcode, char *buf, int len) atheros_wireless_event_atheros_custom() argument
|
| /third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/drivers/ |
| H A D | driver_atheros.c | 1461 atheros_wireless_event_atheros_custom(struct atheros_driver_data *drv, int opcode, char *buf, int len) atheros_wireless_event_atheros_custom() argument
|
| /device/soc/rockchip/common/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd_wifi6/ |
| H A D | dhd_linux_pktdump.c | 301 uint8 opcode; member 1232 uint16 opcode; in dhd_arp_dump() local 1352 uint16 flags, opcode, id; dhd_dns_dump() local [all...] |
| /third_party/ffmpeg/libavcodec/ |
| H A D | h264dec.h | 102 MMCOOpcode opcode; member
|
| /third_party/backends/backend/ |
| H A D | hs2p-scsi.h | 440 SANE_Byte opcode; /* 15H */ member 623 SANE_Byte opcode; /* 1AH */ member 646 SANE_Byte opcode; /* 1BH */ member 999 SANE_Byte opcode; /* 24H */ member 1024 SANE_Byte opcode; member 1082 SANE_Byte opcode; /* READ=28H SEND=2AH */ member 1251 SANE_Byte opcode; /* 31H */ member 1265 SANE_Byte opcode; /* 34H */ member
|
| /third_party/libuv/src/unix/ |
| H A D | linux.c | 225 uint8_t opcode; member 478 int uv__io_uring_register(int fd, unsigned opcode, void* arg, unsigned nargs) { in uv__io_uring_register() argument [all...] |
| /third_party/mesa3d/src/amd/compiler/ |
| H A D | aco_ir.h | 1021 aco_opcode opcode; member
|
| H A D | aco_register_allocation.cpp | 2032 aco_opcode opcode = get_reg_phi() local 2180 aco_opcode opcode = val.is_linear() ? aco_opcode::p_linear_phi : aco_opcode::p_phi; handle_live_in() local [all...] |
| /third_party/mesa3d/src/gallium/drivers/zink/nir_to_spirv/ |
| H A D | spirv_builder.c | 796 int opcode; in spirv_builder_emit_image_sample() local 1085 int opcode = SpvOpImageQuerySize; spirv_builder_emit_image_query_size() local 1119 int opcode = SpvOpImageQueryLod; spirv_builder_emit_image_query_lod() local [all...] |
| /third_party/node/deps/v8/src/wasm/baseline/s390/ |
| H A D | liftoff-assembler-s390.h | 1885 bool LiftoffAssembler::emit_type_conversion(WasmOpcode opcode, in emit_type_conversion() argument
|
| /third_party/node/deps/v8/src/wasm/ |
| H A D | module-decoder.cc | 1979 uint8_t opcode = read_u8<kFullValidation>(this->pc()); in consume_storage_type() local
|
| /third_party/libfuse/lib/ |
| H A D | fuse_lowlevel.c | 2617 static const char *opname(enum fuse_opcode opcode) argument [all...] |
| /third_party/ltp/tools/sparse/sparse-src/ |
| H A D | linearize.c | 41 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 D | instruction-selector-arm.cc | 32 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 D | instruction-selector-mips.cc | 25 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 D | code-generator-x64.cc | 712 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 D | code-generator-s390.cc | 1158 ArchOpcode opcode = ArchOpcodeField::decode(instr->opcode()); AssembleArchInstruction() local [all...] |