Searched refs:rh (Results 1 – 9 of 9) sorted by relevance
/u-boot/drivers/bios_emulator/x86emu/ |
A D | ops2.c | 169 int mod, rl, rh; in x86emuOp2_set_byte() local 293 int mod, rl, rh; in x86emuOp2_bt_R() local 356 int mod, rl, rh; in x86emuOp2_shld_IMM() local 427 int mod, rl, rh; in x86emuOp2_shld_CL() local 517 int mod, rl, rh; in x86emuOp2_bts_R() local 590 int mod, rl, rh; in x86emuOp2_shrd_IMM() local 1078 switch (rh) { in x86emuOp2_btX_I() 1112 switch (rh) { in x86emuOp2_btX_I() 1132 switch (rh) { in x86emuOp2_btX_I() 1158 switch (rh) { in x86emuOp2_btX_I() [all …]
|
A D | ops.c | 1291 switch (rh) { in x86emuOp_opc80_byte_RM_IMM() 1330 if (rh != 7) in x86emuOp_opc80_byte_RM_IMM() 1339 if (rh != 7) in x86emuOp_opc80_byte_RM_IMM() 1369 switch (rh) { in x86emuOp_opc81_word_RM_IMM() 1484 switch (rh) { in x86emuOp_opc82_byte_RM_IMM() 1522 if (rh != 7) in x86emuOp_opc82_byte_RM_IMM() 1530 if (rh != 7) in x86emuOp_opc82_byte_RM_IMM() 3093 switch (rh) { in x86emuOp_opcC0_byte_RM_MEM() 3168 switch (rh) { in x86emuOp_opcC1_word_RM_MEM() 4894 if (rh == 0) in x86emuOp_opcFE_byte_RM() [all …]
|
/u-boot/include/linux/ |
A D | math64.h | 194 } rl, rm, rn, rh, a0, b0; in mul_u64_u64_shr() local 203 rh.ll = mul_u32_u32(a0.l.high, b0.l.high); in mul_u64_u64_shr() 211 rh.l.low = c = (c >> 32) + rm.l.high + rn.l.high + rh.l.low; in mul_u64_u64_shr() 212 rh.l.high = (c >> 32) + rh.l.high; in mul_u64_u64_shr() 221 return (rl.ll >> shift) | (rh.ll << (64 - shift)); in mul_u64_u64_shr() 222 return rh.ll >> (shift & 63); in mul_u64_u64_shr() 240 } u, rl, rh; in mul_u64_u32_div() local 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() 252 rl.l.high = rh.l.low; in mul_u64_u32_div()
|
/u-boot/drivers/bios_emulator/include/x86emu/ |
A D | decode.h | 46 #define FETCH_DECODE_MODRM(mod,rh,rl) fetch_decode_modrm(&mod,&rh,&rl) argument
|
/u-boot/drivers/usb/host/ |
A D | usb-uclass.c | 177 struct udevice *rh; in usb_stop() local 195 device_find_first_child(bus, &rh); in usb_stop() 196 if (rh) { in usb_stop() 201 ret = device_unbind(rh); in usb_stop()
|
A D | ohci.h | 405 struct virt_root_hub rh; member
|
A D | ohci-hcd.c | 1355 ohci->rh.devnum = wValue; in ohci_submit_rh_msg() 1753 if (((pipe >> 8) & 0x7f) == ohci->rh.devnum) { in _ohci_submit_control_msg() 1754 ohci->rh.dev = dev; in _ohci_submit_control_msg() 1896 ohci->rh.devnum = 0; in hc_start()
|
/u-boot/disk/ |
A D | part_dos.c | 324 static void lba_to_chs(lbaint_t lba, unsigned char *rc, unsigned char *rh, in lba_to_chs() argument 343 *rh = h; in lba_to_chs()
|
/u-boot/doc/ |
A D | README.arm-relocation | 116 GNU gdb Red Hat Linux (6.7-2rh)
|
Completed in 24 milliseconds