Home
last modified time | relevance | path

Searched defs:opcode (Results 301 – 325 of 2583) sorted by relevance

1...<<11121314151617181920>>...104

/aosp_15_r20/prebuilts/build-tools/sysroots/i686-unknown-linux-musl/include/linux/
H A Dnvme_ioctl.h11 __u8 opcode; member
25 __u8 opcode; member
45 __u8 opcode; member
69 __u8 opcode; member
/aosp_15_r20/prebuilts/vndk/v34/arm64/include/bionic/libc/kernel/uapi/linux/
Dnvme_ioctl.h23 __u8 opcode; member
37 __u8 opcode; member
57 __u8 opcode; member
81 __u8 opcode; member
/aosp_15_r20/out/soong/.intermediates/packages/modules/Bluetooth/system/rust/bluetooth_core_rust_packets/gen/
D_packets.rs173 pub opcode: AttOpcode, field
256 pub fn opcode(&self) -> AttOpcode { in opcode() method
277 let opcode = AttOpcode::try_from(buf.get_u8()) in decode() localVariable
493 pub fn opcode(&self) -> AttOpcode { in opcode() method
828 pub fn opcode(&self) -> AttOpcode { in opcode() method
937 pub fn opcode(&self) -> AttOpcode { in opcode() method
1047 pub fn opcode(&self) -> AttOpcode { in opcode() method
1464 pub fn opcode(&self) -> AttOpcode { in opcode() method
1589 pub fn opcode(&self) -> AttOpcode { in opcode() method
1683 pub fn opcode(&self) -> AttOpcode { in opcode() method
[all …]
/aosp_15_r20/out/soong/.intermediates/packages/modules/Bluetooth/system/rust/libbluetooth_core_rs/android_arm64_armv8-2a_cortex-a55_rlib_rlib-std_apex33/out/
D_packets.rs173 pub opcode: AttOpcode, field
256 pub fn opcode(&self) -> AttOpcode { in opcode() method
277 let opcode = AttOpcode::try_from(buf.get_u8()) in decode() localVariable
493 pub fn opcode(&self) -> AttOpcode { in opcode() method
828 pub fn opcode(&self) -> AttOpcode { in opcode() method
937 pub fn opcode(&self) -> AttOpcode { in opcode() method
1047 pub fn opcode(&self) -> AttOpcode { in opcode() method
1464 pub fn opcode(&self) -> AttOpcode { in opcode() method
1589 pub fn opcode(&self) -> AttOpcode { in opcode() method
1683 pub fn opcode(&self) -> AttOpcode { in opcode() method
[all …]
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/python3/include/python3.11/cpython/
Dcode.h24 # define _Py_MAKECODEUNIT(opcode, oparg) (((opcode)<<8)|(oparg)) argument
28 # define _Py_MAKECODEUNIT(opcode, oparg) ((opcode)|((oparg)<<8)) argument
32 #define _Py_SET_OPCODE(word, opcode) (((unsigned char *)&(word))[0] = (opcode)) argument
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/python3/include/python3.11/cpython/
Dcode.h24 # define _Py_MAKECODEUNIT(opcode, oparg) (((opcode)<<8)|(oparg)) argument
28 # define _Py_MAKECODEUNIT(opcode, oparg) ((opcode)|((oparg)<<8)) argument
32 #define _Py_SET_OPCODE(word, opcode) (((unsigned char *)&(word))[0] = (opcode)) argument
/aosp_15_r20/external/python/cpython3/Include/cpython/
Dcode.h24 # define _Py_MAKECODEUNIT(opcode, oparg) (((opcode)<<8)|(oparg)) argument
28 # define _Py_MAKECODEUNIT(opcode, oparg) ((opcode)|((oparg)<<8)) argument
32 #define _Py_SET_OPCODE(word, opcode) (((unsigned char *)&(word))[0] = (opcode)) argument
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/python3/include/python3.11/cpython/
Dcode.h24 # define _Py_MAKECODEUNIT(opcode, oparg) (((opcode)<<8)|(oparg)) argument
28 # define _Py_MAKECODEUNIT(opcode, oparg) ((opcode)|((oparg)<<8)) argument
32 #define _Py_SET_OPCODE(word, opcode) (((unsigned char *)&(word))[0] = (opcode)) argument
/aosp_15_r20/external/mesa3d/src/gallium/drivers/r300/compiler/
H A Dradeon_dataflow_swizzles.c417 const struct rc_opcode_info * opcode = in clear_channels() local
437 const struct rc_opcode_info * opcode = in try_splitting_single_channel() local
518 const struct rc_opcode_info * opcode = in rc_dataflow_swizzles() local
H A Dr300_fragprog_emit.c85 …atic unsigned int translate_rgb_opcode(struct r300_fragment_program_compiler * c, rc_opcode opcode) in translate_rgb_opcode()
105 …ic unsigned int translate_alpha_opcode(struct r300_fragment_program_compiler * c, rc_opcode opcode) in translate_alpha_opcode()
411 unsigned int opcode; in emit_tex() local
H A Dr500_fragprog_emit.c70 static unsigned int translate_rgb_op(struct r300_fragment_program_compiler *c, rc_opcode opcode) in translate_rgb_op()
92 static unsigned int translate_alpha_op(struct r300_fragment_program_compiler *c, rc_opcode opcode) in translate_alpha_op()
622 const struct rc_opcode_info * opcode = rc_get_opcode_info(inst->U.I.Opcode); in r500BuildFragmentProgramHwCode() local
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/python3/include/python3.11/cpython/
Dcode.h24 # define _Py_MAKECODEUNIT(opcode, oparg) (((opcode)<<8)|(oparg)) argument
28 # define _Py_MAKECODEUNIT(opcode, oparg) ((opcode)|((oparg)<<8)) argument
32 #define _Py_SET_OPCODE(word, opcode) (((unsigned char *)&(word))[0] = (opcode)) argument
/aosp_15_r20/external/angle/third_party/glslang/src/SPIRV/
H A DSpvBuilder.cpp518 Id Builder::makeGenericType(spv::Op opcode, std::vector<spv::IdImmediate>& operands) in makeGenericType()
1519 Id Builder::findScalarConstant(Op typeClass, Op opcode, Id typeId, unsigned value) in findScalarConstant()
1534 Id Builder::findScalarConstant(Op typeClass, Op opcode, Id typeId, unsigned v1, unsigned v2) in findScalarConstant()
1619 …Op opcode = specConstant ? (b ? OpSpecConstantTrue : OpSpecConstantFalse) : (b ? OpConstantTrue : … in makeBoolConstant() local
1646 Op opcode = specConstant ? OpSpecConstant : OpConstant; in makeIntConstant() local
1667 Op opcode = specConstant ? OpSpecConstant : OpConstant; in makeInt64Constant() local
1693 Op opcode = specConstant ? OpSpecConstant : OpConstant; in makeFloatConstant() local
1718 Op opcode = specConstant ? OpSpecConstant : OpConstant; in makeDoubleConstant() local
1747 Op opcode = specConstant ? OpSpecConstant : OpConstant; in makeFloat16Constant() local
1878 Op opcode = replicate ? in makeCompositeConstant() local
[all …]
/aosp_15_r20/packages/modules/Bluetooth/system/bta/vc/
Dvc.cc459 uint8_t opcode = device->mute ? kControlPointOpcodeMute : kControlPointOpcodeUnmute; in HandleAutonomusVolumeChange() local
696 uint8_t opcode, uint8_t id) { in OnExtAudioInCPWrite()
1033 bool is_autonomous, uint8_t opcode, in PrepareVolumeControlOperation()
1067 uint8_t opcode = mute ? kControlPointOpcodeMute : kControlPointOpcodeUnmute; in MuteUnmute() local
1141 uint8_t opcode = kControlPointOpcodeSetAbsoluteVolume; in SetVolume() local
1470 void devices_control_point_helper(const std::vector<RawAddress>& devices, uint8_t opcode, in devices_control_point_helper()
1484 uint8_t opcode, const std::vector<uint8_t>* arg) { in ext_audio_out_control_point_helper()
/aosp_15_r20/external/javassist/src/main/javassist/expr/
H A DFieldAccess.java45 int opcode; field in FieldAccess
251 int opcode; field in FieldAccess.ProceedForRead
301 int opcode; field in FieldAccess.ProceedForWrite
/aosp_15_r20/dalvik/dx/src/com/android/dx/io/instructions/
H A DDecodedInstruction.java44 private final int opcode; field in DecodedInstruction
71 int opcode = Opcodes.extractOpcodeFromUnit(opcodeUnit); in decode() local
101 public DecodedInstruction(InstructionCodec format, int opcode, in DecodedInstruction()
/aosp_15_r20/art/disassembler/
H A Ddisassembler_riscv64.cc440 const char* opcode = kOpcodes[funct3]; in Print32BCond() local
476 const char* opcode = kOpcodes[funct3]; in Print32Load() local
495 const char* opcode = kOpcodes[funct3]; in Print32Store() local
864 const char* opcode = ((funct5 & 3u) == 0u) ? kMul4Opcodes[funct5 >> 2] : kOtherOpcodes[funct5]; in Print32Atomic() local
1044 const char* opcode = nullptr; in Print32RVVOp() local
1497 const char* opcode = kOpcodes[funct3]; in Print32Zicsr() local
/aosp_15_r20/external/ow2-asm/benchmarks/libs/
HDcsg-bytecode-1.0.0.jar ... new_bytes int increment public void putOpcode (int) int opcode int stack int consume int produce public void put1 ( ...
/aosp_15_r20/external/mesa3d/src/intel/compiler/elk/
H A Delk_gram.y110 i965_asm_unary_instruction(int opcode, struct elk_codegen *p, in i965_asm_unary_instruction()
165 i965_asm_binary_instruction(int opcode, in i965_asm_binary_instruction()
253 i965_asm_ternary_instruction(int opcode, in i965_asm_ternary_instruction()
H A Delk_eu.h1109 elk_lsc_opcode_has_cmask(enum elk_lsc_opcode opcode) in elk_lsc_opcode_has_cmask()
1115 elk_lsc_opcode_has_transpose(enum elk_lsc_opcode opcode) in elk_lsc_opcode_has_transpose()
1121 elk_lsc_opcode_is_store(enum elk_lsc_opcode opcode) in elk_lsc_opcode_is_store()
1128 elk_lsc_opcode_is_atomic(enum elk_lsc_opcode opcode) in elk_lsc_opcode_is_atomic()
1158 elk_lsc_opcode_is_atomic_float(enum elk_lsc_opcode opcode) in elk_lsc_opcode_is_atomic_float()
1317 enum elk_lsc_opcode opcode, unsigned simd_size, in lsc_msg_desc_wcmask()
1355 enum elk_lsc_opcode opcode, unsigned simd_size, in lsc_msg_desc()
/aosp_15_r20/external/pigweed/pw_bluetooth_hci/public/pw_bluetooth_hci/
H A Dpacket.h118 constexpr CommandPacket(uint16_t opcode, in CommandPacket()
126 constexpr CommandPacket(uint16_t opcode, ConstByteSpan parameters) in CommandPacket()
145 constexpr uint16_t opcode() const { return opcode_; } in opcode() function
/aosp_15_r20/external/mesa3d/src/glx/
H A Dglxcmds.c434 CARD8 opcode = __glXSetupForCommand(dpy); in glx_send_destroy_context() local
605 CARD8 opcode; in glXCopyContext() local
1235 CARD8 opcode; in glXImportContextEXT() local
1549 CARD8 opcode; in glXSwapIntervalSGI() local
2039 CARD8 opcode; in glXCopySubBufferMESA() local
2105 CARD8 opcode; in glXBindTexImageEXT() local
2164 CARD8 opcode; in glXReleaseTexImageEXT() local
/aosp_15_r20/external/pytorch/torch/backends/_nnapi/
H A Dserializer.py525 def add_operation(self, opcode, inputs, outputs): argument
1332 def add_pointwise_simple_unary_op(self, node, opcode): argument
1360 def _do_add_binary(self, node, opcode, fuse_code, *, qparams=None): # noqa: D401 argument
1415 def add_pointwise_simple_binary_broadcast_op(self, node, opcode, fuse_code): argument
1419 def add_add_sub_op(self, node, opcode, fuse_code): argument
1430 def add_qadd(self, node, opcode, fuse_code): argument
1526 def add_pool2d_node(self, node, opcode): argument
/aosp_15_r20/external/flashrom/
H A Dichspi.c278 uint8_t opcode; //This commands spi opcode member
298 OPCODE opcode[8]; member
325 static int find_opcode(OPCODES *op, uint8_t opcode) in find_opcode()
362 uint8_t opcode; member
560 static uint8_t lookup_spi_type(uint8_t opcode) in lookup_spi_type()
638 static int reprogram_opcode_on_the_fly(uint8_t opcode, unsigned int writecnt, unsigned int readcnt) in reprogram_opcode_on_the_fly()
1152 OPCODE *opcode; in ich_spi_send_command() local
1833 static bool ich_spi_probe_opcode(const struct flashctx *flash, uint8_t opcode) in ich_spi_probe_opcode()
/aosp_15_r20/external/tensorflow/tensorflow/compiler/xla/service/
H A Dshape_inference.cc230 HloOpcode opcode, const HloInstruction* operand) { in InferUnaryOpShape()
235 HloOpcode opcode, const Shape& shape) { in InferUnaryOpShape()
956 HloOpcode opcode, const HloInstruction* lhs, const HloInstruction* rhs) { in InferBinaryOpShape()
962 HloOpcode opcode, const Shape& lhs, const Shape& rhs, in InferBinaryOpShape()
1047 HloOpcode opcode, const HloInstruction* lhs, const HloInstruction* rhs, in InferTernaryOpShape()
1053 HloOpcode opcode, const Shape& lhs, const Shape& rhs, const Shape& ehs) { in InferTernaryOpShape()
1068 HloOpcode opcode, absl::Span<const HloInstruction* const> operands) { in InferVariadicOpShape()
1078 HloOpcode opcode, absl::Span<const Shape* const> operand_shapes) { in InferVariadicOpShape()

1...<<11121314151617181920>>...104