Home
last modified time | relevance | path

Searched refs:opcode (Results 1 – 25 of 662) sorted by relevance

12345678910>>...27

/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/Instruction/ARM/
H A DEmulateInstructionARM.h148 bool ConditionPassed(const uint32_t opcode);
150 uint32_t CurrentCond(const uint32_t opcode);
304 const uint32_t opcode,
335 bool EmulateLDRRtPCRelative(const uint32_t opcode,
381 bool EmulateIT(const uint32_t opcode, const ARMEncoding encoding);
387 bool EmulateB(const uint32_t opcode, const ARMEncoding encoding);
390 bool EmulateCB(const uint32_t opcode, const ARMEncoding encoding);
393 bool EmulateTB(const uint32_t opcode, const ARMEncoding encoding);
472 bool EmulateLDRImmediateARM(const uint32_t opcode,
485 bool EmulateLDRBImmediateARM(const uint32_t opcode,
[all …]
H A DEmulateInstructionARM.cpp1295 Rd = Bit32(opcode, 7) << 3 | Bits32(opcode, 2, 0); in EmulateMOVRdRm()
2590 d = Bit32(opcode, 22) << 4 | Bits32(opcode, 15, 12); in EmulateVPUSH()
2601 d = Bits32(opcode, 15, 12) << 1 | Bit32(opcode, 22); in EmulateVPUSH()
2682 d = Bit32(opcode, 22) << 4 | Bits32(opcode, 15, 12); in EmulateVPOP()
3483 Rn = Bit32(opcode, 7) << 3 | Bits32(opcode, 2, 0); in EmulateCMPReg()
3959 (BitIsSet(opcode, 14) && BitIsSet(opcode, 15))) in EmulateLDM()
4207 (BitIsSet(opcode, 14) && BitIsSet(opcode, 15))) in EmulateLDMDB()
11257 if ((Bit32(opcode, 24) == Bit32(opcode, 23)) && BitIsSet(opcode, 21)) in EmulateVLDM()
11292 if ((Bit32(opcode, 24) == Bit32(opcode, 23)) && BitIsSet(opcode, 21)) in EmulateVLDM()
11451 if ((Bit32(opcode, 24) == Bit32(opcode, 23)) && BitIsSet(opcode, 21)) in EmulateVSTM()
[all …]
/freebsd-13.1/crypto/openssl/crypto/perlasm/
H A Dx86_64-xlate.pl251 $self->{opcode} = $opcode;
456 $self->{opcode} = $opcode;
970 @opcode;
977 @opcode;
995 @opcode;
1013 @opcode;
1025 @opcode;
1038 @opcode;
1052 @opcode;
1065 @opcode;
[all …]
H A Dx86asm.pl25 { my $opcode = $AUTOLOAD;
29 $opcode =~ s/.*:://;
30 if ($opcode =~ /^push/) { $stack+=4; }
37 { my $opcode=shift;
150 local *opcode=shift;
157 push @opcode,$rxb;
163 { my @opcode=(0x8f);
164 rxb(\@opcode,$1,$2,-1,0x08);
165 push @opcode,0x78,0xc2;
168 push @opcode,$c=~/^0/?oct($c):$c;
[all …]
/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/MSP430/
H A DMSP430InstrFormats.td54 let Inst{15-12} = opcode;
67 class I8rr<bits<4> opcode,
73 class I8ri<bits<4> opcode,
82 class I8rc<bits<4> opcode,
91 let Inst{15-12} = opcode;
99 class I8rm<bits<4> opcode,
108 class I8rn<bits<4> opcode,
114 class I8rp<bits<4> opcode,
120 class I8mr<bits<4> opcode,
129 class I8mi<bits<4> opcode,
[all …]
/freebsd-13.1/contrib/tcpdump/
H A Dprint-zephyr.c48 const char *opcode; member
159 z.opcode = 0; in zephyr_print()
190 PARSE_FIELD_STR(z.opcode); in zephyr_print()
218 if (!strcmp(z.opcode, "USER_HIDE")) in zephyr_print()
236 !strcmp(z.opcode, "UNSUBSCRIBE")) { in zephyr_print()
252 if (!strcmp(z.opcode, "GIMME")) { in zephyr_print()
309 if (!strcmp(z.opcode, "USER_FLUSH")) { in zephyr_print()
314 if (!strcmp(z.opcode, "NONE") || in zephyr_print()
315 !strcmp(z.opcode, "OPSTAFF") || in zephyr_print()
329 if (*z.opcode) in zephyr_print()
[all …]
/freebsd-13.1/contrib/opencsd/decoder/source/i_dec/
H A Dtrc_i_decode.cpp82 if(inst_ARM_is_indirect_branch(instr_info->opcode, info)) in DecodeA32()
87 else if(inst_ARM_is_direct_branch(instr_info->opcode)) in DecodeA32()
116 if (inst_ARM_wfiwfe(instr_info->opcode)) in DecodeA32()
121 instr_info->is_conditional = inst_ARM_is_conditional(instr_info->opcode); in DecodeA32()
165 if (inst_A64_wfiwfe(instr_info->opcode)) in DecodeA64()
171 instr_info->is_conditional = inst_A64_is_conditional(instr_info->opcode); in DecodeA64()
183 uint32_t op_temp = (instr_info->opcode >> 16) & 0xFFFF; in DecodeT32()
184 op_temp |= ((instr_info->opcode & 0xFFFF) << 16); in DecodeT32()
185 instr_info->opcode = op_temp; in DecodeT32()
224 if (inst_Thumb_wfiwfe(instr_info->opcode)) in DecodeT32()
[all …]
/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCInstrFormats.td22 let Inst{0-5} = opcode;
210 class SCForm<bits<6> opcode, bits<1> xo,
213 : I<opcode, OOL, IOL, asmstr, itin> {
225 : I<opcode, OOL, IOL, asmstr, itin> {
239 : I<opcode, OOL, IOL, asmstr, itin> {
252 : I<opcode, OOL, IOL, asmstr, itin> {
276 : I<opcode, OOL, IOL, asmstr, itin> {
289 : I<opcode, OOL, IOL, asmstr, itin> {
348 : I<opcode, OOL, IOL, asmstr, itin> {
412 : I<opcode, OOL, IOL, asmstr, itin> {
[all …]
/freebsd-13.1/sys/dev/mfi/
H A Dmfi_debug.c125 const char *opcode; in mfi_print_dcmd() local
130 switch (dcmd->opcode) { in mfi_print_dcmd()
132 opcode = "CTRL_GETINFO"; in mfi_print_dcmd()
144 opcode = "EVENT_GET"; in mfi_print_dcmd()
147 opcode = "EVENT_WAIT"; in mfi_print_dcmd()
150 opcode = "LD_GET_LIST"; in mfi_print_dcmd()
153 opcode = "LD_GET_INFO"; in mfi_print_dcmd()
156 opcode = "LD_GET_PROP"; in mfi_print_dcmd()
159 opcode = "LD_SET_PROP"; in mfi_print_dcmd()
162 opcode = "CLUSTER"; in mfi_print_dcmd()
[all …]
/freebsd-13.1/usr.sbin/bluetooth/hccontrol/
H A Dsend_recv.c47 hci_request(int s, int opcode, char const *cp, int cp_size, char *rp, int *rp_size) in hci_request() argument
59 c->opcode = (uint16_t) opcode; in hci_request()
60 c->opcode = htole16(c->opcode); in hci_request()
93 cc->opcode = le16toh(cc->opcode); in hci_request()
95 if (cc->opcode == 0x0000 || cc->opcode != opcode) in hci_request()
109 cs->opcode = le16toh(cs->opcode); in hci_request()
111 if (cs->opcode == 0x0000 || cs->opcode != opcode) in hci_request()
127 hci_simple_request(int s, int opcode, char *rp, int *rp_size) in hci_simple_request() argument
129 return (hci_request(s, opcode, NULL, 0, rp, rp_size)); in hci_simple_request()
/freebsd-13.1/contrib/ofed/libibverbs/
H A Dibverbs.h67 #define IBV_INIT_CMD(cmd, size, opcode) \ argument
70 (cmd)->command = IB_USER_VERBS_CMD_##opcode; \
72 (cmd)->command = IB_USER_VERBS_CMD_##opcode##_V2; \
77 #define IBV_INIT_CMD_RESP(cmd, size, opcode, out, outsize) \ argument
80 (cmd)->command = IB_USER_VERBS_CMD_##opcode; \
82 (cmd)->command = IB_USER_VERBS_CMD_##opcode##_V2; \
93 (cmd)->hdr.command = IB_USER_VERBS_CMD_##opcode; \
96 IB_USER_VERBS_CMD_##opcode##_V2; \
107 IBV_INIT_CMD_RESP_EX_V(cmd, cmd_size, size, opcode, out, \
111 IBV_INIT_CMD_RESP_EX_V(cmd, sizeof(*(cmd)), size, opcode, out, \
[all …]
/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/Process/Utility/
H A DARMUtils.h55 return DecodeImmShift(Bits32(opcode, 5, 4), in DecodeImmShiftThumb()
56 Bits32(opcode, 14, 12) << 2 | Bits32(opcode, 7, 6), in DecodeImmShiftThumb()
64 return DecodeImmShift(Bits32(opcode, 6, 5), Bits32(opcode, 11, 7), shift_t); in DecodeImmShiftARM()
306 const uint32_t i = bit(opcode, 26); in ThumbExpandImm_C()
307 const uint32_t imm3 = bits(opcode, 14, 12); in ThumbExpandImm_C()
308 const uint32_t abcdefgh = bits(opcode, 7, 0); in ThumbExpandImm_C()
349 const uint32_t i = bit(opcode, 26); in ThumbImm12()
350 const uint32_t imm3 = bits(opcode, 14, 12); in ThumbImm12()
351 const uint32_t imm8 = bits(opcode, 7, 0); in ThumbImm12()
358 const uint32_t imm7 = bits(opcode, 6, 0); in ThumbImm7Scaled()
[all …]
/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/SystemZ/
H A DSystemZInstrFormats.td2301 : InstRIEb<opcode, (outs),
2383 : InstRRS<opcode, (outs),
2389 : InstRRS<opcode, (outs),
2411 : InstRIS<opcode, (outs),
2417 : InstRIS<opcode, (outs),
2529 : InstRSYa<opcode,
3197 : InstSSb<opcode,
3970 : InstSSd<opcode, (outs),
4102 : InstSSb<opcode,
4291 : InstSSF<opcode, (outs),
[all …]
/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/Instruction/PPC64/
H A DEmulateInstructionPPC64.cpp214 uint32_t rt = Bits32(opcode, 25, 21); in EmulateMFSPR()
239 uint32_t rt = Bits32(opcode, 25, 21); in EmulateLD()
240 uint32_t ra = Bits32(opcode, 20, 16); in EmulateLD()
241 uint32_t ds = Bits32(opcode, 15, 2); in EmulateLD()
268 uint32_t rs = Bits32(opcode, 25, 21); in EmulateSTD()
269 uint32_t ra = Bits32(opcode, 20, 16); in EmulateSTD()
270 uint32_t ds = Bits32(opcode, 15, 2); in EmulateSTD()
271 uint32_t u = Bits32(opcode, 1, 0); in EmulateSTD()
335 uint32_t rs = Bits32(opcode, 25, 21); in EmulateOR()
336 uint32_t ra = Bits32(opcode, 20, 16); in EmulateOR()
[all …]
H A DEmulateInstructionPPC64.h75 bool (EmulateInstructionPPC64::*callback)(uint32_t opcode);
81 Opcode *GetOpcodeForInstruction(uint32_t opcode);
83 bool EmulateMFSPR(uint32_t opcode);
84 bool EmulateLD(uint32_t opcode);
85 bool EmulateSTD(uint32_t opcode);
86 bool EmulateOR(uint32_t opcode);
87 bool EmulateADDI(uint32_t opcode);
/freebsd-13.1/crypto/heimdal/kcm/
H A Dprotocol.c56 kcm_operation opcode, in kcm_op_noop() argument
75 kcm_operation opcode, in kcm_op_get_name() argument
149 kcm_operation opcode, in kcm_op_initialize() argument
306 kcm_operation opcode, in kcm_op_retrieve() argument
440 kcm_operation opcode, in kcm_op_get_cred_uuid_list() argument
486 kcm_operation opcode, in kcm_op_get_cred_by_uuid() argument
601 kcm_operation opcode, in kcm_op_set_flags() argument
848 kcm_operation opcode, in kcm_op_get_ticket() argument
931 kcm_operation opcode, in kcm_op_move_cache() argument
1751 uint16_t opcode; in kcm_dispatch() local
[all …]
/freebsd-13.1/sys/dev/qlxgbe/
H A Dql_hw.h304 uint16_t opcode; member
346 uint16_t opcode; member
372 uint16_t opcode; member
410 uint16_t opcode; member
425 uint16_t opcode; member
468 uint16_t opcode; member
485 uint16_t opcode; member
523 uint16_t opcode; member
551 uint16_t opcode; member
571 uint16_t opcode; member
[all …]
/freebsd-13.1/sys/dev/mlx5/mlx5_core/
H A Dmlx5_transobj.c41 MLX5_SET(alloc_transport_domain_in, in, opcode, in mlx5_alloc_transport_domain()
57 MLX5_SET(dealloc_transport_domain_in, in, opcode, in mlx5_dealloc_transport_domain()
69 MLX5_SET(create_rq_in, in, opcode, MLX5_CMD_OP_CREATE_RQ); in mlx5_core_create_rq()
82 MLX5_SET(modify_rq_in, in, opcode, MLX5_CMD_OP_MODIFY_RQ); in mlx5_core_modify_rq()
92 MLX5_SET(destroy_rq_in, in, opcode, MLX5_CMD_OP_DESTROY_RQ); in mlx5_core_destroy_rq()
103 MLX5_SET(query_rq_in, in, opcode, MLX5_CMD_OP_QUERY_RQ); in mlx5_core_query_rq()
114 MLX5_SET(create_sq_in, in, opcode, MLX5_CMD_OP_CREATE_SQ); in mlx5_core_create_sq()
127 MLX5_SET(modify_sq_in, in, opcode, MLX5_CMD_OP_MODIFY_SQ); in mlx5_core_modify_sq()
137 MLX5_SET(destroy_sq_in, in, opcode, MLX5_CMD_OP_DESTROY_SQ); in mlx5_core_destroy_sq()
148 MLX5_SET(query_sq_in, in, opcode, MLX5_CMD_OP_QUERY_SQ); in mlx5_core_query_sq()
[all …]
H A Dmlx5_qp.c232 switch (opcode) { in modify_qp_mbox_alloc()
237 MOD_QP_IN_SET(qp_2rst, mbox->in, opcode, qpn, uid); in modify_qp_mbox_alloc()
242 MOD_QP_IN_SET(qp_2err, mbox->in, opcode, qpn, uid); in modify_qp_mbox_alloc()
249 MOD_QP_IN_SET_QPC(rst2init_qp, mbox->in, opcode, qpn, in modify_qp_mbox_alloc()
255 MOD_QP_IN_SET_QPC(init2rtr_qp, mbox->in, opcode, qpn, in modify_qp_mbox_alloc()
261 MOD_QP_IN_SET_QPC(rtr2rts_qp, mbox->in, opcode, qpn, in modify_qp_mbox_alloc()
267 MOD_QP_IN_SET_QPC(rts2rts_qp, mbox->in, opcode, qpn, in modify_qp_mbox_alloc()
273 MOD_QP_IN_SET_QPC(sqerr2rts_qp, mbox->in, opcode, qpn, in modify_qp_mbox_alloc()
279 MOD_QP_IN_SET_QPC(init2init_qp, mbox->in, opcode, qpn, in modify_qp_mbox_alloc()
284 opcode, qpn); in modify_qp_mbox_alloc()
[all …]
/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/Instruction/ARM64/
H A DEmulateInstructionARM64.cpp626 const uint32_t S = Bit32(opcode, 29); in EmulateADDSUBImm()
705 uint32_t V = Bit32(opcode, 26); in EmulateLDPSTP()
706 uint32_t L = Bit32(opcode, 22); in EmulateLDPSTP()
709 uint32_t Rn = Bits32(opcode, 9, 5); in EmulateLDPSTP()
710 uint32_t Rt = Bits32(opcode, 4, 0); in EmulateLDPSTP()
929 uint32_t n = Bits32(opcode, 9, 5); in EmulateLDRSTRImm()
930 uint32_t t = Bits32(opcode, 4, 0); in EmulateLDRSTRImm()
1132 uint32_t t = Bits32(opcode, 4, 0); in EmulateCBZ()
1167 uint32_t t = Bits32(opcode, 4, 0); in EmulateTBZ()
1168 uint32_t bit_pos = (Bit32(opcode, 31) << 6) | (Bits32(opcode, 23, 19)); in EmulateTBZ()
[all …]
/freebsd-13.1/sys/netgraph/bluetooth/hci/
H A Dng_hci_cmds.c179 if (ep->opcode == 0x0000) { in ng_hci_process_command_complete()
197 ep->opcode = le16toh(ep->opcode); in ng_hci_process_command_complete()
201 switch (NG_HCI_OGF(ep->opcode)) { in ng_hci_process_command_complete()
251 NG_HCI_OGF(ep->opcode), NG_HCI_OCF(ep->opcode), in ng_hci_process_command_complete()
284 if (ep->opcode == 0x0000) in ng_hci_process_command_status()
296 ep->opcode = le16toh(ep->opcode); in ng_hci_process_command_status()
298 switch (NG_HCI_OGF(ep->opcode)) { in ng_hci_process_command_status()
362 if (mtod(m, ng_hci_cmd_pkt_t *)->opcode != opcode) { in complete_command()
397 u_int16_t opcode; in ng_hci_process_command_timeout() local
417 opcode = le16toh(mtod(m, ng_hci_cmd_pkt_t *)->opcode); in ng_hci_process_command_timeout()
[all …]
/freebsd-13.1/sbin/ipfw/
H A Dipv6.c96 if (cmd->o.opcode == O_IP6_SRC_ME || cmd->o.opcode == O_IP6_DST_ME) { in print_ip6()
100 if (cmd->o.opcode == O_IP6) { in print_ip6()
255 cmd->opcode = O_EXT_HDR; in fill_ext6hdr()
471 cmd->o.opcode = O_FLOW6ID; in fill_flow6()
486 cmd->opcode = O_IP_SRC_SET; in add_srcip6()
491 cmd->opcode = O_IP6_SRC_ME; in add_srcip6()
495 cmd->opcode = O_IP6_SRC; in add_srcip6()
497 cmd->opcode = O_IP6_SRC_MASK; in add_srcip6()
513 cmd->opcode = O_IP6_DST_ME; in add_dstip6()
517 cmd->opcode = O_IP6_DST; in add_dstip6()
[all …]
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/IR/
H A DInstruction.def25 #define HANDLE_TERM_INST(num, opcode, Class)
27 #define HANDLE_TERM_INST(num, opcode, Class) HANDLE_INST(num, opcode, Class)
41 #define HANDLE_UNARY_INST(num, opcode, Class) HANDLE_INST(num, opcode, Class)
55 #define HANDLE_BINARY_INST(num, opcode, Class) HANDLE_INST(num, opcode, Class)
67 #define HANDLE_MEMORY_INST(num, opcode, Class)
69 #define HANDLE_MEMORY_INST(num, opcode, Class) HANDLE_INST(num, opcode, Class)
81 #define HANDLE_CAST_INST(num, opcode, Class)
83 #define HANDLE_CAST_INST(num, opcode, Class) HANDLE_INST(num, opcode, Class)
97 #define HANDLE_FUNCLETPAD_INST(num, opcode, Class) HANDLE_INST(num, opcode, Class)
109 #define HANDLE_OTHER_INST(num, opcode, Class)
[all …]
/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVInstrFormatsC.td36 class RVInst16CR<bits<4> funct4, bits<2> opcode, dag outs, dag ins,
45 let Inst{1-0} = opcode;
51 class RVInst16CI<bits<3> funct3, bits<2> opcode, dag outs, dag ins,
61 let Inst{1-0} = opcode;
76 let Inst{1-0} = opcode;
87 let Inst{1-0} = opcode;
102 let Inst{1-0} = opcode;
117 let Inst{1-0} = opcode;
130 let Inst{1-0} = opcode;
141 let Inst{1-0} = opcode;
[all …]
/freebsd-13.1/sys/dev/ppbus/
H A Dppb_msq.c60 mode2xfer(device_t bus, struct ppb_device *ppbdev, int opcode) in mode2xfer() argument
65 switch (opcode) { in mode2xfer()
75 panic("%s: unknown opcode (%d)", __func__, opcode); in mode2xfer()
120 ppb_MS_init(device_t bus, device_t dev, struct ppb_microseq *loop, int opcode) in ppb_MS_init() argument
123 struct ppb_xfer *xfer = mode2xfer(bus, ppbdev, opcode); in ppb_MS_init()
138 ppb_MS_exec(device_t bus, device_t dev, int opcode, union ppb_insarg param1, in ppb_MS_exec() argument
147 msq[0].opcode = opcode; in ppb_MS_exec()
282 switch (mi->opcode) { in ppb_MS_microseq()
287 xfer = mode2xfer(bus, ppbdev, mi->opcode); in ppb_MS_microseq()
291 if (mi->opcode == MS_OP_PUT) { in ppb_MS_microseq()

12345678910>>...27