Lines Matching refs:OP_IMM3
428 #define OP_IMM3(op, r1, r2, imm_val, ctx) \ macro
616 OP_IMM3(ARM_ADD, r_off, r_X, k, ctx); in build_body()
672 OP_IMM3(ARM_ADD, r_A, r_A, k, ctx); in build_body()
680 OP_IMM3(ARM_SUB, r_A, r_A, k, ctx); in build_body()
723 OP_IMM3(ARM_ORR, r_A, r_A, k, ctx); in build_body()
731 OP_IMM3(ARM_EOR, r_A, r_A, k, ctx); in build_body()
741 OP_IMM3(ARM_AND, r_A, r_A, k, ctx); in build_body()
867 OP_IMM3(ARM_BIC, r_scratch, ARM_SP, THREAD_SIZE - 1, ctx); in build_body()
924 OP_IMM3(ARM_AND, r_A, r_A, ~VLAN_TAG_PRESENT, ctx); in build_body()
926 OP_IMM3(ARM_LSR, r_A, r_A, 12, ctx); in build_body()
927 OP_IMM3(ARM_AND, r_A, r_A, 0x1, ctx); in build_body()