HomeSort by relevance Sort by last modified time
    Searched defs:reg_index (Results 1 - 9 of 9) 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 58 int reg_index = unalloc->fixed_register_index(); local
59 if (reg_index < 0 ||
60 reg_index >= Register::kMaxNumAllocatableRegisters) {
61 stream->Add("(=invalid_reg#%d)", reg_index);
64 Register::AllocationIndexToString(reg_index);
70 int reg_index = unalloc->fixed_register_index(); local
71 if (reg_index < 0 ||
72 reg_index >= DoubleRegister::kMaxNumAllocatableRegisters) {
73 stream->Add("(=invalid_double_reg#%d)", reg_index);
76 DoubleRegister::AllocationIndexToString(reg_index);
108 int reg_index = index(); local
117 int reg_index = index(); local
    [all...]
lithium-allocator.cc 601 int reg_index = operand->fixed_register_index(); local
602 operand->ConvertTo(LOperand::REGISTER, reg_index);
604 int reg_index = operand->fixed_register_index(); local
605 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
  /art/compiler/utils/
assembler_test.h 62 size_t reg_index = base.find("{reg}"); local
63 if (reg_index != std::string::npos) {
67 base.replace(reg_index, 5, reg_string);
126 size_t reg_index = base.find("{reg}"); local
127 if (reg_index != std::string::npos) {
131 base.replace(reg_index, 5, reg_string);
  /external/chromium_org/v8/src/compiler/
register-allocator.cc 591 int reg_index = operand->fixed_register_index(); local
592 operand->ConvertTo(InstructionOperand::REGISTER, reg_index);
594 int reg_index = operand->fixed_register_index(); local
595 operand->ConvertTo(InstructionOperand::DOUBLE_REGISTER, reg_index);
    [all...]
  /external/qemu/target-i386/
hax-interface.h 410 uint16_t reg_index; member in struct:hax_fastmmio
  /external/libnfc-nxp/src/
phHciNfc_Generic.h 574 uint8_t reg_index; member in struct:phHciNfc_Pipe_Info
    [all...]

Completed in 343 milliseconds