Home
last modified time | relevance | path

Searched refs:rel_offset (Results 1 – 4 of 4) sorted by relevance

/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/MIR/AArch64/
Dcfi.mir28 ; CHECK: CFI_INSTRUCTION rel_offset $w30, -8
29 frame-setup CFI_INSTRUCTION rel_offset $w30, -8
/external/mesa3d/src/intel/compiler/
Dbrw_fs_copy_propagation.cpp482 const unsigned rel_offset = inst->src[arg].offset - entry->dst.offset; in try_copy_propagate() local
488 const unsigned component = rel_offset / type_sz(entry->dst.type); in try_copy_propagate()
489 const unsigned suboffset = rel_offset % type_sz(entry->dst.type); in try_copy_propagate()
Dbrw_fs.cpp2808 const int rel_offset = reg_offset(s) - reg_offset(r); in mask_relative_to() local
2809 const int shift = rel_offset / REG_SIZE; in mask_relative_to()
2810 const unsigned n = DIV_ROUND_UP(rel_offset % REG_SIZE + ds, REG_SIZE); in mask_relative_to()
2952 const unsigned rel_offset = reg_offset(scan_inst->dst) - in compute_to_mrf() local
2959 assert(rel_offset < 2 * REG_SIZE); in compute_to_mrf()
2960 scan_inst->dst.nr = inst->dst.nr + rel_offset / REG_SIZE * 4; in compute_to_mrf()
2972 scan_inst->dst.nr = inst->dst.nr + rel_offset / REG_SIZE; in compute_to_mrf()
2976 scan_inst->dst.offset = inst->dst.offset + rel_offset % REG_SIZE; in compute_to_mrf()
/external/google-breakpad/src/third_party/libdisasm/swig/
Dlibdisasm_oop.i569 long rel_offset() { in rel_offset() function