HomeSort by relevance Sort by last modified time
    Searched refs:opcode (Results 1126 - 1150 of 1512) sorted by null

<<41424344454647484950>>

  /external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/i965/
brw_structs.h 74 GLuint opcode:16; member in struct:brw_urb_fence::__anon13192
921 GLuint opcode:4; member in struct:brw_urb_immediate
942 GLuint opcode:7; member in struct:brw_instruction::__anon13256
1356 GLuint opcode:4; member in struct:brw_instruction::__anon13271::__anon13286
1372 GLuint opcode:3; member in struct:brw_instruction::__anon13271::__anon13287
    [all...]
  /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/llvm/utils/TableGen/
X86DisassemblerTables.cpp 355 /// to an opcode modifier type.
745 uint8_t opcode) {
775 errs() << "Opcode " << (uint16_t)opcode << "\n";
788 uint8_t opcode,
801 setTableFields(decision.opcodeDecisions[index].modRMDecisions[opcode],
804 opcode);
  /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)
  /external/mesa3d/src/glx/
glxext.c 286 QueryVersion(Display * dpy, int opcode, int *major, int *minor)
315 req->reqType = opcode;
939 /* Use opcode from gc because its right */
1115 GLushort opcode, length; local
1118 /* Fetch opcode */
1119 opcode = *((GLushort *) p);
1121 printf("%2x: %5d: ", opcode, length);
  /external/mesa3d/src/mesa/drivers/dri/i965/
brw_structs.h 74 GLuint opcode:16; member in struct:brw_urb_fence::__anon23659
921 GLuint opcode:4; member in struct:brw_urb_immediate
942 GLuint opcode:7; member in struct:brw_instruction::__anon23723
1356 GLuint opcode:4; member in struct:brw_instruction::__anon23738::__anon23753
1372 GLuint opcode:3; member in struct:brw_instruction::__anon23738::__anon23754
    [all...]
  /external/chromium_org/third_party/mesa/src/src/mesa/state_tracker/
st_glsl_to_tgsi.cpp 468 is_tex_instruction(unsigned opcode)
470 const tgsi_opcode_info* info = tgsi_get_opcode_info(opcode);
475 num_inst_dst_regs(unsigned opcode)
477 const tgsi_opcode_info* info = tgsi_get_opcode_info(opcode);
482 num_inst_src_regs(unsigned opcode)
484 const tgsi_opcode_info* info = tgsi_get_opcode_info(opcode);
626 * Determines whether to use an integer, unsigned integer, or float opcode
627 * based on the operands and input opcode, then emits the result.
773 * The \c SCS opcode functions a bit differently than the other TGSI opcodes.
789 /* Vertex programs cannot use the SCS opcode
2574 unsigned opcode = TGSI_OPCODE_NOP; local
    [all...]
  /external/mesa3d/src/mesa/state_tracker/
st_glsl_to_tgsi.cpp 468 is_tex_instruction(unsigned opcode)
470 const tgsi_opcode_info* info = tgsi_get_opcode_info(opcode);
475 num_inst_dst_regs(unsigned opcode)
477 const tgsi_opcode_info* info = tgsi_get_opcode_info(opcode);
482 num_inst_src_regs(unsigned opcode)
484 const tgsi_opcode_info* info = tgsi_get_opcode_info(opcode);
626 * Determines whether to use an integer, unsigned integer, or float opcode
627 * based on the operands and input opcode, then emits the result.
773 * The \c SCS opcode functions a bit differently than the other TGSI opcodes.
789 /* Vertex programs cannot use the SCS opcode
2574 unsigned opcode = TGSI_OPCODE_NOP; local
    [all...]
  /external/clang/lib/CodeGen/
CGObjCMac.cpp 760 /// opcode for captured block variables layout 'instructions'.
762 /// (field following the opcode).
814 enum BLOCK_LAYOUT_OPCODE opcode; member in class:__anon15810::CGObjCCommonMac::RUN_SKIP
817 RUN_SKIP(enum BLOCK_LAYOUT_OPCODE Opcode = BLOCK_LAYOUT_OPERATOR,
820 : opcode(Opcode), block_var_bytepos(BytePos), block_var_size(Size) {}
2225 enum BLOCK_LAYOUT_OPCODE opcode ; local
2330 enum BLOCK_LAYOUT_OPCODE opcode = RunSkipBlockVars[i].opcode; local
2381 enum BLOCK_LAYOUT_OPCODE opcode = (enum BLOCK_LAYOUT_OPCODE) (inst >> 4); local
2421 enum BLOCK_LAYOUT_OPCODE opcode = (enum BLOCK_LAYOUT_OPCODE) (inst >> 4); local
    [all...]
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/svga/
svga_tgsi_insn.c 43 uint opcode )
45 switch (opcode) {
61 debug_printf("Unkown opcode %u\n", opcode);
591 SVGA3dShaderInstToken opcode; local
595 opcode = inst_token( SVGA3DOP_DEF );
603 opcode = inst_token( SVGA3DOP_DEFI );
612 opcode = inst_token( SVGA3DOP_NOP );
616 if (!emit_instruction(emit, opcode) ||
1855 unsigned opcode; local
2697 unsigned opcode = translate_opcode(insn->Instruction.Opcode); local
    [all...]
  /external/mesa3d/src/gallium/drivers/svga/
svga_tgsi_insn.c 43 uint opcode )
45 switch (opcode) {
61 debug_printf("Unkown opcode %u\n", opcode);
591 SVGA3dShaderInstToken opcode; local
595 opcode = inst_token( SVGA3DOP_DEF );
603 opcode = inst_token( SVGA3DOP_DEFI );
612 opcode = inst_token( SVGA3DOP_NOP );
616 if (!emit_instruction(emit, opcode) ||
1855 unsigned opcode; local
2697 unsigned opcode = translate_opcode(insn->Instruction.Opcode); local
    [all...]
  /external/chromium_org/ui/events/x/
device_data_manager.cc 132 int opcode, event, error; local
134 gfx::GetXDisplay(), "XInputExtension", &opcode, &event, &error)) {
157 xi_opcode_ = opcode;
  /dalvik/vm/interp/
Interp.cpp 85 u1 originalOpcode; /* original 8-bit opcode value */
182 * Retrieve the opcode that was originally at the specified location.
186 * Returns "true" with the opcode in *pOrig on success.
200 * Check the opcode. If it's a "magic" NOP, indicating the start of
226 * For a new entry, this will extract and preserve the current opcode from
227 * the instruction stream, and replace it with a breakpoint opcode.
264 * Change the opcode. We must ensure that the BreakpointSet
265 * updates happen before we change the opcode.
273 * The class init code will "flush" all pending opcode writes
307 * opcode is restored
848 u2 opcode = GET_OPCODE(*pc); local
    [all...]
  /dalvik/vm/mterp/mips/
footer.S 264 GET_INST_OPCODE(t0) # extract opcode from rINST
401 GET_INST_OPCODE(t0) # extract opcode from rINST
636 GET_PREFETCHED_OPCODE(t0, rOBJ) # extract prefetched opcode from rOBJ
788 GET_INST_OPCODE(t0) # extract opcode from rINST
791 GET_INST_OPCODE(t0) # extract opcode from rINST
    [all...]
  /external/bluetooth/bluedroid/stack/include/
hcimsgs.h     [all...]
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/i915/
i915_fpc_translate.c 415 uint opcode,
429 opcode,
436 * \param opcode the i915 opcode
442 uint opcode, uint numArgs,
454 opcode,
467 uint opcode, uint numArgs,
479 emit_simple_arith(p, &inst2, opcode, numArgs, fs);
501 switch (inst->Instruction.Opcode) {
675 T0_TEXKILL, /* opcode */
    [all...]
  /external/chromium_org/third_party/re2/re2/
dfa.cc 633 switch (ip->opcode()) {
655 if (ip->opcode() == kInstEmptyWidth)
657 if (ip->opcode() == kInstMatch && !prog_->anchor_end())
845 switch (ip->opcode()) {
    [all...]
  /external/mesa3d/src/gallium/drivers/i915/
i915_fpc_translate.c 415 uint opcode,
429 opcode,
436 * \param opcode the i915 opcode
442 uint opcode, uint numArgs,
454 opcode,
467 uint opcode, uint numArgs,
479 emit_simple_arith(p, &inst2, opcode, numArgs, fs);
501 switch (inst->Instruction.Opcode) {
675 T0_TEXKILL, /* opcode */
    [all...]
  /external/regex-re2/re2/
dfa.cc 631 switch (ip->opcode()) {
653 if (ip->opcode() == kInstEmptyWidth)
655 if (ip->opcode() == kInstMatch && !prog_->anchor_end())
843 switch (ip->opcode()) {
    [all...]
  /external/v8/src/x64/
assembler-x64.h 150 // 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.
    [all...]
  /dalvik/vm/compiler/codegen/mips/Mips32/
Gen.cpp 69 int opcode = TEMPLATE_PERIODIC_PROFILING; local
71 (int) gDvmJit.codeCache + templateEntryOffsets[opcode]);
  /dalvik/vm/compiler/codegen/mips/
MipsLIR.h 372 #define isPseudoOpCode(opCode) ((int)(opCode) < 0)
490 /* Bit flags describing the behavior of each native opcode */
567 /* Struct used to define the snippet positions for each Thumb opcode */
575 MipsOpCode opcode; member in struct:MipsEncodingMap
605 MipsOpCode opcode; member in struct:MipsLIR
  /external/chromium_org/remoting/host/
input_injector_linux.cc 407 int opcode, event, error; local
408 if (!XQueryExtension(display_, "XInputExtension", &opcode, &event, &error)) {
  /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/mesa/main/
dlist.c 105 struct gl_list_instruction Opcode[MAX_DLIST_EXT_OPCODES];
493 } OpCode;
510 OpCode opcode; member in union:gl_dlist_node
522 void *next; /* If prev node's opcode==OPCODE_CONTINUE */
577 dlist->Head[0].opcode = OPCODE_END_OF_LIST;
593 /** Is the given opcode an extension code? */
595 is_ext_opcode(OpCode opcode)
597 return (opcode >= OPCODE_EXT_0)
651 const OpCode opcode = n[0].opcode; local
7692 const OpCode opcode = n[0].opcode; local
10703 const OpCode opcode = n[0].opcode; local
    [all...]

Completed in 1430 milliseconds

<<41424344454647484950>>