Searched refs:rl (Results 1 – 6 of 6) sorted by relevance
| /rk3399_rockchip-uboot/drivers/bios_emulator/x86emu/ |
| H A D | ops2.c | 169 int mod, rl, rh; in x86emuOp2_set_byte() local 245 FETCH_DECODE_MODRM(mod, rh, rl); in x86emuOp2_set_byte() 247 destoffset = decode_rmXX_address(mod, rl); in x86emuOp2_set_byte() 251 destreg = DECODE_RM_BYTE_REGISTER(rl); in x86emuOp2_set_byte() 293 int mod, rl, rh; in x86emuOp2_bt_R() local 299 FETCH_DECODE_MODRM(mod, rh, rl); in x86emuOp2_bt_R() 301 srcoffset = decode_rmXX_address(mod, rl); in x86emuOp2_bt_R() 329 srcreg = DECODE_RM_LONG_REGISTER(rl); in x86emuOp2_bt_R() 338 srcreg = DECODE_RM_WORD_REGISTER(rl); in x86emuOp2_bt_R() 356 int mod, rl, rh; in x86emuOp2_shld_IMM() local [all …]
|
| H A D | ops.c | 206 int mod, rl, rh; in x86emuOp_genop_byte_RM_R() local 216 FETCH_DECODE_MODRM(mod, rh, rl); in x86emuOp_genop_byte_RM_R() 218 { destoffset = decode_rmXX_address(mod,rl); in x86emuOp_genop_byte_RM_R() 229 destreg = DECODE_RM_BYTE_REGISTER(rl); in x86emuOp_genop_byte_RM_R() 246 int mod, rl, rh; in x86emuOp_genop_word_RM_R() local 254 FETCH_DECODE_MODRM(mod, rh, rl); in x86emuOp_genop_word_RM_R() 257 destoffset = decode_rmXX_address(mod,rl); in x86emuOp_genop_word_RM_R() 285 destreg = DECODE_RM_LONG_REGISTER(rl); in x86emuOp_genop_word_RM_R() 294 destreg = DECODE_RM_WORD_REGISTER(rl); in x86emuOp_genop_word_RM_R() 312 int mod, rl, rh; in x86emuOp_genop_byte_R_RM() local [all …]
|
| /rk3399_rockchip-uboot/include/linux/ |
| H A D | math64.h | 194 } rl, rm, rn, rh, a0, b0; in mul_u64_u64_shr() local 200 rl.ll = mul_u32_u32(a0.l.low, b0.l.low); in mul_u64_u64_shr() 210 rl.l.high = c = (u64)rl.l.high + rm.l.low + rn.l.low; in mul_u64_u64_shr() 219 return rl.ll; in mul_u64_u64_shr() 221 return (rl.ll >> shift) | (rh.ll << (64 - shift)); in mul_u64_u64_shr() 240 } u, rl, rh; in mul_u64_u32_div() local 243 rl.ll = mul_u32_u32(u.l.low, mul); in mul_u64_u32_div() 244 rh.ll = mul_u32_u32(u.l.high, mul) + rl.l.high; in mul_u64_u32_div() 247 rl.l.high = do_div(rh.ll, divisor); in mul_u64_u32_div() 250 do_div(rl.ll, divisor); in mul_u64_u32_div() [all …]
|
| /rk3399_rockchip-uboot/drivers/bios_emulator/include/x86emu/ |
| H A D | decode.h | 46 #define FETCH_DECODE_MODRM(mod,rh,rl) fetch_decode_modrm(&mod,&rh,&rl) argument
|
| /rk3399_rockchip-uboot/drivers/video/ |
| H A D | ipu_regs.h | 260 u32 rl[5]; member 385 #define DC_RL_CH(ch, evt) (&dc_ch_offset(ch)->rl[evt / 2])
|
| /rk3399_rockchip-uboot/scripts/ |
| H A D | checkpatch.pl | 5966 my $rl = raw_line($linenr, $n); 5967 $herectx .= $rl . "\n"; 5968 $ok = 1 if ($rl =~ /^[ \+]\{/); 5969 $ok = 1 if ($rl =~ /\{/ && $n == 0); 5970 last if $rl =~ /^[ \+].*\{/;
|