Home
last modified time | relevance | path

Searched refs:operand2 (Results 1 – 7 of 7) sorted by relevance

/openbmc/linux/arch/s390/kvm/
H A Dpriv.c124 u64 operand2; in handle_set_prefix() local
134 operand2 = kvm_s390_get_base_disp_s(vcpu, &ar); in handle_set_prefix()
137 if (operand2 & 3) in handle_set_prefix()
141 rc = read_guest(vcpu, operand2, ar, &address, sizeof(address)); in handle_set_prefix()
162 u64 operand2; in handle_store_prefix() local
172 operand2 = kvm_s390_get_base_disp_s(vcpu, &ar); in handle_store_prefix()
175 if (operand2 & 3) in handle_store_prefix()
181 rc = write_guest(vcpu, operand2, ar, &address, sizeof(address)); in handle_store_prefix()
185 VCPU_EVENT(vcpu, 3, "STPX: storing prefix 0x%x into 0x%llx", address, operand2); in handle_store_prefix()
829 u64 operand2; in handle_stidp() local
[all …]
/openbmc/linux/drivers/misc/sgi-gru/
H A Dgru_instructions.h534 unsigned long operand1, unsigned long operand2, in gru_gamer() argument
541 ins->op2_value_baddr1 = operand2; in gru_gamer()
548 unsigned long operand2, unsigned long hints) in gru_gamerr() argument
554 ins->op2_value_baddr1 = operand2; in gru_gamerr()
/openbmc/linux/tools/testing/selftests/bpf/verifier/
H A Datomic_fetch.c95 #define __ATOMIC_FETCH_OP_TEST(src_reg, dst_reg, operand1, op, operand2, expect) \ argument
103 BPF_MOV64_IMM(src_reg, operand2), \
/openbmc/linux/kernel/trace/
H A Dtrace_events_hist.c317 struct hist_field *operand2 = hist_field->operands[1]; in hist_field_plus() local
320 u64 val2 = hist_fn_call(operand2, elt, buffer, rbe, event); in hist_field_plus()
332 struct hist_field *operand2 = hist_field->operands[1]; in hist_field_minus() local
335 u64 val2 = hist_fn_call(operand2, elt, buffer, rbe, event); in hist_field_minus()
347 struct hist_field *operand2 = hist_field->operands[1]; in hist_field_div() local
350 u64 val2 = hist_fn_call(operand2, elt, buffer, rbe, event); in hist_field_div()
370 struct hist_field *operand2 = hist_field->operands[1]; in div_by_power_of_two() local
374 return val1 >> __ffs64(operand2->constant); in div_by_power_of_two()
384 struct hist_field *operand2 = hist_field->operands[1]; in div_by_not_power_of_two() local
388 return div64_u64(val1, operand2->constant); in div_by_not_power_of_two()
[all …]
/openbmc/linux/tools/arch/x86/lib/
H A Dx86-opcode-map.txt11 # opcode: mnemonic|GrpXXX [operand1[,operand2...]] [(extra1)[,(extra2)...] [| 2nd-mnemonic ...]
21 # reg: mnemonic [operand1[,operand2...]] [(extra1)[,(extra2)...] [| 2nd-mnemonic ...]
/openbmc/linux/arch/x86/lib/
H A Dx86-opcode-map.txt11 # opcode: mnemonic|GrpXXX [operand1[,operand2...]] [(extra1)[,(extra2)...] [| 2nd-mnemonic ...]
21 # reg: mnemonic [operand1[,operand2...]] [(extra1)[,(extra2)...] [| 2nd-mnemonic ...]
/openbmc/qemu/tcg/arm/
H A Dtcg-target.c.inc501 * mov operand2: values represented with x << (2 * y), x < 0x100