Searched
full:opcode (Results
1401 -
1425 of
2817) sorted by null
<<51525354555657585960>>
/external/apache-xml/src/main/java/org/apache/xpath/axes/ |
WalkingIteratorSorted.java | 55 * of step walkers from the opcode list, and call back 61 * opcode list from the compiler.
|
/external/bluetooth/bluedroid/btif/include/ |
btif_api.h | 326 bt_status_t btif_dut_mode_send(uint16_t opcode, uint8_t *buf, uint8_t len); 337 bt_status_t btif_le_test_mode(uint16_t opcode, uint8_t *buf, uint8_t len);
|
/external/chromium/sdch/open-vcdiff/src/ |
decodetable.h | 85 // or VCD_INSTRUCTION_END_OF_DATA if the end of the opcode stream is reached, 95 // Any occurrences of VCD_NOOP in the opcode stream
|
/external/chromium_org/sdch/open-vcdiff/src/ |
decodetable.h | 85 // or VCD_INSTRUCTION_END_OF_DATA if the end of the opcode stream is reached, 95 // Any occurrences of VCD_NOOP in the opcode stream
|
/external/chromium_org/third_party/WebKit/Source/modules/websockets/ |
WebSocketDeflateFramer.cpp | 177 if (!enabled() || !WebSocketFrame::isNonControlOpCode(frame.opCode) || !frame.payloadLength) 202 if (!WebSocketFrame::isNonControlOpCode(frame.opCode)) {
|
/external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/tgsi/ |
tgsi_util.c | 181 switch (inst->Instruction.Opcode) { 297 if (inst->Instruction.Opcode != TGSI_OPCODE_TEX) {
|
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/i915/ |
i915_state_inlines.h | 172 i915_translate_logic_op(unsigned opcode) 174 switch (opcode) {
|
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/radeon/ |
AMDGPUInstrInfo.h | 124 // Helper functions that check the opcode for status information 137 virtual bool isMov(unsigned opcode) const = 0;
|
/external/chromium_org/third_party/mesa/src/src/glx/ |
indirect_vertex_program.c | 65 get_parameter(unsigned opcode, unsigned size, GLenum target, GLuint index, 75 opcode, cmdlen);
|
packsingle.h | 66 #define __GLX_SINGLE_BEGIN(opcode,bytes) \ 72 req->glxCode = opcode; \
|
/external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/r200/ |
r200_fragshader.c | 155 if (inst->Opcode[optype]) { 156 switch (inst->Opcode[optype]) { 368 if (shader->SetupInst[0][reg].Opcode) { 379 if (shader->SetupInst[0][reg].Opcode == ATI_FRAGMENT_SHADER_PASS_OP) { 417 if (shader->SetupInst[0][reg].Opcode) { 420 if (shader->SetupInst[0][reg].Opcode == ATI_FRAGMENT_SHADER_PASS_OP) { 453 if (shader->SetupInst[1][reg].Opcode) { 459 if (shader->SetupInst[1][reg].Opcode == ATI_FRAGMENT_SHADER_PASS_OP) {
|
/external/chromium_org/third_party/mesa/src/src/mesa/main/ |
blend.c | 620 * \param opcode operation. 622 * Verifies that \p opcode is a valid enum and updates 628 _mesa_LogicOp( GLenum opcode ) 634 _mesa_debug(ctx, "glLogicOp(%s)\n", _mesa_lookup_enum_by_nr(opcode)); 636 switch (opcode) { 659 if (ctx->Color.LogicOp == opcode) 663 ctx->Color.LogicOp = opcode; 666 ctx->Driver.LogicOpcode( ctx, opcode );
|
/external/chromium_org/third_party/yasm/source/patched-yasm/modules/objfmts/xdf/tests/ |
xdfprotect.asm | 107 idesc32 isrP, 0x0008, 0 ; 0x06, 6, #UD, Invalid Opcode 145 dw isrR, 0 ; 0x06, 6, #UD, Invalid Opcode
|
/external/llvm/lib/Target/ARM/ |
ARMBaseRegisterInfo.h | 90 // Return the opcode that implements 'Op', or 0 if no opcode
|
/external/llvm/lib/Target/Hexagon/InstPrinter/ |
HexagonInstPrinter.cpp | 33 StringRef HexagonInstPrinter::getOpcodeName(unsigned Opcode) const { 34 return MII.getName(Opcode);
|
/external/llvm/lib/Target/SystemZ/ |
SystemZFrameLowering.cpp | 290 unsigned Opcode; 293 Opcode = SystemZ::AGHI; 295 Opcode = SystemZ::AGFI; 304 MachineInstr *MI = BuildMI(MBB, MBBI, DL, TII->get(Opcode), Reg) 429 unsigned Opcode = MBBI->getOpcode(); 430 if (Opcode != SystemZ::LMG) 436 unsigned NewOpcode = ZII->getOpcodeForOffset(Opcode, Offset); 445 NewOpcode = ZII->getOpcodeForOffset(Opcode, Offset);
|
/external/llvm/test/MC/ARM/ |
eh-directive-integrated-test.s | 18 @ This test case should check the unwind opcode to adjust the opcode and
|
/external/llvm/test/MC/Disassembler/AArch64/ |
basic-a64-undefined.txt | 35 # Data-processing instructions are undefined when S=1 and for the 0b0000111 value in opcode:sf 39 # Data-processing instructions (2 source) are undefined for a value of 0001xx:0:x or 0011xx:0:x for opcode:S:sf
|
/external/llvm/test/MC/Disassembler/ARM/ |
invalid-thumbv7-xfail.txt | 15 # Opcode=2127 Name=t2STREXB Format=ARM_FORMAT_THUMBFRM(25) 27 # Opcode=2128 Name=t2STREXD Format=ARM_FORMAT_THUMBFRM(25)
|
/external/mesa3d/src/gallium/auxiliary/tgsi/ |
tgsi_util.c | 181 switch (inst->Instruction.Opcode) { 297 if (inst->Instruction.Opcode != TGSI_OPCODE_TEX) {
|
/external/mesa3d/src/gallium/drivers/i915/ |
i915_state_inlines.h | 172 i915_translate_logic_op(unsigned opcode) 174 switch (opcode) {
|
/external/mesa3d/src/gallium/drivers/radeon/ |
AMDGPUInstrInfo.h | 124 // Helper functions that check the opcode for status information 137 virtual bool isMov(unsigned opcode) const = 0;
|
/external/mesa3d/src/glx/ |
indirect_vertex_program.c | 65 get_parameter(unsigned opcode, unsigned size, GLenum target, GLuint index, 75 opcode, cmdlen);
|
packsingle.h | 66 #define __GLX_SINGLE_BEGIN(opcode,bytes) \ 72 req->glxCode = opcode; \
|
/external/mesa3d/src/mesa/drivers/dri/r200/ |
r200_fragshader.c | 155 if (inst->Opcode[optype]) { 156 switch (inst->Opcode[optype]) { 368 if (shader->SetupInst[0][reg].Opcode) { 379 if (shader->SetupInst[0][reg].Opcode == ATI_FRAGMENT_SHADER_PASS_OP) { 417 if (shader->SetupInst[0][reg].Opcode) { 420 if (shader->SetupInst[0][reg].Opcode == ATI_FRAGMENT_SHADER_PASS_OP) { 453 if (shader->SetupInst[1][reg].Opcode) { 459 if (shader->SetupInst[1][reg].Opcode == ATI_FRAGMENT_SHADER_PASS_OP) {
|
Completed in 647 milliseconds
<<51525354555657585960>>