Searched refs:regloc (Results 1 – 5 of 5) sorted by relevance
/external/v8/src/compiler/ |
D | linkage.cc | 20 LinkageLocation regloc(Register reg) { in regloc() function 240 locations.AddReturn(regloc(kReturnRegister0)); in GetRuntimeCallDescriptor() 243 locations.AddReturn(regloc(kReturnRegister1)); in GetRuntimeCallDescriptor() 256 locations.AddParam(regloc(kRuntimeCallFunctionRegister)); in GetRuntimeCallDescriptor() 260 locations.AddParam(regloc(kRuntimeCallArgCountRegister)); in GetRuntimeCallDescriptor() 264 locations.AddParam(regloc(kContextRegister)); in GetRuntimeCallDescriptor() 299 LinkageLocation target_loc = regloc(kJSFunctionRegister); in GetLazyBailoutDescriptor() 329 locations.AddReturn(regloc(kReturnRegister0)); in GetJSCallDescriptor() 340 locations.AddParam(regloc(kJavaScriptCallNewTargetRegister)); in GetJSCallDescriptor() 344 locations.AddParam(regloc(kJavaScriptCallArgCountRegister)); in GetJSCallDescriptor() [all …]
|
D | wasm-linkage.cc | 42 LinkageLocation regloc(Register reg) { in regloc() function 47 LinkageLocation regloc(DoubleRegister reg) { in regloc() function 161 return regloc(fp_regs[fp_offset++]); in Next() 170 return regloc(gp_regs[gp_offset++]); in Next()
|
D | c-linkage.cc | 17 LinkageLocation regloc(Register reg) { in regloc() function 165 locations.AddReturn(regloc(kReturnRegister0)); in GetSimplifiedCDescriptor() 168 locations.AddReturn(regloc(kReturnRegister1)); in GetSimplifiedCDescriptor() 190 locations.AddParam(regloc(kParamRegisters[i])); in GetSimplifiedCDescriptor()
|
/external/elfutils/libdwfl/ |
D | linux-core-attach.c | 241 const Ebl_Register_Location *regloc = reglocs + regloci; in core_set_initial_registers() local 243 if (regloc->bits != 32 && regloc->bits != 64) in core_set_initial_registers() 245 const char *reg_desc = desc + regloc->offset; in core_set_initial_registers() 246 for (unsigned regno = regloc->regno; in core_set_initial_registers() 247 regno < regloc->regno + (regloc->count ?: 1U); in core_set_initial_registers() 259 switch (regloc->bits) in core_set_initial_registers() 283 if (regloc->pc_register) in core_set_initial_registers() 285 reg_desc += regloc->pad; in core_set_initial_registers()
|
/external/elfutils/src/ |
D | readelf.c | 8841 handle_bit_registers (const Ebl_Register_Location *regloc, const void *desc, in handle_bit_registers() argument 8844 desc += regloc->offset; in handle_bit_registers() 8853 const Ebl_Register_Location *regloc, const void *desc, in handle_core_register() argument 8856 if (regloc->bits % 8 != 0) in handle_core_register() 8857 return handle_bit_registers (regloc, desc, colno); in handle_core_register() 8859 desc += regloc->offset; in handle_core_register() 8861 for (int reg = regloc->regno; reg < regloc->regno + regloc->count; ++reg) in handle_core_register() 8866 register_info (ebl, reg, regloc, name, &bits, &type); in handle_core_register() 8940 desc += regloc->pad; in handle_core_register() 8951 const Ebl_Register_Location *regloc; member [all …]
|