Home
last modified time | relevance | path

Searched defs:opcode (Results 126 – 150 of 2583) sorted by relevance

12345678910>>...104

/aosp_15_r20/frameworks/libs/binary_translation/decoder/include/berberis/decoder/riscv64/
Ddecoder.h651 AmoOpcode opcode; member
661 BranchOpcode opcode; member
668 CsrOpcode opcode; member
675 CsrImmOpcode opcode; member
706 FenceOpcode opcode; member
726 FmaOpcode opcode; member
750 OpcodeType opcode; member
757 OpSingleInputOpcode opcode; member
766 OpFpOpcode opcode; member
775 OpFpGpRegisterTargetNoRoundingOpcode opcode; member
[all …]
/aosp_15_r20/art/compiler/utils/riscv64/
H A Dassembler_riscv64.h2338 void EmitI(int32_t imm12, Reg1 rs1, uint32_t funct3, Reg2 rd, uint32_t opcode) { in EmitI()
2357 void EmitR(uint32_t funct7, Reg1 rs2, Reg2 rs1, uint32_t funct3, Reg3 rd, uint32_t opcode) { in EmitR()
2379 Reg1 rs3, uint32_t fmt, Reg2 rs2, Reg3 rs1, uint32_t funct3, Reg4 rd, uint32_t opcode) { in EmitR4()
2402 void EmitS(int32_t imm12, Reg1 rs2, Reg2 rs1, uint32_t funct3, uint32_t opcode) { in EmitS()
2427 uint32_t opcode) { in EmitI6()
2447 void EmitB(int32_t offset, XRegister rs2, XRegister rs1, uint32_t funct3, uint32_t opcode) { in EmitB()
2469 void EmitU(uint32_t imm20, XRegister rd, uint32_t opcode) { in EmitU()
2484 void EmitJ(int32_t offset, XRegister rd, uint32_t opcode) { in EmitJ()
2506 void EmitCR(uint32_t funct4, XRegister rd_rs1, XRegister rs2, uint32_t opcode) { in EmitCR()
2526 void EmitCI(uint32_t funct3, Reg rd_rs1, uint32_t imm6, uint32_t opcode) { in EmitCI()
[all …]
/aosp_15_r20/development/tools/mkstubs/src/com/android/mkstubs/sourcer/
H A DMethodSourcer.java166 public void visitFieldInsn(int opcode, String owner, String name, String desc) { in visitFieldInsn()
181 public void visitInsn(int opcode) { in visitInsn()
186 public void visitIntInsn(int opcode, int operand) { in visitIntInsn()
191 public void visitJumpInsn(int opcode, Label label) { in visitJumpInsn()
227 public void visitMethodInsn(int opcode, String owner, String name, String desc, boolean itf) { in visitMethodInsn()
253 public void visitTypeInsn(int opcode, String type) { in visitTypeInsn()
258 public void visitVarInsn(int opcode, int var) { in visitVarInsn()
/aosp_15_r20/external/ow2-asm/asm-commons/src/test/java/org/objectweb/asm/commons/
H A DAnalyzerAdapterTest.java234 public void visitInsn(final int opcode) { in visitInsn()
240 public void visitIntInsn(final int opcode, final int operand) { in visitIntInsn()
246 public void visitVarInsn(final int opcode, final int varIndex) { in visitVarInsn()
252 public void visitTypeInsn(final int opcode, final String type) { in visitTypeInsn()
259 final int opcode, final String owner, final String name, final String descriptor) { in visitFieldInsn()
266 final int opcode, in visitMethodInsn()
287 public void visitJumpInsn(final int opcode, final Label label) { in visitJumpInsn()
/aosp_15_r20/external/tcpdump/
H A Dprint-rx.c487 uint32_t opcode; /* RX opcode (host order) */ member
535 uint32_t opcode; in rx_print() local
717 const struct ip *ip, uint16_t sport, uint32_t *opcode) in rx_cache_find()
1055 const u_char *bp, u_int length, uint32_t opcode) in fs_reply_print()
1289 const u_char *bp, u_int length, uint32_t opcode) in cb_reply_print()
1479 const u_char *bp, u_int length, uint32_t opcode) in prot_reply_print()
1679 const u_char *bp, u_int length, uint32_t opcode) in vldb_reply_print()
1954 const u_char *bp, u_int length, uint32_t opcode) in kauth_reply_print()
2200 const u_char *bp, u_int length, uint32_t opcode) in vol_reply_print()
2424 const u_char *bp, u_int length, uint32_t opcode) in bos_reply_print()
[all …]
/aosp_15_r20/frameworks/layoutlib/create/src/com/android/tools/layoutlib/create/
H A DDelegateMethodAdapter.java373 public void visitInsn(int opcode) { in visitInsn()
394 public void visitMethodInsn(int opcode, String owner, String name, String desc, boolean itf) { in visitMethodInsn()
401 public void visitFieldInsn(int opcode, String owner, String name, String desc) { in visitFieldInsn()
422 public void visitIntInsn(int opcode, int operand) { in visitIntInsn()
429 public void visitJumpInsn(int opcode, Label label) { in visitJumpInsn()
472 public void visitTypeInsn(int opcode, String type) { in visitTypeInsn()
479 public void visitVarInsn(int opcode, int var) { in visitVarInsn()
519 public void visitMethodInsn(int opcode, String owner, String name, String descriptor) { in visitMethodInsn()
/aosp_15_r20/external/tensorflow/tensorflow/compiler/xla/service/
H A Dhlo_opcode.cc24 std::string HloOpcodeString(HloOpcode opcode) { in HloOpcodeString()
48 bool HloOpcodeIsComparison(HloOpcode opcode) { in HloOpcodeIsComparison()
52 bool HloOpcodeIsVariadic(HloOpcode opcode) { in HloOpcodeIsVariadic()
62 std::optional<int> HloOpcodeArity(HloOpcode opcode) { in HloOpcodeArity()
73 bool HloOpcodeIsAsync(HloOpcode opcode) { in HloOpcodeIsAsync()
/aosp_15_r20/dalvik/dx/src/com/android/dx/io/instructions/
H A DFillArrayDataPayloadDecodedInstruction.java39 int opcode, Object data, int size, int elementWidth) { in FillArrayDataPayloadDecodedInstruction()
51 int opcode, byte[] data) { in FillArrayDataPayloadDecodedInstruction()
59 int opcode, short[] data) { in FillArrayDataPayloadDecodedInstruction()
67 int opcode, int[] data) { in FillArrayDataPayloadDecodedInstruction()
75 int opcode, long[] data) { in FillArrayDataPayloadDecodedInstruction()
/aosp_15_r20/external/deqp-deps/SPIRV-Tools/test/val/
Dval_ray_query_test.cpp116 std::string RayQueryResult(std::string opcode) { in RayQueryResult()
142 std::string RayQueryResultType(std::string opcode, bool valid) { in RayQueryResultType()
183 std::string RayQueryIntersection(std::string opcode, bool valid) { in RayQueryIntersection()
206 std::string opcode = GetParam(); in TEST_P() local
218 std::string opcode = GetParam(); in TEST_P() local
232 std::string opcode = GetParam(); in TEST_P() local
272 std::string opcode = GetParam(); in TEST_P() local
/aosp_15_r20/external/mesa3d/src/gallium/drivers/i915/
H A Di915_fpc_optimize.c128 op_has_dst(unsigned opcode) in op_has_dst()
134 op_num_dst(unsigned opcode) in op_num_dst()
140 op_num_src(unsigned opcode) in op_num_src()
146 op_commutes(unsigned opcode) in op_commutes()
166 op_is_texture(unsigned opcode) in op_is_texture()
172 op_neutral_element(unsigned opcode) in op_neutral_element()
294 unsigned opcode; in liveness_analysis() local
H A Di915_debug_fp.c192 print_arith_op(char **stream, unsigned opcode, const unsigned *program) in print_arith_op()
219 print_tex_op(char **stream, unsigned opcode, const unsigned *program) in print_tex_op()
234 print_texkil_op(char **stream, unsigned opcode, const unsigned *program) in print_texkil_op()
244 print_dcl_op(char **stream, unsigned opcode, const unsigned *program) in print_dcl_op()
284 unsigned opcode = program[0] & (0x1f << 24); in i915_disassemble_program() local
/aosp_15_r20/external/angle/third_party/spirv-tools/src/test/val/
H A Dval_ray_query_test.cpp116 std::string RayQueryResult(std::string opcode) { in RayQueryResult()
142 std::string RayQueryResultType(std::string opcode, bool valid) { in RayQueryResultType()
183 std::string RayQueryIntersection(std::string opcode, bool valid) { in RayQueryIntersection()
206 std::string opcode = GetParam(); in TEST_P() local
218 std::string opcode = GetParam(); in TEST_P() local
232 std::string opcode = GetParam(); in TEST_P() local
272 std::string opcode = GetParam(); in TEST_P() local
/aosp_15_r20/external/swiftshader/third_party/SPIRV-Tools/test/val/
H A Dval_ray_query_test.cpp116 std::string RayQueryResult(std::string opcode) { in RayQueryResult()
142 std::string RayQueryResultType(std::string opcode, bool valid) { in RayQueryResultType()
183 std::string RayQueryIntersection(std::string opcode, bool valid) { in RayQueryIntersection()
206 std::string opcode = GetParam(); in TEST_P() local
218 std::string opcode = GetParam(); in TEST_P() local
232 std::string opcode = GetParam(); in TEST_P() local
272 std::string opcode = GetParam(); in TEST_P() local
/aosp_15_r20/external/mesa3d/src/gallium/auxiliary/tgsi/
H A Dtgsi_info.c54 tgsi_get_opcode_info(enum tgsi_opcode opcode) in tgsi_get_opcode_info()
88 tgsi_get_opcode_name(enum tgsi_opcode opcode) in tgsi_get_opcode_name()
102 tgsi_opcode_infer_type(enum tgsi_opcode opcode) in tgsi_opcode_infer_type()
229 tgsi_opcode_infer_src_type(enum tgsi_opcode opcode, unsigned src_idx) in tgsi_opcode_infer_src_type()
314 tgsi_opcode_infer_dst_type(enum tgsi_opcode opcode, unsigned dst_idx) in tgsi_opcode_infer_dst_type()
/aosp_15_r20/external/javassist/src/main/javassist/bytecode/analysis/
H A DExecutor.java69 int opcode = iter.byteAt(pos); in execute() local
705 private void evalGetField(int opcode, int index, Frame frame) throws BadBytecode { in evalGetField()
717 private void evalInvokeIntfMethod(int opcode, int index, Frame frame) throws BadBytecode { in evalInvokeIntfMethod()
734 private void evalInvokeMethod(int opcode, int index, Frame frame) throws BadBytecode { in evalInvokeMethod()
752 private void evalInvokeDynamic(int opcode, int index, Frame frame) throws BadBytecode { in evalInvokeDynamic()
846 int opcode = iter.byteAt(pos); in evalNewObjectArray() local
863 private void evalPutField(int opcode, int index, Frame frame) throws BadBytecode { in evalPutField()
895 int opcode = iter.byteAt(pos + 1); in evalWide() local
/aosp_15_r20/external/apache-commons-bcel/src/main/java/org/apache/bcel/util/
H A DBCELFactory.java111 final short opcode = i.getOpcode(); in visitInstruction() local
124 final short opcode = i.getOpcode(); in visitLocalVariableInstruction() local
139 final short opcode = i.getOpcode(); in visitArrayInstruction() local
149 final short opcode = i.getOpcode(); in visitFieldInstruction() local
161 final short opcode = i.getOpcode(); in visitInvokeInstruction() local
181 final short opcode = ((Instruction) i).getOpcode(); in visitAllocationInstruction() local
/aosp_15_r20/frameworks/libs/binary_translation/assembler/instructions/
Dinsn_def_rv32.json21 "bexti": { "opcode": "4800_5013", "type": "I-type" }, string
22 "rori": { "opcode": "6000_5013", "type": "I-type" }, string
23 "slli": { "opcode": "0000_1013", "type": "I-type" }, string
24 "srai": { "opcode": "4000_5013", "type": "I-type" }, string
25 "srli": { "opcode": "0000_5013", "type": "I-type" } string
/aosp_15_r20/external/ow2-asm/asm-util/src/main/java/org/objectweb/asm/util/
H A DTraceMethodVisitor.java134 public void visitInsn(final int opcode) { in visitInsn()
140 public void visitIntInsn(final int opcode, final int operand) { in visitIntInsn()
146 public void visitVarInsn(final int opcode, final int varIndex) { in visitVarInsn()
152 public void visitTypeInsn(final int opcode, final String type) { in visitTypeInsn()
159 final int opcode, final String owner, final String name, final String descriptor) { in visitFieldInsn()
167 final int opcode, in visitMethodInsn()
201 public void visitJumpInsn(final int opcode, final Label label) { in visitJumpInsn()
/aosp_15_r20/external/mesa3d/src/compiler/spirv/
H A Dspirv_to_nir.c768 SpvOp opcode = w[0] & SpvOpCodeMask; in vtn_foreach_instruction() local
812 vtn_handle_extension(struct vtn_builder *b, SpvOp opcode, in vtn_handle_extension()
929 vtn_handle_decoration(struct vtn_builder *b, SpvOp opcode, in vtn_handle_decoration()
1741 vtn_handle_type(struct vtn_builder *b, SpvOp opcode, in vtn_handle_type()
2305 vtn_handle_constant(struct vtn_builder *b, SpvOp opcode, in vtn_handle_constant()
2441 SpvOp opcode = u32op.u32; in vtn_handle_constant() local
3056 vtn_handle_texture(struct vtn_builder *b, SpvOp opcode, in vtn_handle_texture()
3640 translate_atomic_op(SpvOp opcode) in translate_atomic_op()
3667 fill_common_atomic_sources(struct vtn_builder *b, SpvOp opcode, in fill_common_atomic_sources()
3722 vtn_handle_image(struct vtn_builder *b, SpvOp opcode, in vtn_handle_image()
[all …]
/aosp_15_r20/dalvik/dx/src/com/android/dx/cf/code/
H A DBasicBlocker.java126 public void visitInvalid(int opcode, int offset, int length) { in visitInvalid()
132 public void visitNoArgs(int opcode, int offset, int length, Type type) { in visitNoArgs()
193 public void visitLocal(int opcode, int offset, int length, in visitLocal()
205 public void visitConstant(int opcode, int offset, int length, in visitConstant()
224 public void visitBranch(int opcode, int offset, int length, in visitBranch()
256 public void visitSwitch(int opcode, int offset, int length, in visitSwitch()
/aosp_15_r20/external/google-smali/smali/src/main/java/com/android/tools/smali/smali/
H A DsmaliTreeWalker.java5272 …Opcode opcode = opcodes.getOpcodeByName((INSTRUCTION_FORMAT10t116!=null?INSTRUCTION_FORMAT10t116.g… in insn_format10t() local
5305 …Opcode opcode = opcodes.getOpcodeByName((INSTRUCTION_FORMAT10x118!=null?INSTRUCTION_FORMAT10x118.g… in insn_format10x() local
5345 …Opcode opcode = opcodes.getOpcodeByName((INSTRUCTION_FORMAT11n119!=null?INSTRUCTION_FORMAT11n119.g… in insn_format11n() local
5385 …Opcode opcode = opcodes.getOpcodeByName((INSTRUCTION_FORMAT11x122!=null?INSTRUCTION_FORMAT11x122.g… in insn_format11x() local
5424 …Opcode opcode = opcodes.getOpcodeByName((INSTRUCTION_FORMAT12x124!=null?INSTRUCTION_FORMAT12x124.g… in insn_format12x() local
5470 …Opcode opcode = opcodes.getOpcodeByName((INSTRUCTION_FORMAT20bc125!=null?INSTRUCTION_FORMAT20bc125… in insn_format20bc() local
5513 …Opcode opcode = opcodes.getOpcodeByName((INSTRUCTION_FORMAT20t128!=null?INSTRUCTION_FORMAT20t128.g… in insn_format20t() local
5561 Opcode opcode = opcodes.getOpcodeByName((inst!=null?inst.getText():null)); in insn_format21c_field() local
5611 Opcode opcode = opcodes.getOpcodeByName((inst!=null?inst.getText():null)); in insn_format21c_method_handle() local
5661 Opcode opcode = opcodes.getOpcodeByName((inst!=null?inst.getText():null)); in insn_format21c_method_type() local
[all …]
/aosp_15_r20/external/mesa3d/src/intel/compiler/elk/
H A Delk_fs_builder.h263 emit(enum elk_opcode opcode) const in emit()
272 emit(enum elk_opcode opcode, const dst_reg &dst) const in emit()
281 emit(enum elk_opcode opcode, const dst_reg &dst, const src_reg &src0) const in emit()
303 emit(enum elk_opcode opcode, const dst_reg &dst, const src_reg &src0, in emit()
325 emit(enum elk_opcode opcode, const dst_reg &dst, const src_reg &src0, in emit()
349 emit(enum elk_opcode opcode, const dst_reg &dst, const src_reg srcs[], in emit()
445 emit_scan_step(enum elk_opcode opcode, elk_conditional_mod mod, in emit_scan_step()
511 emit_scan(enum elk_opcode opcode, const dst_reg &tmp, in emit_scan()
/aosp_15_r20/external/ow2-asm/benchmarks/src/jmh/java/org/objectweb/asm/benchmarks/
H A DAsmAdapter.java297 public void visitInsn(final int opcode) { in visitMethod()
302 public void visitIntInsn(final int opcode, final int operand) { in visitMethod()
307 public void visitVarInsn(final int opcode, final int varIndex) { in visitMethod()
312 public void visitTypeInsn(final int opcode, final String type) { in visitMethod()
318 final int opcode, final String owner, final String name, final String descriptor) { in visitMethod()
325 final int opcode, final String owner, final String name, final String descriptor) { in visitMethod()
331 final int opcode, in visitMethod()
349 public void visitJumpInsn(final int opcode, final Label label) { in visitMethod()
/aosp_15_r20/frameworks/libs/binary_translation/heavy_optimizer/riscv64/
Dfrontend.cc37 void HeavyOptimizerFrontend::CompareAndBranch(BranchOpcode opcode, in CompareAndBranch()
75 x86_64::Assembler::Condition HeavyOptimizerFrontend::ToAssemblerCond(BranchOpcode opcode) { in ToAssemblerCond()
284 Register HeavyOptimizerFrontend::Op(Decoder::OpOpcode opcode, Register arg1, Register arg2) { in Op()
390 Register HeavyOptimizerFrontend::Op32(Decoder::Op32Opcode opcode, Register arg1, Register arg2) { in Op32()
429 Register HeavyOptimizerFrontend::OpImm(Decoder::OpImmOpcode opcode, Register arg, int16_t imm) { in OpImm()
469 Register HeavyOptimizerFrontend::OpImm32(Decoder::OpImm32Opcode opcode, Register arg, int16_t imm) { in OpImm32()
505 Register HeavyOptimizerFrontend::ShiftImm32(Decoder::ShiftImm32Opcode opcode, in ShiftImm32()
730 Register HeavyOptimizerFrontend::UpdateCsr(Decoder::CsrOpcode opcode, Register arg, Register csr) { in UpdateCsr()
753 Register HeavyOptimizerFrontend::UpdateCsr(Decoder::CsrImmOpcode opcode, in UpdateCsr()
/aosp_15_r20/external/mesa3d/src/intel/compiler/
H A Dbrw_disasm.c40 brw_has_jip(const struct intel_device_info *devinfo, enum opcode opcode) in brw_has_jip()
52 brw_has_uip(const struct intel_device_info *devinfo, enum opcode opcode) in brw_has_uip()
62 has_branch_ctrl(const struct intel_device_info *devinfo, enum opcode opcode) in has_branch_ctrl()
69 is_logic_instruction(unsigned opcode) in is_logic_instruction()
78 is_send(unsigned opcode) in is_send()
87 is_split_send(UNUSED const struct intel_device_info *devinfo, unsigned opcode) in is_split_send()
1017 unsigned opcode, in src_da1()
1047 unsigned opcode, in src_ia1()
1100 unsigned opcode, in src_da16()
1850 const enum opcode opcode = brw_inst_opcode(isa, inst); in swsb() local
[all …]

12345678910>>...104