| /linux/arch/powerpc/math-emu/ |
| H A D | math.c | 228 void *op0 = NULL, *op1 = NULL, *op2 = NULL, *op3 = NULL; in do_mathemu() local 332 op0 = (void *)¤t->thread.TS_FPR((insn >> 21) & 0x1f); in do_mathemu() 338 op0 = (void *)¤t->thread.TS_FPR((insn >> 21) & 0x1f); in do_mathemu() 344 op0 = (void *)¤t->thread.TS_FPR((insn >> 21) & 0x1f); in do_mathemu() 353 op0 = (void *)¤t->thread.TS_FPR((insn >> 21) & 0x1f); in do_mathemu() 363 op0 = (void *)¤t->thread.TS_FPR((insn >> 21) & 0x1f); in do_mathemu() 368 op0 = (void *)¤t->thread.TS_FPR((insn >> 21) & 0x1f); in do_mathemu() 372 op0 = (void *)¤t->thread.TS_FPR((insn >> 21) & 0x1f); in do_mathemu() 377 op0 = (void *)¤t->thread.TS_FPR((insn >> 21) & 0x1f); in do_mathemu() 383 op0 = (void *)¤t->thread.TS_FPR((insn >> 21) & 0x1f); in do_mathemu() [all …]
|
| /linux/arch/x86/crypto/ |
| H A D | cast6-avx-x86_64-asm_64.S | 106 #define F_head(a, x, gi1, gi2, op0) \ argument 107 op0 a, RKM, x; \ 129 #define F_2(a1, b1, a2, b2, op0, op1, op2, op3) \ argument 130 F_head(b1, RX, RGI1, RGI2, op0); \ 131 F_head(b2, RX, RGI3, RGI4, op0); \
|
| /linux/scripts/gcc-plugins/ |
| H A D | randomize_layout_plugin.c | 724 const_tree op0; in find_bad_casts_execute() local 785 op0 = TREE_OPERAND(rhs1, 0); in find_bad_casts_execute() 787 if (op0 == NULL_TREE) in find_bad_casts_execute() 790 if (TREE_CODE(op0) != VAR_DECL) in find_bad_casts_execute() 793 op0_type = TYPE_MAIN_VARIANT(strip_array_types(TYPE_MAIN_VARIANT(TREE_TYPE(op0)))); in find_bad_casts_execute()
|
| /linux/arch/powerpc/include/asm/ |
| H A D | mpc52xx_psc.h | 205 u8 op0; /* PSC + 0x3c */ member 346 u8 op0; /* PSC + 0x4c */ member
|
| /linux/arch/m68k/fpsp040/ |
| H A D | bugfix.S | 187 | op0. Else, or if opclass2, check for cu dest equal to 203 beqs op0 |if equal, continue bugfix 210 beqs op0 |if equal, continue bugfix 224 op0: label
|
| /linux/tools/arch/arm64/include/asm/ |
| H A D | esr.h | 217 #define ESR_ELx_SYS64_ISS_SYS_VAL(op0, op1, op2, crn, crm) \ argument 218 (((op0) << ESR_ELx_SYS64_ISS_OP0_SHIFT) | \
|
| /linux/tools/testing/selftests/kvm/arm64/ |
| H A D | get-reg-list.c | 214 unsigned op0, op1, crn, crm, op2; in print_reg() local 264 op0 = (id & KVM_REG_ARM64_SYSREG_OP0_MASK) >> KVM_REG_ARM64_SYSREG_OP0_SHIFT; in print_reg() 269 TEST_ASSERT(id == ARM64_SYS_REG(op0, op1, crn, crm, op2), in print_reg() 271 printf("\tARM64_SYS_REG(%d, %d, %d, %d, %d),\n", op0, op1, crn, crm, op2); in print_reg()
|
| /linux/arch/arm64/include/asm/ |
| H A D | sysreg.h | 40 #define sys_reg(op0, op1, crn, crm, op2) \ argument 41 (((op0) << Op0_shift) | ((op1) << Op1_shift) | \ 117 #define __SYS_BARRIER_INSN(op0, op1, CRn, CRm, op2, Rt) \ argument 119 sys_insn((op0), (op1), (CRn), (CRm), (op2)) | \
|
| /linux/drivers/infiniband/hw/mthca/ |
| H A D | mthca_qp.c | 1647 u8 op0 = 0; in mthca_tavor_post_send() local 1795 op0 = mthca_opcode[wr->opcode]; in mthca_tavor_post_send() 1810 qp->send_wqe_offset) | f0 | op0, in mthca_tavor_post_send() 1951 u8 op0 = 0; in mthca_arbel_post_send() local 1964 ((qp->sq.head & 0xffff) << 8) | f0 | op0; in mthca_arbel_post_send() 2125 op0 = mthca_opcode[wr->opcode]; in mthca_arbel_post_send() 2137 dbhi = (nreq << 24) | ((qp->sq.head & 0xffff) << 8) | f0 | op0; in mthca_arbel_post_send()
|
| /linux/arch/xtensa/kernel/ |
| H A D | align.S | 174 extui a0, a4, INSN_OP0, 4 # get insn.op0 nibble 239 extui a5, a4, INSN_OP0, 4 # get insn.op0 nibble
|
| /linux/Documentation/virt/kvm/ |
| H A D | api.rst | 2620 0x6030 0000 0013 <op0:2> <op1:3> <crn:4> <crm:4> <op2:3> 6303 op0==3, op1=={0, 1, 3}, CRn==0, CRm=={0-7}, op2=={0-7}. 6306 ``ARM64_FEATURE_ID_RANGE_IDX(op0, op1, crn, crm, op2)``, allowing userspace 6308 ``op0, op1, crn, crm, op2``. KVM rejects ID register values that describe a
|