Searched refs:vx (Results 1 – 9 of 9) sorted by relevance
| /arch/mips/math-emu/ |
| A D | sp_cmp.c | 14 int vx; in ieee754sp_cmp() local 32 vx = x.bits; in ieee754sp_cmp() 35 if (vx < 0) in ieee754sp_cmp() 36 vx = -vx ^ SP_SIGN_BIT; in ieee754sp_cmp() 40 if (vx < vy) in ieee754sp_cmp() 42 else if (vx == vy) in ieee754sp_cmp()
|
| A D | dp_cmp.c | 14 s64 vx; in ieee754dp_cmp() local 32 vx = x.bits; in ieee754dp_cmp() 35 if (vx < 0) in ieee754dp_cmp() 36 vx = -vx ^ DP_SIGN_BIT; in ieee754dp_cmp() 40 if (vx < vy) in ieee754dp_cmp() 42 else if (vx == vy) in ieee754dp_cmp()
|
| /arch/x86/kvm/ |
| A D | xen.c | 364 sizeof(vx->current_runstate)); in kvm_xen_update_runstate_guest() 366 sizeof(vx->current_runstate)); in kvm_xen_update_runstate_guest() 391 sizeof(vx->runstate_times)); in kvm_xen_update_runstate_guest() 548 entry_time = vx->runstate_entry_time; in kvm_xen_update_runstate_guest() 560 *rs_state = vx->current_runstate; in kvm_xen_update_runstate_guest() 562 memcpy(rs_times + 1, vx->runstate_times, sizeof(vx->runstate_times)); in kvm_xen_update_runstate_guest() 608 vx->last_steal = run_delay; in kvm_xen_update_runstate() 610 vx->runstate_times[vx->current_runstate] += delta_ns; in kvm_xen_update_runstate() 611 vx->current_runstate = state; in kvm_xen_update_runstate() 612 vx->runstate_entry_time = now; in kvm_xen_update_runstate() [all …]
|
| /arch/riscv/crypto/ |
| A D | aes-riscv64-zvkned-zvkb.S | 102 vadd.vx v16, v16, VL_BLOCKS, v0.t 129 vadd.vx v16, v16, VL_BLOCKS, v0.t
|
| A D | aes-riscv64-zvkned.S | 149 vslidedown.vx v24, v20, t1 // Save last ciphertext block 263 vslidedown.vx v16, v20, t1 // Save last ciphertext block of this set 274 vslidedown.vx v20, v20, t1 // Extract raw plaintext of last full block
|
| A D | aes-riscv64-zvkned-zvbb-zvkg.S | 216 vslidedown.vx TWEAKS_BREV, TWEAKS_BREV, t0 // Extract last tweak
|
| /arch/powerpc/crypto/ |
| A D | ppc-xlate.pl | 139 my ($f,$vx,$vy) = @_; 140 " vor $vx,$vy,$vy";
|
| /arch/s390/include/asm/ |
| A D | ctlreg.h | 215 unsigned long vx : 1; /* Vector enablement control */ member
|
| /arch/s390/tools/ |
| A D | opcodes.txt | 984 e76d vx VRR_VVV
|
Completed in 24 milliseconds