| /freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/Instruction/ARM/ |
| H A D | EmulateInstructionARM.h | 149 bool ConditionPassed(const uint32_t opcode); 151 uint32_t CurrentCond(const uint32_t opcode); 305 const uint32_t opcode, 336 bool EmulateLDRRtPCRelative(const uint32_t opcode, 382 bool EmulateIT(const uint32_t opcode, const ARMEncoding encoding); 388 bool EmulateB(const uint32_t opcode, const ARMEncoding encoding); 391 bool EmulateCB(const uint32_t opcode, const ARMEncoding encoding); 394 bool EmulateTB(const uint32_t opcode, const ARMEncoding encoding); 473 bool EmulateLDRImmediateARM(const uint32_t opcode, 486 bool EmulateLDRBImmediateARM(const uint32_t opcode, [all …]
|
| H A D | EmulateInstructionARM.cpp | 1305 Rd = Bit32(opcode, 7) << 3 | Bits32(opcode, 2, 0); in EmulateMOVRdRm() 2598 d = Bit32(opcode, 22) << 4 | Bits32(opcode, 15, 12); in EmulateVPUSH() 2609 d = Bits32(opcode, 15, 12) << 1 | Bit32(opcode, 22); in EmulateVPUSH() 2690 d = Bit32(opcode, 22) << 4 | Bits32(opcode, 15, 12); in EmulateVPOP() 3491 Rn = Bit32(opcode, 7) << 3 | Bits32(opcode, 2, 0); in EmulateCMPReg() 3967 (BitIsSet(opcode, 14) && BitIsSet(opcode, 15))) in EmulateLDM() 4215 (BitIsSet(opcode, 14) && BitIsSet(opcode, 15))) in EmulateLDMDB() 11265 if ((Bit32(opcode, 24) == Bit32(opcode, 23)) && BitIsSet(opcode, 21)) in EmulateVLDM() 11300 if ((Bit32(opcode, 24) == Bit32(opcode, 23)) && BitIsSet(opcode, 21)) in EmulateVLDM() 11459 if ((Bit32(opcode, 24) == Bit32(opcode, 23)) && BitIsSet(opcode, 21)) in EmulateVSTM() [all …]
|
| /freebsd-12.1/contrib/binutils/opcodes/ |
| H A D | s390-dis.c | 42 for (opcode = s390_opcodes; opcode < opcode_end; opcode++) in init_disasm() 44 opc_index[(int) opcode->opcode[0]] = opcode - s390_opcodes; in init_disasm() 46 (opcode[1].opcode[0] == opcode->opcode[0])) in init_disasm() 47 opcode++; in init_disasm() 152 (opcode < opcode_end) && (buffer[0] == opcode->opcode[0]); in print_insn_s390() 153 opcode++) in print_insn_s390() 162 if ((buffer[1] & opcode->mask[1]) != opcode->opcode[1] in print_insn_s390() 163 || (buffer[2] & opcode->mask[2]) != opcode->opcode[2] in print_insn_s390() 164 || (buffer[3] & opcode->mask[3]) != opcode->opcode[3] in print_insn_s390() 165 || (buffer[4] & opcode->mask[4]) != opcode->opcode[4] in print_insn_s390() [all …]
|
| H A D | alpha-dis.c | 64 const struct alpha_opcode *opcode, *opcode_end; local 72 opcode = alpha_opcodes; 73 opcode_end = opcode + alpha_num_opcodes; 77 opcode_index[op] = opcode; 78 while (opcode < opcode_end && op == AXP_OP (opcode->opcode)) 79 ++opcode; 81 opcode_index[op] = opcode; 120 for (opcode = opcode_index[op]; opcode < opcode_end; ++opcode) 122 if ((insn ^ opcode->opcode) & opcode->mask) 125 if (!(opcode->flags & isa_mask)) [all …]
|
| H A D | Makefile.am | 760 frv-desc.h $(INCDIR)/opcode/cgen-bitset.h $(INCDIR)/opcode/cgen.h \ 766 frv-desc.h $(INCDIR)/opcode/cgen-bitset.h $(INCDIR)/opcode/cgen.h \ 773 frv-desc.h $(INCDIR)/opcode/cgen-bitset.h $(INCDIR)/opcode/cgen.h \ 783 frv-desc.h $(INCDIR)/opcode/cgen-bitset.h $(INCDIR)/opcode/cgen.h \ 1079 $(INCDIR)/opcode/cgen-bitset.h $(INCDIR)/opcode/cgen.h \ 1092 $(INCDIR)/opcode/cgen-bitset.h $(INCDIR)/opcode/cgen.h \ 1148 $(INCDIR)/opcode/spu.h $(INCDIR)/opcode/spu-insns.h 1210 $(INCDIR)/opcode/cgen-bitset.h $(INCDIR)/opcode/cgen.h \ 1217 $(INCDIR)/opcode/cgen-bitset.h $(INCDIR)/opcode/cgen.h \ 1230 $(INCDIR)/opcode/cgen-bitset.h $(INCDIR)/opcode/cgen.h \ [all …]
|
| H A D | Makefile.in | 1588 mt-desc.h $(INCDIR)/opcode/cgen-bitset.h $(INCDIR)/opcode/cgen.h \ 1594 mt-desc.h $(INCDIR)/opcode/cgen-bitset.h $(INCDIR)/opcode/cgen.h \ 1601 mt-desc.h $(INCDIR)/opcode/cgen-bitset.h $(INCDIR)/opcode/cgen.h \ 1611 mt-desc.h $(INCDIR)/opcode/cgen-bitset.h $(INCDIR)/opcode/cgen.h \ 1626 $(INCDIR)/opcode/cgen-bitset.h $(INCDIR)/opcode/cgen.h \ 1639 $(INCDIR)/opcode/cgen-bitset.h $(INCDIR)/opcode/cgen.h \ 1695 $(INCDIR)/opcode/spu.h $(INCDIR)/opcode/spu-insns.h 1757 $(INCDIR)/opcode/cgen-bitset.h $(INCDIR)/opcode/cgen.h \ 1764 $(INCDIR)/opcode/cgen-bitset.h $(INCDIR)/opcode/cgen.h \ 1777 $(INCDIR)/opcode/cgen-bitset.h $(INCDIR)/opcode/cgen.h \ [all …]
|
| H A D | arc-ext.c | 34 arcExtMap_instName(int opcode, int minor, int *flags) in arcExtMap_instName() argument 36 if (opcode == 3) in arcExtMap_instName() 42 opcode = 0x1f - 0x10 + minor - 0x09 + 1; in arcExtMap_instName() 45 if (opcode < 0x10) in arcExtMap_instName() 48 opcode -= 0x10; in arcExtMap_instName() 49 if (!arc_extension_map.instructions[opcode]) in arcExtMap_instName() 52 return arc_extension_map.instructions[opcode]->name; in arcExtMap_instName() 180 char opcode = p[2]; in arcExtMap_add() local 186 if (opcode==3) in arcExtMap_add() 187 opcode = 0x1f - 0x10 + minor - 0x09 + 1; in arcExtMap_add() [all …]
|
| /freebsd-12.1/crypto/openssl/crypto/perlasm/ |
| H A D | x86_64-xlate.pl | 251 $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 D | x86asm.pl | 25 { 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-12.1/contrib/llvm/lib/Target/MSP430/ |
| H A D | MSP430InstrFormats.td | 55 let Inst{15-12} = opcode; 68 class I8rr<bits<4> opcode, 74 class I8ri<bits<4> opcode, 83 class I8rc<bits<4> opcode, 92 let Inst{15-12} = opcode; 100 class I8rm<bits<4> opcode, 109 class I8rn<bits<4> opcode, 115 class I8rp<bits<4> opcode, 121 class I8mr<bits<4> opcode, 130 class I8mi<bits<4> opcode, [all …]
|
| /freebsd-12.1/contrib/opencsd/decoder/source/i_dec/ |
| H A D | trc_i_decode.cpp | 78 if(inst_ARM_is_indirect_branch(instr_info->opcode)) in DecodeA32() 83 else if(inst_ARM_is_direct_branch(instr_info->opcode)) in DecodeA32() 111 instr_info->is_conditional = inst_ARM_is_conditional(instr_info->opcode); in DecodeA32() 126 if(inst_A64_is_indirect_branch(instr_info->opcode)) in DecodeA64() 131 else if(inst_A64_is_direct_branch(instr_info->opcode)) in DecodeA64() 166 uint32_t op_temp = (instr_info->opcode >> 16) & 0xFFFF; in DecodeT32() 167 op_temp |= ((instr_info->opcode & 0xFFFF) << 16); in DecodeT32() 168 instr_info->opcode = op_temp; in DecodeT32() 176 if(inst_Thumb_is_indirect_branch(instr_info->opcode)) in DecodeT32() 181 else if(inst_Thumb_is_direct_branch(instr_info->opcode)) in DecodeT32() [all …]
|
| /freebsd-12.1/contrib/tcpdump/ |
| H A D | print-zephyr.c | 48 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-12.1/contrib/llvm/lib/Target/PowerPC/ |
| H A D | PPCInstrFormats.td | 23 let Inst{0-5} = opcode; 216 class SCForm<bits<6> opcode, bits<1> xo, 219 : I<opcode, OOL, IOL, asmstr, itin> { 231 : I<opcode, OOL, IOL, asmstr, itin> { 245 : I<opcode, OOL, IOL, asmstr, itin> { 258 : I<opcode, OOL, IOL, asmstr, itin> { 282 : I<opcode, OOL, IOL, asmstr, itin> { 295 : I<opcode, OOL, IOL, asmstr, itin> { 354 : I<opcode, OOL, IOL, asmstr, itin> { 418 : I<opcode, OOL, IOL, asmstr, itin> { [all …]
|
| /freebsd-12.1/sys/dev/mfi/ |
| H A D | mfi_debug.c | 125 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-12.1/usr.sbin/bluetooth/hccontrol/ |
| H A D | send_recv.c | 47 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-12.1/contrib/ofed/libibverbs/ |
| H A D | ibverbs.h | 67 #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-12.1/contrib/llvm/tools/lldb/source/Plugins/Process/Utility/ |
| H A D | ARMUtils.h | 56 return DecodeImmShift(Bits32(opcode, 5, 4), in DecodeImmShiftThumb() 57 Bits32(opcode, 14, 12) << 2 | Bits32(opcode, 7, 6), in DecodeImmShiftThumb() 65 return DecodeImmShift(Bits32(opcode, 6, 5), Bits32(opcode, 11, 7), shift_t); in DecodeImmShiftARM() 307 const uint32_t i = bit(opcode, 26); in ThumbExpandImm_C() 308 const uint32_t imm3 = bits(opcode, 14, 12); in ThumbExpandImm_C() 309 const uint32_t abcdefgh = bits(opcode, 7, 0); in ThumbExpandImm_C() 350 const uint32_t i = bit(opcode, 26); in ThumbImm12() 351 const uint32_t imm3 = bits(opcode, 14, 12); in ThumbImm12() 352 const uint32_t imm8 = bits(opcode, 7, 0); in ThumbImm12() 359 const uint32_t imm7 = bits(opcode, 6, 0); in ThumbImm7Scaled() [all …]
|
| /freebsd-12.1/contrib/llvm/lib/Target/SystemZ/ |
| H A D | SystemZInstrFormats.td | 2153 : InstRIEb<opcode, (outs), 2232 : InstRRS<opcode, (outs), 2238 : InstRRS<opcode, (outs), 2259 : InstRIS<opcode, (outs), 2265 : InstRIS<opcode, (outs), 2375 : InstRSYa<opcode, 2987 : InstSSb<opcode, 3688 : InstSSd<opcode, (outs), 3820 : InstSSb<opcode, 3996 : InstSSF<opcode, (outs), [all …]
|
| /freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/Instruction/PPC64/ |
| H A D | EmulateInstructionPPC64.cpp | 220 uint32_t rt = Bits32(opcode, 25, 21); in EmulateMFSPR() 245 uint32_t rt = Bits32(opcode, 25, 21); in EmulateLD() 246 uint32_t ra = Bits32(opcode, 20, 16); in EmulateLD() 247 uint32_t ds = Bits32(opcode, 15, 2); in EmulateLD() 274 uint32_t rs = Bits32(opcode, 25, 21); in EmulateSTD() 275 uint32_t ra = Bits32(opcode, 20, 16); in EmulateSTD() 276 uint32_t ds = Bits32(opcode, 15, 2); in EmulateSTD() 277 uint32_t u = Bits32(opcode, 1, 0); in EmulateSTD() 341 uint32_t rs = Bits32(opcode, 25, 21); in EmulateOR() 342 uint32_t ra = Bits32(opcode, 20, 16); in EmulateOR() [all …]
|
| /freebsd-12.1/crypto/heimdal/kcm/ |
| H A D | protocol.c | 56 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-12.1/sys/dev/qlxgbe/ |
| H A D | ql_hw.h | 306 uint16_t opcode; member 348 uint16_t opcode; member 374 uint16_t opcode; member 412 uint16_t opcode; member 427 uint16_t opcode; member 470 uint16_t opcode; member 487 uint16_t opcode; member 525 uint16_t opcode; member 553 uint16_t opcode; member 573 uint16_t opcode; member [all …]
|
| /freebsd-12.1/sys/dev/mlx5/mlx5_core/ |
| H A D | mlx5_transobj.c | 39 MLX5_SET(alloc_transport_domain_in, in, opcode, in mlx5_alloc_transport_domain() 55 MLX5_SET(dealloc_transport_domain_in, in, opcode, in mlx5_dealloc_transport_domain() 67 MLX5_SET(create_rq_in, in, opcode, MLX5_CMD_OP_CREATE_RQ); in mlx5_core_create_rq() 80 MLX5_SET(modify_rq_in, in, opcode, MLX5_CMD_OP_MODIFY_RQ); in mlx5_core_modify_rq() 90 MLX5_SET(destroy_rq_in, in, opcode, MLX5_CMD_OP_DESTROY_RQ); in mlx5_core_destroy_rq() 101 MLX5_SET(query_rq_in, in, opcode, MLX5_CMD_OP_QUERY_RQ); in mlx5_core_query_rq() 112 MLX5_SET(create_sq_in, in, opcode, MLX5_CMD_OP_CREATE_SQ); in mlx5_core_create_sq() 125 MLX5_SET(modify_sq_in, in, opcode, MLX5_CMD_OP_MODIFY_SQ); in mlx5_core_modify_sq() 135 MLX5_SET(destroy_sq_in, in, opcode, MLX5_CMD_OP_DESTROY_SQ); in mlx5_core_destroy_sq() 146 MLX5_SET(query_sq_in, in, opcode, MLX5_CMD_OP_QUERY_SQ); in mlx5_core_query_sq() [all …]
|
| /freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/Instruction/ARM64/ |
| H A D | EmulateInstructionARM64.cpp | 632 const uint32_t S = Bit32(opcode, 29); in EmulateADDSUBImm() 711 uint32_t V = Bit32(opcode, 26); in EmulateLDPSTP() 712 uint32_t L = Bit32(opcode, 22); in EmulateLDPSTP() 715 uint32_t Rn = Bits32(opcode, 9, 5); in EmulateLDPSTP() 716 uint32_t Rt = Bits32(opcode, 4, 0); in EmulateLDPSTP() 939 uint32_t n = Bits32(opcode, 9, 5); in EmulateLDRSTRImm() 940 uint32_t t = Bits32(opcode, 4, 0); in EmulateLDRSTRImm() 1142 uint32_t t = Bits32(opcode, 4, 0); in EmulateCBZ() 1177 uint32_t t = Bits32(opcode, 4, 0); in EmulateTBZ() 1178 uint32_t bit_pos = (Bit32(opcode, 31) << 6) | (Bits32(opcode, 23, 19)); in EmulateTBZ() [all …]
|
| /freebsd-12.1/sys/netgraph/bluetooth/hci/ |
| H A D | ng_hci_cmds.c | 179 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-12.1/contrib/llvm/lib/Target/RISCV/ |
| H A D | RISCVInstrFormatsC.td | 37 class RVInst16CR<bits<4> funct4, bits<2> opcode, dag outs, dag ins, 46 let Inst{1-0} = opcode; 52 class RVInst16CI<bits<3> funct3, bits<2> opcode, dag outs, dag ins, 62 let Inst{1-0} = opcode; 77 let Inst{1-0} = opcode; 88 let Inst{1-0} = opcode; 103 let Inst{1-0} = opcode; 118 let Inst{1-0} = opcode; 131 let Inst{1-0} = opcode; 142 let Inst{1-0} = opcode; [all …]
|