Searched refs:spoff (Results 1 – 3 of 3) sorted by relevance
/third_party/libunwind/src/ia64/ |
D | Gparser.c | 460 desc_reg_sprel (unsigned char reg, unw_word spoff, in desc_reg_sprel() argument 464 sr->region_start + sr->region_len - 1, 4 * spoff); in desc_reg_sprel() 613 unw_word spoff, struct ia64_state_record *sr) in desc_spill_sprel_p() argument 623 r->val = 4 * spoff; in desc_spill_sprel_p()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Mips/ |
D | MipsInstrInfo.td | 2326 def MIPSeh_return32 : MipsPseudo<(outs), (ins GPR32:$spoff, GPR32:$dst), 2327 [(MIPSehret GPR32:$spoff, GPR32:$dst)]>; 2328 def MIPSeh_return64 : MipsPseudo<(outs), (ins GPR64:$spoff, GPR64:$dst), 2329 [(MIPSehret GPR64:$spoff, GPR64:$dst)]>;
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/configs/common/lib/Target/Mips/ |
D | MipsGenDAGISel.inc | 24412 /* 45715*/ OPC_RecordChild1, // #1 = $spoff 24420 … // Src: (MIPSehret GPR32:{ *:[i32] }:$spoff, GPR32:{ *:[i32] }:$dst) - Complexity = 3 24421 // Dst: (MIPSeh_return32 GPR32:{ *:[i32] }:$spoff, GPR32:{ *:[i32] }:$dst) 24429 … // Src: (MIPSehret GPR64:{ *:[i64] }:$spoff, GPR64:{ *:[i64] }:$dst) - Complexity = 3 24430 // Dst: (MIPSeh_return64 GPR64:{ *:[i64] }:$spoff, GPR64:{ *:[i64] }:$dst)
|