HomeSort by relevance Sort by last modified time
    Searched defs:LMathClz32 (Results 1 - 9 of 9) sorted by null

  /external/v8/src/crankshaft/arm/
lithium-arm.h 898 class LMathClz32 final : public LTemplateInstruction<1, 1, 0> {
900 explicit LMathClz32(LOperand* value) {
    [all...]
  /external/v8/src/crankshaft/arm64/
lithium-arm64.h     [all...]
  /external/v8/src/crankshaft/ia32/
lithium-ia32.h 905 class LMathClz32 final : public LTemplateInstruction<1, 1, 0> {
907 explicit LMathClz32(LOperand* value) {
    [all...]
  /external/v8/src/crankshaft/mips/
lithium-mips.h 875 class LMathClz32 final : public LTemplateInstruction<1, 1, 0> {
877 explicit LMathClz32(LOperand* value) {
    [all...]
  /external/v8/src/crankshaft/mips64/
lithium-mips64.h 893 class LMathClz32 final : public LTemplateInstruction<1, 1, 0> {
895 explicit LMathClz32(LOperand* value) {
    [all...]
  /external/v8/src/crankshaft/ppc/
lithium-ppc.h 896 class LMathClz32 final : public LTemplateInstruction<1, 1, 0> {
898 explicit LMathClz32(LOperand* value) { inputs_[0] = value; }
    [all...]
  /external/v8/src/crankshaft/s390/
lithium-s390.h 831 class LMathClz32 final : public LTemplateInstruction<1, 1, 0> {
833 explicit LMathClz32(LOperand* value) { inputs_[0] = value; }
    [all...]
  /external/v8/src/crankshaft/x64/
lithium-x64.h 902 class LMathClz32 final : public LTemplateInstruction<1, 1, 0> {
904 explicit LMathClz32(LOperand* value) {
    [all...]
  /external/v8/src/crankshaft/x87/
lithium-x87.h 897 class LMathClz32 final : public LTemplateInstruction<1, 1, 0> {
899 explicit LMathClz32(LOperand* value) {
    [all...]

Completed in 91 milliseconds