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

1 2 3 4 5 6 78 91011>>

  /external/chromium_org/third_party/mesa/src/src/mesa/program/
prog_instruction.c 144 gl_inst_opcode Opcode;
152 * \note Opcode should equal array index!
254 * Return the number of src registers for the given instruction/opcode.
257 _mesa_num_inst_src_regs(gl_inst_opcode opcode)
259 ASSERT(opcode < MAX_OPCODE);
260 ASSERT(opcode == InstInfo[opcode].Opcode);
261 ASSERT(OPCODE_XPD == InstInfo[OPCODE_XPD].Opcode);
262 return InstInfo[opcode].NumSrcRegs
    [all...]
  /external/mesa3d/src/mesa/program/
prog_instruction.c 144 gl_inst_opcode Opcode;
152 * \note Opcode should equal array index!
254 * Return the number of src registers for the given instruction/opcode.
257 _mesa_num_inst_src_regs(gl_inst_opcode opcode)
259 ASSERT(opcode < MAX_OPCODE);
260 ASSERT(opcode == InstInfo[opcode].Opcode);
261 ASSERT(OPCODE_XPD == InstInfo[OPCODE_XPD].Opcode);
262 return InstInfo[opcode].NumSrcRegs
    [all...]
  /external/chromium_org/third_party/WebKit/Source/modules/websockets/
WebSocketPerMessageDeflateTest.cpp 49 WebSocketFrame::OpCode opcode = WebSocketFrame::OpCodeText; local
50 WebSocketFrame f1(opcode, "Hello", 5, WebSocketFrame::Final);
51 WebSocketFrame f2(opcode, "Hello", 5, WebSocketFrame::Final);
71 WebSocketFrame::OpCode opcode = WebSocketFrame::OpCodeText; local
72 WebSocketFrame f1(opcode, "Hello", 5, WebSocketFrame::Final);
73 WebSocketFrame f2(opcode, "Hello", 5, WebSocketFrame::Final);
92 WebSocketFrame::OpCode text = WebSocketFrame::OpCodeText;
112 WebSocketFrame::OpCode opcode = !i ? text : WebSocketFrame::OpCodeContinuation local
125 WebSocketFrame::OpCode opcode = !i ? text : WebSocketFrame::OpCodeContinuation; local
143 WebSocketFrame::OpCode opcode = WebSocketFrame::OpCodeBinary; local
220 WebSocketFrame::OpCode opcode = WebSocketFrame::OpCodeClose; local
266 WebSocketFrame::OpCode opcode = WebSocketFrame::OpCodeText; local
299 WebSocketFrame::OpCode opcode = WebSocketFrame::OpCodeText; local
351 WebSocketFrame::OpCode opcode = WebSocketFrame::OpCodeClose; local
    [all...]
  /art/compiler/dex/quick/mips/
fp_mips.cc 24 void MipsMir2Lir::GenArithOpFloat(Instruction::Code opcode,
33 switch (opcode) {
62 LOG(FATAL) << "Unexpected opcode: " << opcode;
71 void MipsMir2Lir::GenArithOpDouble(Instruction::Code opcode,
76 switch (opcode) {
105 LOG(FATAL) << "Unpexpected opcode: " << opcode;
119 void MipsMir2Lir::GenConversion(Instruction::Code opcode, RegLocation rl_dest,
124 switch (opcode) {
    [all...]
  /art/runtime/
dex_instruction.cc 58 #define INSTRUCTION_SIZE(opcode, c, p, format, r, i, a, v) \
59 ((opcode == NOP) ? -1 : \
86 switch (FormatOf(Opcode())) {
95 switch (FormatOf(Opcode())) {
109 switch (FormatOf(Opcode())) {
133 switch (FormatOf(Opcode())) {
144 switch (FormatOf(Opcode())) {
160 switch (FormatOf(Opcode())) {
186 switch (FormatOf(Opcode())) {
203 Code opcode = static_cast<Code>(insn & 0xFF) local
210 Code opcode = static_cast<Code>(insn & 0xFF); local
388 const char* opcode = kInstructionNames[Opcode()]; local
390 case k10x: os << opcode; break; local
556 os << opcode << " {"; local
569 os << opcode << " {"; local
    [all...]
  /dalvik/vm/mterp/armv5te/
OP_BREAKPOINT.S 5 * Restart this instruction with the original opcode. By
OP_CONST_16.S 7 GET_INST_OPCODE(ip) @ extract opcode from rINST
OP_CONST_CLASS.S 12 beq .L${opcode}_resolve
15 GET_INST_OPCODE(ip) @ extract opcode from rINST
24 .L${opcode}_resolve:
34 GET_INST_OPCODE(ip) @ extract opcode from rINST
OP_CONST_STRING.S 12 beq .L${opcode}_resolve
15 GET_INST_OPCODE(ip) @ extract opcode from rINST
24 .L${opcode}_resolve:
33 GET_INST_OPCODE(ip) @ extract opcode from rINST
OP_CONST_STRING_JUMBO.S 14 beq .L${opcode}_resolve
17 GET_INST_OPCODE(ip) @ extract opcode from rINST
26 .L${opcode}_resolve:
35 GET_INST_OPCODE(ip) @ extract opcode from rINST
OP_NOP.S 3 GET_INST_OPCODE(ip) @ ip<- opcode from rINST
  /dalvik/vm/mterp/c/
OP_MOVE.cpp 1 HANDLE_OPCODE($opcode /*vA, vB*/)
OP_MOVE_16.cpp 1 HANDLE_OPCODE($opcode /*vAAAA, vBBBB*/)
OP_MOVE_FROM16.cpp 1 HANDLE_OPCODE($opcode /*vAA, vBBBB*/)
OP_MOVE_RESULT.cpp 1 HANDLE_OPCODE($opcode /*vAA*/)
  /dalvik/vm/mterp/mips/
OP_ARRAY_LENGTH.S 12 GET_INST_OPCODE(t0) # extract opcode from rINST
OP_BREAKPOINT.S 5 * Restart this instruction with the original opcode. By
OP_CONST.S 9 GET_INST_OPCODE(t0) # extract opcode from rINST
OP_CONST_16.S 6 GET_INST_OPCODE(t0) # extract opcode from rINST
OP_CONST_4.S 8 GET_INST_OPCODE(t0) # ip <- opcode from rINST
OP_CONST_HIGH16.S 7 GET_INST_OPCODE(t0) # extract opcode from rINST
OP_LONG_TO_INT.S 9 GET_INST_OPCODE(t0) # t0 <- opcode from rINST
OP_MOVE.S 8 GET_INST_OPCODE(t0) # t0 <- opcode from rINST
OP_MOVE_16.S 8 GET_INST_OPCODE(t0) # extract opcode from rINST
OP_MOVE_EXCEPTION.S 8 GET_INST_OPCODE(t0) # extract opcode from rINST

Completed in 1202 milliseconds

1 2 3 4 5 6 78 91011>>