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

<<41424344454647484950>>

  /prebuilts/ndk/8/platforms/android-9/arch-mips/usr/include/linux/
coda.h 203 #define DOWNCALL(opcode) (opcode >= CODA_REPLACE && opcode <= CODA_PURGEFID)
213 u_int32_t opcode; member in struct:coda_in_hdr
221 u_int32_t opcode; member in struct:coda_out_hdr
  /prebuilts/ndk/8/platforms/android-9/arch-x86/usr/include/linux/
coda.h 203 #define DOWNCALL(opcode) (opcode >= CODA_REPLACE && opcode <= CODA_PURGEFID)
213 u_int32_t opcode; member in struct:coda_in_hdr
221 u_int32_t opcode; member in struct:coda_out_hdr
  /prebuilts/ndk/9/platforms/android-14/arch-arm/usr/include/linux/
coda.h 203 #define DOWNCALL(opcode) (opcode >= CODA_REPLACE && opcode <= CODA_PURGEFID)
213 u_int32_t opcode; member in struct:coda_in_hdr
221 u_int32_t opcode; member in struct:coda_out_hdr
  /prebuilts/ndk/9/platforms/android-14/arch-mips/usr/include/linux/
coda.h 203 #define DOWNCALL(opcode) (opcode >= CODA_REPLACE && opcode <= CODA_PURGEFID)
213 u_int32_t opcode; member in struct:coda_in_hdr
221 u_int32_t opcode; member in struct:coda_out_hdr
  /prebuilts/ndk/9/platforms/android-14/arch-x86/usr/include/linux/
coda.h 203 #define DOWNCALL(opcode) (opcode >= CODA_REPLACE && opcode <= CODA_PURGEFID)
213 u_int32_t opcode; member in struct:coda_in_hdr
221 u_int32_t opcode; member in struct:coda_out_hdr
  /prebuilts/ndk/9/platforms/android-18/arch-arm/usr/include/linux/
coda.h 203 #define DOWNCALL(opcode) (opcode >= CODA_REPLACE && opcode <= CODA_PURGEFID)
213 u_int32_t opcode; member in struct:coda_in_hdr
221 u_int32_t opcode; member in struct:coda_out_hdr
  /prebuilts/ndk/9/platforms/android-18/arch-mips/usr/include/linux/
coda.h 203 #define DOWNCALL(opcode) (opcode >= CODA_REPLACE && opcode <= CODA_PURGEFID)
213 u_int32_t opcode; member in struct:coda_in_hdr
221 u_int32_t opcode; member in struct:coda_out_hdr
  /prebuilts/ndk/9/platforms/android-18/arch-x86/usr/include/linux/
coda.h 203 #define DOWNCALL(opcode) (opcode >= CODA_REPLACE && opcode <= CODA_PURGEFID)
213 u_int32_t opcode; member in struct:coda_in_hdr
221 u_int32_t opcode; member in struct:coda_out_hdr
  /prebuilts/ndk/9/platforms/android-3/arch-arm/usr/include/linux/
coda.h 203 #define DOWNCALL(opcode) (opcode >= CODA_REPLACE && opcode <= CODA_PURGEFID)
213 u_int32_t opcode; member in struct:coda_in_hdr
221 u_int32_t opcode; member in struct:coda_out_hdr
  /prebuilts/ndk/9/platforms/android-4/arch-arm/usr/include/linux/
coda.h 203 #define DOWNCALL(opcode) (opcode >= CODA_REPLACE && opcode <= CODA_PURGEFID)
213 u_int32_t opcode; member in struct:coda_in_hdr
221 u_int32_t opcode; member in struct:coda_out_hdr
  /prebuilts/ndk/9/platforms/android-5/arch-arm/usr/include/linux/
coda.h 203 #define DOWNCALL(opcode) (opcode >= CODA_REPLACE && opcode <= CODA_PURGEFID)
213 u_int32_t opcode; member in struct:coda_in_hdr
221 u_int32_t opcode; member in struct:coda_out_hdr
  /prebuilts/ndk/9/platforms/android-8/arch-arm/usr/include/linux/
coda.h 203 #define DOWNCALL(opcode) (opcode >= CODA_REPLACE && opcode <= CODA_PURGEFID)
213 u_int32_t opcode; member in struct:coda_in_hdr
221 u_int32_t opcode; member in struct:coda_out_hdr
  /prebuilts/ndk/9/platforms/android-9/arch-arm/usr/include/linux/
coda.h 203 #define DOWNCALL(opcode) (opcode >= CODA_REPLACE && opcode <= CODA_PURGEFID)
213 u_int32_t opcode; member in struct:coda_in_hdr
221 u_int32_t opcode; member in struct:coda_out_hdr
  /prebuilts/ndk/9/platforms/android-9/arch-mips/usr/include/linux/
coda.h 203 #define DOWNCALL(opcode) (opcode >= CODA_REPLACE && opcode <= CODA_PURGEFID)
213 u_int32_t opcode; member in struct:coda_in_hdr
221 u_int32_t opcode; member in struct:coda_out_hdr
  /prebuilts/ndk/9/platforms/android-9/arch-x86/usr/include/linux/
coda.h 203 #define DOWNCALL(opcode) (opcode >= CODA_REPLACE && opcode <= CODA_PURGEFID)
213 u_int32_t opcode; member in struct:coda_in_hdr
221 u_int32_t opcode; member in struct:coda_out_hdr
  /system/extras/libublock/
ublock.c 209 switch (in_h->opcode) {
211 out_h->opcode = UBLOCK_INIT_OUT;
215 out_h->opcode = UBLOCK_READY_OUT;
219 out_h->opcode = UBLOCK_READ_OUT;
223 out_h->opcode = UBLOCK_WRITE_OUT;
  /dalvik/dx/src/com/android/dx/cf/code/
ByteOps.java 23 * opcode level.
26 // one constant per opcode
314 /** mask for the bits representing the opcode format */
625 * Gets the name of the given opcode.
627 * @param opcode {@code >= 0, <= 255;} the opcode
630 public static String opName(int opcode) {
631 String result = OPCODE_NAMES[opcode];
634 result = "unused_" + Hex.u1(opcode);
635 OPCODE_NAMES[opcode] = result
    [all...]
  /external/chromium_org/net/websockets/
websocket_basic_stream_test.cc 354 EXPECT_EQ(WebSocketFrameHeader::kOpCodeText, frames_[0]->header.opcode);
369 EXPECT_EQ(WebSocketFrameHeader::kOpCodeText, frames_[0]->header.opcode);
377 frames_[0]->header.opcode);
427 // All frames after the first have their opcode changed to Continuation.
431 // The input data is one frame with opcode Text, which arrives in three
444 EXPECT_EQ(WebSocketFrameHeader::kOpCodeText, frames_[0]->header.opcode);
446 // This test uses a loop to verify that the opcode for every frames generated
454 frames_[0]->header.opcode);
599 EXPECT_EQ(WebSocketFrameHeader::kOpCodePong, frames_[0]->header.opcode);
625 EXPECT_EQ(WebSocketFrameHeader::kOpCodeText, frames_[0]->header.opcode);
    [all...]
websocket_frame_parser_test.cc 69 EXPECT_EQ(WebSocketFrameHeader::kOpCodeText, header->opcode);
96 EXPECT_EQ(WebSocketFrameHeader::kOpCodeText, header->opcode);
167 EXPECT_EQ(WebSocketFrameHeader::kOpCodeText, header->opcode);
213 EXPECT_EQ(WebSocketFrameHeader::kOpCodeText, header1->opcode);
280 EXPECT_EQ(WebSocketFrameHeader::kOpCodeText, header1->opcode);
359 EXPECT_EQ(WebSocketFrameHeader::kOpCodeText, header->opcode);
414 EXPECT_EQ(WebSocketFrameHeader::kOpCodeText, header->opcode);
461 WebSocketFrameHeader::OpCode opcode; member in struct:net::__anon9616::TestCase
488 WebSocketFrameHeader::OpCode opcode = kTests[i].opcode local
    [all...]
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/r300/compiler/
r500_fragprog.c 51 if (inst_if->U.I.Opcode != RC_OPCODE_IF) {
87 rc_get_opcode_info(inst->U.I.Opcode);
108 inst_mov->U.I.Opcode = RC_OPCODE_MOV;
132 switch(writer->Inst->U.I.Opcode) {
157 writer->Inst->U.I.Opcode = RC_OPCODE_SUB;
183 static int r500_swizzle_is_native(rc_opcode opcode, struct rc_src_register reg)
188 if (opcode == RC_OPCODE_TEX ||
189 opcode == RC_OPCODE_TXB ||
190 opcode == RC_OPCODE_TXP ||
191 opcode == RC_OPCODE_TXD |
    [all...]
radeon_dataflow.c 139 const struct rc_opcode_info * info = rc_get_opcode_info(sub->Opcode);
188 const struct rc_opcode_info * opcode = local
189 rc_get_opcode_info(inst->U.I.Opcode);
197 for(unsigned int src = 0; src < opcode->NumSrcRegs; ++src) {
205 inst->U.I.PreSub.Opcode);
259 const struct rc_opcode_info * opcode = rc_get_opcode_info(inst->Opcode); local
261 if (opcode->HasDstReg && inst->DstReg.WriteMask)
344 const struct rc_opcode_info * opcode = rc_get_opcode_info(inst->Opcode); local
709 rc_opcode opcode = rc_get_flow_control_inst(tmp); local
    [all...]
  /external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/i965/
brw_wm_fp.c 220 inst->Opcode = op;
248 * We'd rather not have to support that splatting in the opcode implementations,
250 * anyway. We can easily get both by emitting the opcode to one channel, and
897 assert(inst->Opcode == OPCODE_TXP);
1014 GLuint nr_args = brw_wm_nr_args( inst->Opcode );
1033 if (insn->Opcode < MAX_OPCODE)
1035 else if (insn->Opcode < MAX_WM_OPCODE) {
1036 GLuint idx = insn->Opcode - MAX_OPCODE;
1042 printf("965 Opcode %d\n", insn->Opcode);
    [all...]
  /external/llvm/include/llvm/IR/
Instruction.h 91 static const char* getOpcodeName(unsigned OpCode);
93 static inline bool isTerminator(unsigned OpCode) {
94 return OpCode >= TermOpsBegin && OpCode < TermOpsEnd;
97 static inline bool isBinaryOp(unsigned Opcode) {
98 return Opcode >= BinaryOpsBegin && Opcode < BinaryOpsEnd;
101 /// @brief Determine if the Opcode is one of the shift instructions.
102 static inline bool isShift(unsigned Opcode) {
103 return Opcode >= Shl && Opcode <= AShr
    [all...]
  /external/llvm/lib/Target/PowerPC/
PPCCTRLoops.cpp 214 unsigned Opcode;
256 case Intrinsic::sqrt: Opcode = ISD::FSQRT; break;
257 case Intrinsic::floor: Opcode = ISD::FFLOOR; break;
258 case Intrinsic::ceil: Opcode = ISD::FCEIL; break;
259 case Intrinsic::trunc: Opcode = ISD::FTRUNC; break;
260 case Intrinsic::rint: Opcode = ISD::FRINT; break;
261 case Intrinsic::nearbyint: Opcode = ISD::FNEARBYINT; break;
295 Opcode = ISD::FSQRT; break;
299 Opcode = ISD::FFLOOR; break;
303 Opcode = ISD::FNEARBYINT; break
    [all...]
  /external/llvm/lib/Target/X86/Disassembler/
X86DisassemblerDecoderCommon.h 46 * Attributes of an instruction that must be known before the opcode can be
83 ENUM_ENTRY(IC_XD, 2, "may say something about the opcode " \
85 ENUM_ENTRY(IC_XS, 2, "may say something about the opcode " \
101 "opcode") \
228 * Opcode types, which determine which decode table to use, both in the Intel
243 * it), the decoder reads the opcode. Some instructions require specific
258 * MODRM_SPLITRM - If the ModR/M byte is between 0x00 and 0xbf, the opcode
266 corresponds to instructions that use reg field as opcode
299 * given a particular opcode.
306 * ContextDecision - Specifies which opcode->instruction tables to look at give
    [all...]

Completed in 1125 milliseconds

<<41424344454647484950>>