Searched refs:opcode (Results 251 - 275 of 375) sorted by relevance

<<1112131415

/external/llvm/lib/Target/MBlaze/
H A DMBlazeISelLowering.cpp356 // true/false values to select between, and a branch opcode to use.
492 unsigned opcode = 0; local
495 case MBlaze::LAA32: opcode = MBlaze::ADDIK; break;
496 case MBlaze::LAS32: opcode = MBlaze::RSUBIK; break;
497 case MBlaze::LAD32: opcode = MBlaze::AND; break;
498 case MBlaze::LAO32: opcode = MBlaze::OR; break;
499 case MBlaze::LAX32: opcode = MBlaze::XOR; break;
500 case MBlaze::LAN32: opcode = MBlaze::AND; break;
507 BuildMI(start, dl, TII->get(opcode), finalReg)
/external/qemu/distrib/sdl-1.2.15/src/video/Xext/XME/
H A Dxme.c237 int opcode, event, error; local
242 if (!XQueryExtension(dpy, XIGMISC_PROTOCOL_NAME, &opcode, &event, &error))
/external/smali/dexlib/src/main/java/org/jf/dexlib/Util/
H A DDebugInfoBuilder.java250 private void emitSpecialOpcode(Output out, byte opcode) { argument
251 out.writeByte(opcode);
/external/bluetooth/bluedroid/stack/btm/
H A Dbtm_devctl.c1393 tBTM_STATUS BTM_VendorSpecificCommand(UINT16 opcode, UINT8 param_len, argument
1399 opcode, param_len);
1405 /* Send the HCI command (opcode will be OR'd with HCI_GRP_VENDOR_SPECIFIC) */
1406 btsnd_hcic_vendor_spec_cmd (p_buf, opcode, param_len, p_param_buf, (void *)p_cb);
1430 void btm_vsc_complete (UINT8 *p, UINT16 opcode, UINT16 evt_len, argument
1439 vcs_cplt_params.opcode = opcode; /* Number of bytes in return info */
H A Dbtm_ble.c631 params.opcode = op_code;
1644 if (p &&p->opcode == HCI_BLE_RAND)
1670 if (p &&p->opcode == HCI_BLE_RAND)
1699 if (p &&p->opcode == HCI_BLE_ENCRYPT)
1735 if (p && p->opcode == HCI_BLE_ENCRYPT)
1779 if (p && p->opcode == HCI_BLE_RAND)
1814 if (p && p->opcode == HCI_BLE_RAND)
/external/smali/dexlib/src/main/java/org/jf/dexlib/
H A DCodeItem.java427 if (fixGoto && instruction.opcode == Opcode.GOTO) {
446 } else if (fixGoto && instruction.opcode == Opcode.GOTO_16) {
456 } else if (fixStringConst && instruction.opcode == Opcode.CONST_STRING) {
471 instruction.opcode.name + " instruction at address " + currentCodeAddress);
497 if (instruction.opcode == Opcode.PACKED_SWITCH || instruction.opcode == Opcode.SPARSE_SWITCH) {
712 //if the new code address delta won't fit in the special opcode, we need to insert
713 //an additional DBG_ADVANCE_PC opcode
718 //create a new buffer with enough additional space for the new opcode
/external/v8/src/arm/
H A Ddeoptimizer-arm.cc227 Translation::Opcode opcode = local
229 ASSERT(Translation::BEGIN == opcode);
230 USE(opcode);
236 opcode = static_cast<Translation::Opcode>(iterator.Next());
237 USE(opcode);
238 ASSERT(Translation::JS_FRAME == opcode);
/external/v8/src/ia32/
H A Ddeoptimizer-ia32.cc157 RelocInfo rinfo(call_address + 1, // 1 after the call opcode.
318 Translation::Opcode opcode = local
320 ASSERT(Translation::BEGIN == opcode);
321 USE(opcode);
327 opcode = static_cast<Translation::Opcode>(iterator.Next());
328 USE(opcode);
329 ASSERT(Translation::JS_FRAME == opcode);
/external/v8/src/mips/
H A Ddeoptimizer-mips.cc217 Translation::Opcode opcode = local
219 ASSERT(Translation::BEGIN == opcode);
220 USE(opcode);
226 opcode = static_cast<Translation::Opcode>(iterator.Next());
227 USE(opcode);
228 ASSERT(Translation::JS_FRAME == opcode);
/external/v8/src/x64/
H A Ddeoptimizer-x64.cc204 Translation::Opcode opcode = local
206 ASSERT(Translation::BEGIN == opcode);
207 USE(opcode);
213 opcode = static_cast<Translation::Opcode>(iterator.Next());
214 USE(opcode);
215 ASSERT(Translation::JS_FRAME == opcode);
H A Dassembler-x64.h150 // in modR/M, SIB, and opcode bytes.
257 // in modR/M, SIB, and opcode bytes.
621 // One byte opcode for test eax,0xXXXXXXXX.
623 // One byte opcode for test al, 0xXX.
625 // One byte opcode for nop.
1183 // Takes a branch opcode (cc) and a label (L) and generates
1550 // a three-bit opcode extension into the ModR/M byte.
1570 // similar, differing just in the opcode or in the reg field of the
1572 void arithmetic_op_16(byte opcode, Register reg, Register rm_reg);
1573 void arithmetic_op_16(byte opcode, Registe
[all...]
H A Dassembler-x64.cc571 void Assembler::arithmetic_op(byte opcode, Register reg, const Operand& op) { argument
574 emit(opcode);
579 void Assembler::arithmetic_op(byte opcode, Register reg, Register rm_reg) { argument
581 ASSERT((opcode & 0xC6) == 2);
583 // Swap reg and rm_reg and change opcode operand order.
585 emit(opcode ^ 0x02);
589 emit(opcode);
595 void Assembler::arithmetic_op_16(byte opcode, Register reg, Register rm_reg) { argument
597 ASSERT((opcode & 0xC6) == 2);
599 // Swap reg and rm_reg and change opcode operan
613 arithmetic_op_16(byte opcode, Register reg, const Operand& rm_reg) argument
624 arithmetic_op_32(byte opcode, Register reg, Register rm_reg) argument
640 arithmetic_op_32(byte opcode, Register reg, const Operand& rm_reg) argument
[all...]
/external/valgrind/main/coregrind/m_debuginfo/
H A Dd3basics.c494 UChar opcode; local
555 opcode = *expr++;
556 switch (opcode) {
614 if (!get_Dwarf_Reg( &a1, opcode - DW_OP_breg0, regs ))
691 PUSH(opcode - DW_OP_lit0);
909 "DW_OP_ 0x%x\n", (Int)opcode);
/external/bluetooth/bluedroid/bta/av/
H A Dbta_av_act.c245 static void bta_av_rc_msg_cback(UINT8 handle, UINT8 label, UINT8 opcode, tAVRC_MSG *p_msg) argument
253 APPL_TRACE_ERROR2("rc_msg handle: %d opcode=0x%x", handle, opcode);
255 APPL_TRACE_EVENT2("bta_av_rc_msg_cback handle: %d opcode=0x%x", handle, opcode);
258 if (opcode == AVRC_OP_VENDOR && p_msg->vendor.p_vendor_data != NULL)
264 else if (opcode == AVRC_OP_PASS_THRU && p_msg->pass.p_pass_data != NULL)
276 p_buf->opcode = opcode;
828 if (p_data->rc_msg.opcode
[all...]
/external/dexmaker/src/dx/java/com/android/dx/dex/code/
H A DDops.java59 * pseudo-opcode used for nonstandard formatted "instructions"
68 // BEGIN(dops); GENERATED AUTOMATICALLY BY opcode-gen
1105 // BEGIN(dops-init); GENERATED AUTOMATICALLY BY opcode-gen
1374 * Gets the {@link Dop} for the given opcode value.
1376 * @param opcode {@code Opcodes.MIN_VALUE..Opcodes.MAX_VALUE;} the
1377 * opcode value
1378 * @return {@code non-null;} the associated opcode instance
1380 public static Dop get(int opcode) { argument
1381 int idx = opcode - Opcodes.MIN_VALUE;
1392 throw new IllegalArgumentException("bogus opcode");
1406 getNextOrNull(Dop opcode, DexOptions options) argument
1437 set(Dop opcode) argument
[all...]
/external/llvm/lib/Target/NVPTX/
H A DNVPTXISelLowering.cpp493 unsigned opcode = NVPTXISD::StoreParam; local
495 opcode = NVPTXISD::MoveToParam;
498 opcode = NVPTXISD::StoreParamU32;
500 opcode = NVPTXISD::StoreParamS32;
502 Chain = DAG.getNode(opcode, dl, CopyParamVTs, CopyParamOps, 5);
720 unsigned opcode; local
722 opcode = NVPTXISD::LastCallArg;
724 opcode = NVPTXISD::CallArg;
729 Chain = DAG.getNode(opcode, dl, CallArgVTs, CallArgOps, 4);
/external/dropbear/
H A Dsvr-chansession.c432 unsigned char opcode; local
458 while (((opcode = buf_getbyte(ses.payload)) != 0x00) && opcode <= 159) {
465 if (opcode > MAX_TERMCODE) {
468 termcode = &termcodes[(unsigned int)opcode];
/external/webkit/Source/JavaScriptCore/jit/
H A DJIT.cpp179 ASSERT_WITH_MESSAGE(m_interpreter->isOpcode(currentInstruction->u.opcode), "privateCompileMainPass gone bad @ %d", m_bytecodeOffset);
193 switch (m_interpreter->getOpcodeID(currentInstruction->u.opcode)) {
383 switch (m_interpreter->getOpcodeID(currentInstruction->u.opcode)) {
/external/bluetooth/bluedroid/stack/include/
H A Dhcimsgs.h927 void *buffer, UINT16 opcode,
1054 HCI_API extern void btsnd_hcie_cmd_comp(void *buffer, UINT8 max_host_cmds, UINT16 opcode, UINT8 status);
1066 HCI_API extern void btsnd_hcie_cmd_comp_param1(void *buffer, UINT8 max_host_cmds, UINT16 opcode,
1072 HCI_API extern void btsnd_hcie_cmd_comp_param2(void *buffer, UINT8 max_host_cmds, UINT16 opcode,
1079 HCI_API extern void btsnd_hcie_cmd_comp_bd_addr(void *buffer, UINT8 max_host_cmds, UINT16 opcode,
1086 HCI_API extern void btsnd_hcie_cmd_status (void *buffer, UINT8 status, UINT8 max_host_cmds, UINT16 opcode);
/external/regex-re2/re2/
H A Ddfa.cc604 switch (ip->opcode()) {
626 if (ip->opcode() == kInstEmptyWidth)
628 if (ip->opcode() == kInstMatch && !prog_->anchor_end())
816 switch (ip->opcode()) {
899 switch (ip->opcode()) {
1432 if (ip->opcode() == kInstMatch)
/external/javassist/src/main/javassist/bytecode/
H A DClassFileWriter.java435 public void addInvoke(int opcode, String targetClass, String methodName, argument
440 add(opcode);
/external/libnfc-nci/src/nfc/int/
H A Drw_int.h589 extern tNFC_STATUS rw_t1t_send_dyn_cmd (UINT8 opcode, UINT8 add, UINT8 *p_dat);
590 extern tNFC_STATUS rw_t1t_send_static_cmd (UINT8 opcode, UINT8 add, UINT8 dat);
/external/openssh/
H A Dservconf.c341 ServerOpCodes opcode; member in struct:__anon9667
482 return keywords[i].opcode;
724 ServerOpCodes opcode; local
740 opcode = parse_token(arg, filename, linenum, &flags);
746 if (*activep && opcode != sMatch)
759 switch (opcode) {
1417 fatal("%s line %d: Missing handler for opcode %s (%d)",
1418 filename, linenum, arg, opcode);
1628 if (keywords[i].opcode == code)
/external/qemu/hw/
H A Dbt-hci-csr.c188 opc = le16_to_cpu(((struct hci_command_hdr *) pkt)->opcode);
280 if (le16_to_cpu(((struct hci_command_hdr *) pkt)->opcode) == 0xfc00)
/external/elfutils/src/
H A Dreadelf.c4589 /* The opcode base. */
4718 /* Read the opcode. */
4719 unsigned int opcode = *linep++; local
4721 /* Is this a special opcode? */
4722 if (likely (opcode >= opcode_base))
4724 /* Yes. Handling this is quite easy since the opcode value
4727 opcode = (desired line increment - line_base)
4731 + (opcode - opcode_base) % line_range);
4733 * ((opcode - opcode_base)
4742 special opcode
5128 unsigned int opcode = *readp++; local
[all...]

Completed in 513 milliseconds

<<1112131415