HomeSort by relevance Sort by last modified time
    Searched full:opcode (Results 1651 - 1675 of 2817) sorted by null

<<61626364656667686970>>

  /external/chromium_org/third_party/WebKit/Source/platform/geometry/
Region.cpp 456 if (flag == Operation::opCode || oldFlag == Operation::opCode)
493 static const int opCode = 0;
512 static const int opCode = 3;
531 static const int opCode = 1;
  /external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/gallivm/
lp_bld_tgsi_aos.c 466 * instruction opcode switch statement.
482 switch (inst->Instruction.Opcode) {
1024 /* Set opcode actions */
1081 tgsi_get_opcode_info(instr->Instruction.Opcode);
1083 _debug_printf("warning: failed to translate tgsi opcode %s to LLVM\n",
  /external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/d3d1x/gd3d1x/
sm4_to_tgsi.cpp 253 switch(insn->opcode)
417 if(program.insns[linked]->opcode == SM4_OPCODE_ENDIF)
489 switch(insn->opcode)
538 switch(insn->opcode)
654 switch(dcl.opcode)
  /external/chromium_org/v8/src/
deoptimizer.h 715 enum Opcode {
756 static int NumberOfOperandsFor(Opcode opcode);
759 static const char* StringFor(Opcode opcode);
  /external/clang/lib/StaticAnalyzer/Checkers/
IvarInvalidationChecker.cpp 687 BinaryOperatorKind Opcode = BO->getOpcode();
688 if (Opcode != BO_Assign &&
689 Opcode != BO_EQ &&
690 Opcode != BO_NE)
698 if (Opcode != BO_Assign && isZero(BO->getLHS())) {
  /external/clang/lib/StaticAnalyzer/Core/
SValBuilder.cpp 44 NonLoc SValBuilder::makeNonLoc(const SymExpr *lhs, BinaryOperator::Opcode op,
55 BinaryOperator::Opcode op, const SymExpr *rhs,
62 NonLoc SValBuilder::makeNonLoc(const SymExpr *lhs, BinaryOperator::Opcode op,
303 BinaryOperator::Opcode Op,
331 SVal SValBuilder::evalBinOp(ProgramStateRef state, BinaryOperator::Opcode op,
  /external/dropbear/
svr-chansession.c 432 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/libnfc-nci/halimpl/bcm2079x/hal/hal/
nfc_hal_nci.c 395 UINT16 opcode, old_opcode; local
412 STREAM_TO_UINT16 (opcode, p);
415 if (opcode == old_opcode)
432 p += 1; /* skip opcode */
436 STREAM_TO_UINT16 (vcs_cplt_params.opcode, p);
  /external/llvm/include/llvm/MC/
MCInstrDesc.h 138 unsigned short Opcode; // The opcode number
161 /// \brief Return the opcode number for this descriptor.
163 return Opcode;
556 /// or zero if the encoding size cannot be known from the opcode.
  /external/llvm/lib/Target/PowerPC/
PPCISelLowering.h 131 /// instructions. For lack of better number, we use the opcode number
138 /// opcode number encoding for the OPC field to identify the compare. For
144 /// condition register to branch on, OPC is the branch opcode to use (e.g.
344 virtual const char *getTargetNodeName(unsigned Opcode) const;
405 bool is8bit, unsigned Opcode) const;
  /external/llvm/lib/Transforms/Scalar/
EarlyCSE.cpp 140 // Mix in the opcode.
161 && "same opcode, but different instruction type?");
167 && "same opcode, but different operator type?");
179 && "same opcode, but different instruction type?");
249 // Mix in the opcode.
  /external/llvm/test/MC/ARM/
eh-directive-save.s 90 @ The assembler should emit 0xB000 unwind opcode.
147 @ The assembler should emit 0xA0 unwind opcode.
203 @ The assembler should emit 0xA8 unwind opcode.
289 @ The assembler should emit 0x8000 unwind opcode.
333 @ Check the order of unwind opcode to pop registers.
  /external/mesa3d/src/gallium/auxiliary/gallivm/
lp_bld_tgsi_aos.c 466 * instruction opcode switch statement.
482 switch (inst->Instruction.Opcode) {
1024 /* Set opcode actions */
1081 tgsi_get_opcode_info(instr->Instruction.Opcode);
1083 _debug_printf("warning: failed to translate tgsi opcode %s to LLVM\n",
  /external/mesa3d/src/gallium/state_trackers/d3d1x/gd3d1x/
sm4_to_tgsi.cpp 253 switch(insn->opcode)
417 if(program.insns[linked]->opcode == SM4_OPCODE_ENDIF)
489 switch(insn->opcode)
538 switch(insn->opcode)
654 switch(dcl.opcode)
  /system/core/libpixelflinger/codeflinger/
MIPSAssembler.h 90 virtual void dataProcessing(int opcode, int cc, int s,
432 // opcode field of all instructions
453 // func field for special opcode
473 // func field for spec2 opcode
482 // func field for spec3 opcode
  /external/llvm/lib/Target/X86/
X86FastISel.cpp 181 // Get opcode and regclass of the output for the given load instruction.
240 // Get opcode and regclass of the output for the given store instruction.
333 /// type SrcVT to type DstVT using the specified extension opcode Opc (e.g.
351 unsigned Opcode = Instruction::UserOp1;
358 Opcode = I->getOpcode();
362 Opcode = C->getOpcode();
372 switch (Opcode) {
611 unsigned Opcode = Instruction::UserOp1;
613 Opcode = I->getOpcode();
616 Opcode = C->getOpcode()
    [all...]
  /art/compiler/utils/arm/
constants_arm.h 129 enum Opcode {
279 inline Opcode OpcodeField() const {
280 return static_cast<Opcode>(Bits(kOpcodeShift, kOpcodeBits));
  /docs/source.android.com/src/devices/tech/dalvik/
dalvik-bytecode.jd 127 <li>"<code>move</code>" is the base opcode, indicating the base operation
131 <li>"<code>from16</code>" is the opcode suffix, indicating a variant
145 (listed under "Op &amp; Format") as well as details about the opcode
172 Data-bearing pseudo-instructions are tagged with this opcode, in which
173 case the high-order byte of the opcode unit indicates the nature of
    [all...]
  /external/bluetooth/bluedroid/stack/gatt/
att_protocol.c 59 p_buf->len = GATT_HDR_SIZE; /* opcode + 2 bytes mtu */
176 p_buf->len = 5; /* opcode + s_handle + e_handle */
265 ** Description Build a request/response with opcode only.
  /external/chromium_org/courgette/
disassembler_elf_32_arm.cc 22 // This method takes an ARM or thumb opcode, extracts the relative
24 // Courgette opcode (c_op).
29 // ARM_OFF24 is for the ARM opcode. The rest are for thumb opcodes.
  /external/chromium_org/net/websockets/
websocket_channel_test.cc 51 << header.opcode << ", "
229 WebSocketFrameHeader::OpCode opcode; member in struct:net::__anon9606::InitFrame
242 << ", " << frame.opcode << ", "
275 new WebSocketFrame(source_frame.opcode));
326 if (actual_frame.header.opcode != expected_frame.opcode) {
327 *listener << "the opcode is " << actual_frame.header.opcode;
517 // must run the MessageLoop to receive the callback(s). If a message with opcode
    [all...]
  /external/chromium_org/third_party/WebKit/Source/modules/websockets/
NewWebSocketChannelImpl.cpp 421 WebSocketFrame::OpCode opcode = m_receivingMessageTypeIsText ? WebSocketFrame::OpCodeText : WebSocketFrame::OpCodeBinary; local
422 WebSocketFrame frame(opcode, m_receivingMessageData.data(), m_receivingMessageData.size(), WebSocketFrame::Final);
  /external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/util/
u_pstipple.c 358 newInst.Instruction.Opcode = TGSI_OPCODE_MUL;
371 newInst.Instruction.Opcode = TGSI_OPCODE_TEX;
386 newInst.Instruction.Opcode = TGSI_OPCODE_KIL;
  /external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/i965/
brw_wm.h 142 GLuint opcode:8; member in struct:brw_wm_instruction
291 GLuint brw_wm_nr_args( GLuint opcode );
292 GLuint brw_wm_is_scalar_result( GLuint opcode );
  /external/chromium_org/third_party/mesa/src/src/mesa/program/
program_lexer.l 63 #define return_opcode(condition, token, opcode, len) \
69 yylval->temp_inst.Opcode = OPCODE_ ## opcode; \

Completed in 605 milliseconds

<<61626364656667686970>>