HomeSort by relevance Sort by last modified time
    Searched defs:reg_index (Results 1 - 8 of 8) sorted by null

  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/r600/
r600_llvm.c 102 LLVMValueRef reg_index = lp_build_const_int32( local
108 reg_index);
126 LLVMValueRef reg_index = lp_build_const_int32( local
137 output, reg_index);
  /external/mesa3d/src/gallium/drivers/r600/
r600_llvm.c 102 LLVMValueRef reg_index = lp_build_const_int32( local
108 reg_index);
126 LLVMValueRef reg_index = lp_build_const_int32( local
137 output, reg_index);
  /external/chromium_org/v8/src/
lithium.cc 69 int reg_index = unalloc->fixed_register_index(); local
71 Register::AllocationIndexToString(reg_index);
76 int reg_index = unalloc->fixed_register_index(); local
78 DoubleRegister::AllocationIndexToString(reg_index);
lithium-allocator.cc 631 int reg_index = operand->fixed_register_index(); local
632 operand->ConvertTo(LOperand::REGISTER, reg_index);
634 int reg_index = operand->fixed_register_index(); local
635 operand->ConvertTo(LOperand::DOUBLE_REGISTER, reg_index);
    [all...]
  /external/mdnsresponder/mDNSShared/
dnssd_ipc.h 180 uint32_t reg_index; // identifier for a record registered via DNSServiceRegisterRecord() on a variable
  /external/qemu/target-i386/
hax-interface.h 410 uint16_t reg_index; member in struct:hax_fastmmio
  /external/v8/src/
lithium-allocator.cc 621 int reg_index = operand->fixed_index(); local
622 operand->ConvertTo(LOperand::REGISTER, reg_index);
624 int reg_index = operand->fixed_index(); local
625 operand->ConvertTo(LOperand::DOUBLE_REGISTER, reg_index);
1458 int reg_index = range->assigned_register(); local
    [all...]
  /external/libnfc-nxp/src/
phHciNfc_Generic.h 574 uint8_t reg_index; member in struct:phHciNfc_Pipe_Info
    [all...]

Completed in 489 milliseconds