/toolchain/binutils/binutils-2.27/cpu/ |
or1k.cpu | 33 (machs or32 or32nd or64 or64nd) 46 (define-pmacro OR64-MACHS or64,or64nd) 47 (define-pmacro ORBIS-MACHS or32,or32nd,or64,or64nd) 48 (define-pmacro ORFPX-MACHS or32,or32nd,or64,or64nd) 49 (define-pmacro ORFPX32-MACHS or32,or32nd,or64,or64nd) 50 (define-pmacro ORFPX64-MACHS or64,or64nd) 102 (if (keep-mach? (or64 or64nd)) 114 (name or64)
|
/external/llvm/lib/Target/Mips/ |
Mips64r6InstrInfo.td | 156 (OR64 (SELNEZ64 i64:$t, i64:$cond), 160 (OR64 (SELEQZ64 i64:$t, i64:$cond), 164 (OR64 (SELNEZ64 i64:$t, i64:$cond), 168 (OR64 (SELEQZ64 i64:$t, (XORi64 i64:$cond, immZExt16_64:$imm)), 172 (OR64 (SELNEZ64 i64:$t, (XORi64 i64:$cond, immZExt16_64:$imm)), 177 (OR64 (SELEQZ64 i64:$t, 186 (OR64 (SELEQZ64 i64:$t, 208 (OR64 (SELNEZ64 i64:$t, (SLL64_32 i32:$cond)), 212 (OR64 (SELEQZ64 i64:$t, (SLL64_32 i32:$cond)), 216 (OR64 (SELNEZ64 i64:$t, (SLL64_32 i32:$cond)) [all...] |
Mips64InstrInfo.td | 133 def OR64 : ArithLogicR<"or", GPR64Opnd, 1, II_OR, or>, ADD_FM<0, 0x25>; 635 (OR64 GPR64Opnd:$dst, GPR64Opnd:$src, ZERO_64), 1>, [all...] |
MipsSEInstrInfo.cpp | 147 Opc = Mips::OR64, ZeroReg = Mips::ZERO_64;
|
/prebuilts/go/darwin-x86/test/ |
armimm.go | 85 func or64(x uint64) uint64 { func 164 if want, got = a|c64a, or64(a); got != want { 165 panic(fmt.Sprintf("or64(%x) = %x, want %x", a, got, want))
|
/prebuilts/go/linux-x86/test/ |
armimm.go | 85 func or64(x uint64) uint64 { func 164 if want, got = a|c64a, or64(a); got != want { 165 panic(fmt.Sprintf("or64(%x) = %x, want %x", a, got, want))
|
/external/llvm/test/Transforms/SimplifyCFG/ |
merge-cond-stores-2.ll | 187 %or64 = or i32 %13, 131072 188 store i32 %or64, i32* %b, align 4 192 %14 = phi i32 [ %13, %if.end60 ], [ %or64, %if.then63 ]
|
/external/llvm/lib/Target/Mips/MCTargetDesc/ |
MipsABIInfo.cpp | 107 return ArePtrs64bit() ? Mips::OR64 : Mips::OR;
|
MipsTargetStreamer.cpp | [all...] |
/external/llvm/test/CodeGen/WebAssembly/ |
i64.ll | 92 ; CHECK-LABEL: or64: 97 define i64 @or64(i64 %x, i64 %y) {
|
/prebuilts/go/darwin-x86/src/cmd/compile/internal/ssa/gen/ |
generic.rules | 135 (Or64 (Const64 [c]) (Const64 [d])) -> (Const64 [c|d]) [all...] |
dec64.rules | 93 (Or64 x y) ->
|
genericOps.go | 95 {name: "Or64", argLength: 2, commutative: true},
|
MIPS64.rules | 61 (Or64 x y) -> (OR x y) [all...] |
PPC64.rules | 311 (Or64 x y) -> (OR x y) [all...] |
/prebuilts/go/linux-x86/src/cmd/compile/internal/ssa/gen/ |
generic.rules | 135 (Or64 (Const64 [c]) (Const64 [d])) -> (Const64 [c|d]) [all...] |
dec64.rules | 93 (Or64 x y) ->
|
genericOps.go | 95 {name: "Or64", argLength: 2, commutative: true},
|
MIPS64.rules | 61 (Or64 x y) -> (OR x y) [all...] |
/external/valgrind/ |
README.aarch64 | 187 1Sto64(CmpNEZ64( Or64(GET:I64(1192),GET:I64(1184)) ))
|
/external/swiftshader/third_party/LLVM/lib/Target/Mips/ |
Mips64InstrInfo.td | 111 def OR64 : ArithLogicR<0x00, 0x25, "or", or, IIAlu, CPU64Regs, 1>;
|
/external/llvm/test/CodeGen/X86/ |
2009-06-02-RewriterBug.ll | 27 %or64 = or i64 %or55, 0 ; <i64> [#uses=1] 32 %add99 = add i64 %add98, %or64 ; <i64> [#uses=1]
|
/external/swiftshader/third_party/LLVM/test/CodeGen/X86/ |
2009-06-02-RewriterBug.ll | 27 %or64 = or i64 %or55, 0 ; <i64> [#uses=1] 32 %add99 = add i64 %add98, %or64 ; <i64> [#uses=1]
|
/external/valgrind/VEX/priv/ |
ir_opt.c | [all...] |
host_x86_isel.c | [all...] |