Searched refs:reg2hex (Results 1 – 2 of 2) sorted by relevance
87 static const int reg2hex[] = { variable114 return reg2hex[dst_reg] << 4 | reg2hex[src_reg]; in reg()119 return reg2hex[reg] << 4; in reg_high()124 u32 r1 = reg2hex[b1]; in reg_set_seen()746 probe->reg = reg2hex[insn->dst_reg]; in bpf_jit_probe_load_pre()2677 reg2hex[arg] << 12); in __arch_prepare_bpf_trampoline()
178 static const int reg2hex[] = { variable275 return byte + reg2hex[dst_reg]; in add_1reg()281 return byte + reg2hex[dst_reg] + (reg2hex[src_reg] << 3); in add_2reg()1365 u8 vvvv = reg2hex[src_reg2]; in emit_3vex()