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

1 2 3

  /device/linaro/bootloader/edk2/ArmPlatformPkg/Drivers/PL35xSmc/
InitializeSMC.asm 37 // Write to set_cycle register(holding register for NOR 1 cycle register or NAND cycle register)
41 // Write to set_opmode register(holding register for NOR 1 opomode register or NAND opmode register)
45 // Write to direct_cmd register so that the NOR 1 registers(set-cycles and opmode) are updated with holding registers
  /external/valgrind/none/tests/mips64/
logical_instructions.c 6 AND=0, ANDI, LUI, NOR,
52 case NOR:
54 TEST1("nor $t0, $t1, $t2", reg_val1[i], reg_val1[N-i-1],
56 TEST1("nor $s0, $s1, $s2", reg_val2[i], reg_val2[N-i-1],
  /prebuilts/go/darwin-x86/src/cmd/internal/obj/mips/
anames.go 72 "NOR",
  /prebuilts/go/linux-x86/src/cmd/internal/obj/mips/
anames.go 72 "NOR",
  /prebuilts/go/darwin-x86/src/cmd/compile/internal/gc/testdata/
ctl.go 11 // nor_ssa calculates NOR(a, b).
40 print("nor(", a, ", ", b, ")=", want, " got ", got, "\n")
  /prebuilts/go/linux-x86/src/cmd/compile/internal/gc/testdata/
ctl.go 11 // nor_ssa calculates NOR(a, b).
40 print("nor(", a, ", ", b, ")=", want, " got ", got, "\n")
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/mmix/
list-insns.s 217 NOR $32,$170,$151
218 NOR $182,$20,245
list-insns.l 232 217 0348 C420AA97 NOR \$32,\$170,\$151
233 218 034c C5B614F5 NOR \$182,\$20,245
  /device/linaro/bootloader/edk2/ArmPlatformPkg/ArmVExpressPkg/Library/ArmVExpressSecLibCTA9x4/
CTA9x4Boot.asm 34 // NOR Flash 0
39 // NOR Flash 1
  /prebuilts/go/darwin-x86/src/runtime/internal/atomic/
asm_mipsx.s 140 NOR R0, R5
asm_mips64x.s 222 NOR R0, R5
  /prebuilts/go/linux-x86/src/runtime/internal/atomic/
asm_mipsx.s 140 NOR R0, R5
asm_mips64x.s 222 NOR R0, R5
  /external/llvm/lib/Target/Mips/InstPrinter/
MipsInstPrinter.cpp 259 case Mips::NOR:
262 // nor $r0, $r1, $zero => not $r0, $r1
265 // nor $r0, $r1, $zero => not $r0, $r1
  /external/pcre/dist2/src/sljit/
sljitNativeMIPS_32.c 121 FAIL_IF(push_inst(compiler, NOR | S(src2) | T(src2) | DA(EQUAL_FLAG), EQUAL_FLAG));
123 FAIL_IF(push_inst(compiler, NOR | S(src2) | T(src2) | D(dst), DR(dst)));
159 FAIL_IF(push_inst(compiler, NOR | S(src1) | T(src1) | DA(OVERFLOW_FLAG), OVERFLOW_FLAG));
238 FAIL_IF(push_inst(compiler, NOR | S(src1) | T(src1) | DA(OVERFLOW_FLAG), OVERFLOW_FLAG));
sljitNativeMIPS_64.c 213 FAIL_IF(push_inst(compiler, NOR | S(src2) | T(src2) | DA(EQUAL_FLAG), EQUAL_FLAG));
215 FAIL_IF(push_inst(compiler, NOR | S(src2) | T(src2) | D(dst), DR(dst)));
251 FAIL_IF(push_inst(compiler, NOR | S(src1) | T(src1) | DA(OVERFLOW_FLAG), OVERFLOW_FLAG));
330 FAIL_IF(push_inst(compiler, NOR | S(src1) | T(src1) | DA(OVERFLOW_FLAG), OVERFLOW_FLAG));
  /prebuilts/go/darwin-x86/src/cmd/internal/obj/ppc64/
anames.go 161 "NOR",
  /prebuilts/go/linux-x86/src/cmd/internal/obj/ppc64/
anames.go 161 "NOR",
  /prebuilts/go/darwin-x86/src/runtime/
asm_mips64x.s 442 NOR R0, R0 // prevent scheduling
868 NOR R0, R0 // NOP
871 NOR R0, R0 // NOP
asm_mipsx.s 441 NOR R0, R0 // prevent scheduling
944 NOR R0, R0 // NOP
947 NOR R0, R0 // NOP
  /prebuilts/go/linux-x86/src/runtime/
asm_mips64x.s 442 NOR R0, R0 // prevent scheduling
868 NOR R0, R0 // NOP
871 NOR R0, R0 // NOP
  /prebuilts/go/darwin-x86/src/cmd/compile/internal/ssa/gen/
MIPS64Ops.go 187 {name: "NOR", argLength: 2, reg: gp21, asm: "NOR", commutative: true}, // ^(arg0 | arg1)
188 {name: "NORconst", argLength: 1, reg: gp11, asm: "NOR", aux: "Int64"}, // ^(arg0 | auxInt)
MIPSOps.go 171 {name: "NOR", argLength: 2, reg: gp21, asm: "NOR", commutative: true}, // ^(arg0 | arg1)
172 {name: "NORconst", argLength: 1, reg: gp11, asm: "NOR", aux: "Int32"}, // ^(arg0 | auxInt)
  /prebuilts/go/linux-x86/src/cmd/compile/internal/ssa/gen/
MIPS64Ops.go 187 {name: "NOR", argLength: 2, reg: gp21, asm: "NOR", commutative: true}, // ^(arg0 | arg1)
188 {name: "NORconst", argLength: 1, reg: gp11, asm: "NOR", aux: "Int64"}, // ^(arg0 | auxInt)
MIPSOps.go 171 {name: "NOR", argLength: 2, reg: gp21, asm: "NOR", commutative: true}, // ^(arg0 | arg1)
172 {name: "NORconst", argLength: 1, reg: gp11, asm: "NOR", aux: "Int32"}, // ^(arg0 | auxInt)

Completed in 419 milliseconds

1 2 3