HomeSort by relevance Sort by last modified time
    Searched refs:SUBF (Results 1 - 25 of 30) sorted by null

1 2

  /prebuilts/go/darwin-x86/src/cmd/internal/obj/arm/
anames.go 52 "SUBF",
  /prebuilts/go/darwin-x86/src/cmd/internal/obj/mips/
anames.go 87 "SUBF",
  /prebuilts/go/linux-x86/src/cmd/internal/obj/arm/
anames.go 52 "SUBF",
  /prebuilts/go/linux-x86/src/cmd/internal/obj/mips/
anames.go 87 "SUBF",
  /toolchain/binutils/binutils-2.25/include/opcode/
dlx.h 41 #define SUBF 0x00000022
173 { "sub", (ALUOP|SUBF), "c,a,b" }, /* SUB */
  /toolchain/binutils/binutils-2.25/opcodes/
tic80-opc.c 363 #define SUBF (SUI + 1)
368 #define LSI (SUBF + 1)
633 {"and", OP_SI(0x11), MASK_SI, 0, {SUBF, REG_22, REG_DEST} },
636 {"and.tt", OP_SI(0x11), MASK_SI, 0, {SUBF, REG_22, REG_DEST} },
642 {"and.ff", OP_SI(0x18), MASK_SI, 0, {SUBF, REG_22, REG_DEST} },
648 {"and.ft", OP_SI(0x14), MASK_SI, 0, {SUBF, REG_22, REG_DEST} },
654 {"and.tf", OP_SI(0x12), MASK_SI, 0, {SUBF, REG_22, REG_DEST} },
    [all...]
dlx-dis.c 118 { SUBF, "sub" }, /* SUB */
  /external/pcre/dist2/src/sljit/
sljitNativePPC_32.c 151 return push_inst(compiler, SUBF | D(dst) | A(src2) | B(src1));
sljitNativePPC_64.c 273 return push_inst(compiler, SUBF | D(dst) | A(src2) | B(src1));
sljitNativePPC_common.c 218 #define SUBF (HI(31) | LO(40))
    [all...]
  /prebuilts/go/darwin-x86/src/cmd/compile/internal/ssa/gen/
MIPS64Ops.go 174 {name: "SUBF", argLength: 2, reg: fp21, asm: "SUBF"}, // arg0 - arg1
MIPSOps.go 158 {name: "SUBF", argLength: 2, reg: fp21, asm: "SUBF"}, // arg0 - arg1
ARMOps.go 173 {name: "SUBF", argLength: 2, reg: fp21, asm: "SUBF"}, // arg0 - arg1
    [all...]
  /prebuilts/go/linux-x86/src/cmd/compile/internal/ssa/gen/
MIPS64Ops.go 174 {name: "SUBF", argLength: 2, reg: fp21, asm: "SUBF"}, // arg0 - arg1
MIPSOps.go 158 {name: "SUBF", argLength: 2, reg: fp21, asm: "SUBF"}, // arg0 - arg1
ARMOps.go 173 {name: "SUBF", argLength: 2, reg: fp21, asm: "SUBF"}, // arg0 - arg1
    [all...]
  /external/llvm/lib/Target/PowerPC/
PPCFastISel.cpp     [all...]
PPCInstrInfo.cpp     [all...]
PPCISelLowering.cpp     [all...]
  /external/swiftshader/third_party/LLVM/lib/Target/PowerPC/
PPCISelLowering.cpp     [all...]
  /prebuilts/go/darwin-x86/src/cmd/vendor/golang.org/x/arch/ppc64/ppc64asm/
tables.go 98 SUBF
1425 SUBF: "subf",
1426 SUBF_: "subf.",
    [all...]
  /prebuilts/go/linux-x86/src/cmd/vendor/golang.org/x/arch/ppc64/ppc64asm/
tables.go 98 SUBF
1425 SUBF: "subf",
1426 SUBF_: "subf.",
    [all...]
  /prebuilts/go/darwin-x86/src/cmd/compile/internal/ssa/
rewriteMIPS.go     [all...]
opGen.go     [all...]
  /prebuilts/go/linux-x86/src/cmd/compile/internal/ssa/
rewriteMIPS.go     [all...]

Completed in 521 milliseconds

1 2